@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Lora:400,400i,700|Raleway:400,700');

/*
  font-family: 'Kaushan Script', cursive;
  font-family: 'Lora', serif;
  font-family: 'Raleway', sans-serif;
*/

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Body & Main
================================================== */

html, body {
  /*overflow-y:hidden;
  height:100%;*/
}

body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 16px/1.65 'Lora',sans-serif;
  color: #8d8d8d;

  display: flex;
  min-height: 100vh;
  flex-direction: column;

  overflow-x: hidden;
  position: relative;
  max-width: 100%;  

  /*position: fixed;*/
  width: 100%;

}

.dialog-off-canvas-main-canvas{

}

#page-wrapper{
  
}

#main-content{
  
}

.container{
  max-width: 1170px;
}

.container-narrow{
  width: 900px;
  max-width: 80%;
  margin: 0 auto;
}

/* Links */
a {
  color: #f4473a;

}
a:visited {
  /*color: #f4473a;*/
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}

pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
  color: #424242;
}

h1 { 
  font-size: 4em;
  margin: 0.67em 0;
}

h1.page-title{
  margin: 0 0 0.67em 0; 
}

h2 { 
  font-size: 2.827em;
}

h3 { 
  font-size: 2em; 
}

h4 { 
  font-size: 16px; 
}

h5 { 
  font-size: 16px; 
}

h6 { 
  font-size: 14px; 
}

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 10px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead-sticky-wrapper{
  z-index: 500;
  position: relative;  
}

#masthead{
  position: relative;
  background-color: rgba(255,255,255,0);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
  z-index: 500;
  position: relative;
}

.is-sticky #masthead{
  background-color: rgba(255,255,255,1);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;

  -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);  
}

.site-branding{

}

h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

#header-wrapper{
  height: 75px;
}

#logo{
  margin-top: 9px;
  float: left;
  display: inline-block;
}

#logo a{
  display: inline-block;
}

#logo img{
  width: 200px;
}

/* Menu */

#main-menu {
  padding:0px 0px;
  height: 75px;
  border-bottom: none;
  float: right;
  display: inline-block;
}

#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}

#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}

#main-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 0px 20px;
  line-height: 75px;
  height: 75px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#main-menu li a:hover, 
#main-menu li a:active, 
#main-menu li a.is-active, 
#main-menu > ul > li > a.active-trail {
  color: #ed564b;
}

#main-menu li a.sf-with-ul {
  padding-right: 10px;
}

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#777;
  width: 148px;
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}

#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}


#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #ed564b;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background:#efefef;
}

#main-menu li ul a {
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active {
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover {
  position: static;
}

#main-menu > ul > li > a {
  padding : 10px;
}

/* Layout */

#primary, #sidebar{
  margin-bottom: 5vh;
}

#main-content {
  padding-top: 15px;
  min-height: calc(100vh - 40vh);  
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
}

.doverlay{
  background: url(../images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
  background: none repeat scroll 0 0 #ED564B;
  border-bottom: 5px solid #F96B61;
  border-top: 5px solid #F96B61;
  padding: 40px 0 20px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 24px;
  font-weight: bold;
}

#header-block{
  padding: 20px 0 0;
}

/* Footer */

footer{
  padding: 2em 0;
  color: #888888;
  background-color: #232225;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 2px;
}

footer a{
  color: #888888;
}

footer a:hover{
  color: #ffffff;
}


#footer-left-wrapper{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  float: left;
}

#footer-right-wrapper{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  float: right;
}

footer p{
  margin: 0;
  padding: 0;
}

#footer-right{
  float: right;
}

#footer-social{
  float: right;
}

#footer-social {
  font-size: 0px;
}

#footer-social a{

  width: 40px;
  display: inline-block;
  vertical-align: top;  
  text-align: center;
}

#footer-social i{
  font-size: 21px;
}

/* =Content
----------------------------------------------- */

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset {
  background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
}

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
}

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; 
  -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  color: #333333; 
  text-shadow: none; 
  position: relative; 
  
  border: 1px solid #1F1F1F;
  font-size: 13px; 
  padding: 0.4em 1.2em;
  letter-spacing: 1px;
  z-index: 10;
  text-transform: uppercase;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: no-repeat;
  box-shadow: none;
  cursor: pointer; 
}

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 1em 0 2em 0;
  color: #aaa;
  font-size: 95%;
}

.meta a {
  color: #aaa;
  margin-right: 1em;
}


.meta i:first-child{
  margin-left: 0em;
}

.meta i{
  margin-left: 1em;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}


.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  display: inline;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: none;
  margin: 1em 0;
  text-align: center;
}

ul.primary{
  text-align: center;
}

ul.primary li {
  display: inline-block;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 2em;
  margin: 0 10px;
  padding: 0.4em 1em;
  border-radius: 0;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.primary li a:hover, ul.primary li a.is-active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  display: inline;
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.is-active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Breadcrumbs
/*-------------------------------------------*/
.breadcrumb>li+li:before {
    content: "»";
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.eu-cookie-compliance-banner{
  font-family: 'Raleway', sans-serif;
}

.eu-cookie-compliance-banner h2{
  text-transform: uppercase;
}

.eu-cookie-compliance-banner .popup-text{
  letter-spacing: 1px;
}

.eu-cookie-compliance-banner button.find-more-button-processed{
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;  
}

.eu-cookie-compliance-banner button.find-more-button-processed:hover{
  color: #fff;
  background-color: unset;
  background-image: none;
  text-decoration: underline;
  text-shadow: none;  
}

.eu-cookie-compliance-secondary-button {
  box-shadow: none;
  background-color: #dfdfdf;
  background-image: unset;
  border-radius: 0px;
  border: 0px solid #dcdcdc;
  color: #000;
  font-family: 'Raleway', sans-serif;
  padding: 4px 8px;
  text-transform: uppercase;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
  text-shadow: none;
  font-weight: bold;  
} 

.eu-cookie-compliance-default-button, 
.eu-cookie-compliance-hide-button, 
.eu-cookie-compliance-more-button-thank-you, 
.eu-cookie-withdraw-button{
  box-shadow: none;
  background-color: #dfdfdf;
  background-image: none;
  border-radius: 0px;
  border: 0px solid #dcdcdc;
  color: #000;
  font-family: 'Raleway', sans-serif;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
  text-shadow: none;
  font-weight: bold;
}

.eu-cookie-compliance-secondary-button:hover, 
.eu-cookie-compliance-default-button:hover, 
.eu-cookie-compliance-hide-button:hover, 
.eu-cookie-compliance-more-button-thank-you:hover, 
.eu-cookie-withdraw-button:hover {
  box-shadow: none;
  background-color: #000;
  color: #fff;
  background-image: none;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
  text-shadow: none;  
}

#highlighted-block{
  margin: 1em 0;
  padding: 1em;
  background-color: rgba(255,255,255,0.95);
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
}

.front-section{
  min-height: 40vh;
  padding: 5vh 0;
}

.section-title h2{
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subtitle{
  margin-bottom: 0.2em;
  font-family: 'Kaushan Script', cursive;
}

/* Slider */
.slick-loading .slick-list{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next{
    font-size: 40px;
    line-height: 1em;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -50px;
}

.slick-next{
    right: -50px;
}

button.slick-prev,
button.slick-next{
  box-shadow: none;
  border:0px;
  color: rgba(255,255,255,0.6);
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;  
}

button.slick-prev:hover,
button.slick-next:hover{
  color: #fff;  
  color: rgba(255,255,255,1);
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;  
}


.slick-dotted.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}

.slick-dots li button:before{

  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 30px;
  height: 30px;

  content: '';
  text-align: center;
  border-radius:30px

  opacity: .25;
  color: black;
  background-color: #000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}

#highlighted-block ul{
  margin-bottom: 0;
}

.section-content-left{
  float: left;
  padding-left: 4%;
  width: 48%;
  display: inline-block;
}

.section-content-right{
  float: right;
  width: 48%;
  display: inline-block;
}

#about .section-content-wrapper{
  border-left: 3px solid #000;
  display: inline-block;
  position: relative;  
}

#about{
  padding: 10vh 0;
}

#banner.front-section{
  max-height: 90vh;
  height: 90vh;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

#banner .slider{
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 10vh;

  max-height: 90vh;
  height: 90vh;
  /*overflow: hidden;*/
  width: calc(100% - 20vh);    
}

#banner .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 0 15px 0;
}

#banner .slick-dots li button {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
}

#banner .slick-slide .slider-slide{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 90vh;
  transform: translate3d(0,0,0) scale(1.25);

  transform: scale(1.15);

  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  -ms-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;  
}
 
#banner .slick-slide.slick-current .slider-slide{

  transform: scale(1.0);
  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  -ms-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;   
}

#banner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#banner .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: calc(50% - 60px);
  width: 30px;
  left: calc(-5vh - 15px);
}

#banner .slick-dots li button:before {
  border-radius: 30px;
  border: 1px solid #000;
  background-color: #fff;
}

#banner .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #000;
}

.slider{
  position: relative;
}


a.gb,
a.gbi{
  padding: 0.4em 1.2em;
  letter-spacing: 1px;
  z-index: 10;  
}

a.gb{
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
}

a.gb:hover{

}

a.gb:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1F1F1F;
  z-index: -1;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}


a.gb:hover:after{
  height: 100%;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.about-section-links{
  margin-top: 1em;
}

.section-links {
  position: relative;
}

a.gbi{
  position: relative;
  display: inline-block;
  /* background: #1F1F1F; */
  color: #ffffff;
  /*border: 1px solid #1F1F1F;*/
  z-index: 10;
}

a.gbi:hover{

}

a.gbi:before{
  background: #1F1F1F;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

a.gbi:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #585858;
  z-index: -1;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}


a.gbi:hover:after{

  height: 100%;

  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.about-section-links{
  margin-top: 1em;
}

.views-news{
  text-align: center; 
}

.views-news .views-row{
  width: 31%;
  margin: 1%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}

.views-news .views-row h3{
  font-size: 1.4em;
  line-height: 1.2em;  
}

.views-news .views-row .news-data{
  padding: 15px;
}

.views-news .views-row .news-data .views-field-created{
  font-size: 85%;
  color: #aaa;
  margin: 0.5em 0;  
}

#news{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  background-attachment: fixed;
  padding: 10vh 0;
}

#news .section-wrapper{
  background-color: rgba(255,255,255,1);
}

#news .section-title-wrapper{
  text-align: center;
  padding: 30px 0;
}

#news .section-content-wrapper{
  padding: 0 30px 30px 30px;
}

#news .section-links{
  text-align: center;
  margin-top: 30px;
}

#news .views-news .views-row{
  background-color: rgba(255,255,255,1);
}

.views-news .views-row .views-field-field-thumb{
  overflow: hidden;
}

.views-news .views-row .views-field-field-thumb a{
  vertical-align: top;
}

.views-news .views-row .views-field-field-thumb a img{
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
  vertical-align: top;
}

.views-news .views-row:hover .views-field-field-thumb a img{
  transform: scale(1.1);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
}

#live .section-title{
  position: relative;
}

#live .section-title h2 {
  line-height: 1em;
}

#live .section-title:after{
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #1F1F1F;
  width: 80%;
  left: 20%;
  bottom: 0;
  position: absolute;
}

#live{
  padding: 10vh;
}

#live .section-title-wrapper{
  margin-bottom: 5vh;
}

.views-live{
  text-align: center;
}

.views-live .views-row{
  text-align: left;
  display: inline-block;
}

.views-live .views-row .views-field-field-thumb{
  float:left;
  width: 48%;
  display: inline-block;
}

.views-live .views-row .row-data{
  float:right;
  width: 48%;
  display: inline-block;
  padding-right: 10%;
  padding-top: 60px;  
}

.views-live .views-row.views-row-even{
  text-align: right;
}

.views-live .views-row.views-row-even .views-field-field-thumb{
  float:right;
}

.views-live .views-row .views-field-field-thumb{
  overflow: hidden;
}

.views-live .views-row .views-field-field-thumb a{
  vertical-align: top;
}

.views-live .views-row .views-field-field-thumb a img{
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
  vertical-align: top;
}

.views-live .views-row:hover .views-field-field-thumb a img{
  transform: scale(1.1);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
}

.views-live .views-row.views-row-even .row-data{
  float:left;
  padding-right: 0%;
  padding-left: 10%;
    
}

.views-live .views-row .views-field-title{
  letter-spacing: 2px;
  margin-bottom: 1em;
}

.views-live .views-row .views-field-title h3{
  line-height: 1.2em;
}

.views-live .views-row .views-field-body{
  position: relative;
  margin-bottom: 1em;
}

.views-live .views-row .views-field-body:after{
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #1F1F1F;
  width: 80%;
  left: 0;
  bottom: -3em;
  position: absolute;
}

.views-live .views-row.views-row-even .views-field-body:after{
  left: unset;
  right: 0;
}

#live .section-links{
  margin-top: 5vh;
  text-align: center;
}

.views-love{
  text-align: center;
}

.views-love .views-row{
  text-align: left;
  width: 47%;
  margin: 1%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-bottom: 2em;
}

.views-love .views-row h3{
  font-size: 1.4em;
  line-height: 1.2em;
}

#love .section-title-wrapper{
  text-align: center;
}

#love .section-links{
  margin-top: 5vh;
  text-align: center;
}

.views-love .views-row .views-field-title{
  padding: 0.5em 1em;
  background-color: #fff;
  margin-left: 1em;
  margin-top: -3em;
  display: inline-block;
  z-index: 10;
  position: relative;
  line-height: 1em;
  position: absolute;
  bottom: -1.4em;
  left: 1em;    
}

.views-love .views-row .views-field-field-thumb{
  overflow: hidden;
}

.views-love .views-row .views-field-field-thumb a{
  vertical-align: top;
}

.views-love .views-row .views-field-field-thumb a img{
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
  vertical-align: top;
}

.views-love .views-row:hover .views-field-field-thumb a img{
  transform: scale(1.1);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
}

#learn .section-title-wrapper{
  text-align: center;
}

#learn{
  padding: 10vh;
  position: relative;
}

#learn:before{
  content: "";
  display: inline-block;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

#learn .section-wrapper{
  z-index: 5;
  position: relative;
}

#learn .section-title-wrapper{
  margin-bottom: 5vh;
  color: #fff;
}

#learn .section-title{
  position: relative;
}

#learn .section-title h2 {
  line-height: 1em;
  color: #fff;
}

#learn .section-subtitle h3 {
  color: #fff;
}

#learn .section-title:before{
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #fff;
  width: 30%;
  left: 0%;
  bottom: 0;
  position: absolute;
}

#learn .section-title:after{
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #fff;
  width: 30%;
  left: 70%;
  bottom: 0;
  position: absolute;
}


#learn .section-links {
  text-align: center;
  margin-top: 30px;
}

.views-learn .views-row{

  margin: 1%;
  width: 350px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

#learn .slick-slide{
  margin: 15px;
}

.views-learn .views-row{
  position: relative;
}

.views-learn .views-row .overlay{
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  font-size: 80%;
  width: 100%;
  padding: 30px;
  text-align: center;
  z-index: 20;
  height: 30%;  
  transition: all cubic-bezier(.62,.28,.23,.99) 200ms;  
}

.views-learn .views-row:hover .overlay{
  height: 100%;
  transition: all cubic-bezier(.62,.28,.23,.99) 500ms;  
}

.views-learn .views-row .overlay h3{
  color: #fff;
  line-height: 1.2em;
}

.views-learn .views-row .overlay h3 a{
  color: #fff;
}

.views-learn .views-row .overlay h3 a:hover{
  color: #fff;
}

.views-learn .views-row .overlay h4{
  color: #fff;
  font-size: 200%;
  font-family: 'Kaushan Script', cursive;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;

}

.views-learn .views-row .overlay:before{
  pointer-events: none;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: calc(100%);
  height: calc(100%);
  border: 1px solid rgba(255,255,255,0);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row:hover .overlay:before{
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid rgba(255,255,255,1);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}


.views-learn .views-row .overlay:after{
  pointer-events: none;
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  width: calc(100%);
  height: calc(0%);
  background-color: rgba(0,0,0,0.0);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row:before{
  pointer-events: none;
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  width: calc(100%);
  height: calc(0%);
  background-color: rgba(0,0,0,0.0);
  z-index: 10;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row:hover:before{

  bottom: 0px;
  left: 0px;
  height: calc(100%);
  background-color: rgba(0,0,0,0.6);
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row:after{
  pointer-events: none;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.55) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0.55) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 );
  opacity: 1;
  transition: all cubic-bezier(.62,.28,.23,.99) 100ms;  
}

.views-learn .views-row:hover:after{
  opacity: 0;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row .views-field-field-subtitle{
  margin-top: 1em;
  margin-bottom: 1em;
  opacity: 0;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row:hover .views-field-field-subtitle{
  opacity: 1;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
}

.views-learn .views-row .views-field-body{
  color: #ffffff;
  opacity: 0;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;
}

.views-learn .views-row:hover .views-field-body{
  opacity: 1;
  transition: all cubic-bezier(.62,.28,.23,.99) 300ms;  
}

.views-learn .views-field-nothing{
  overflow: hidden;
}

.views-learn .views-row a{
  display: inline-block;
  vertical-align: top;
}

.views-learn .views-row img{
  display: inline-block;
  vertical-align: top;
}

#contact{
  background-color: #e8e8e8;
}

#contact .section-title-wrapper{
  text-align: center;
  position: relative;
  margin-top: 2em;
}


#contact .section-title-wrapper:before{
  content: "";
  display: inline-block;
  width: 80%;
  top: -1em;
  left: 10%;
  position: absolute;
  
  height: 3px; 
  background-color: #1F1F1F;
}

#contact #block-webform{
  margin: 5vh 0;
}

.page-node-2 .webform-submission-form label,
#contact #block-webform label{
  display: none;
}

.page-node-2 .webform-submission-form .js-form-item-name,
#contact #block-webform .js-form-item-name{
  width: 48%;
  display: inline-block;
  margin: 0;
  float: left;
  margin-top: 26px;
}

.page-node-2 .webform-submission-form .js-form-item-email,
#contact #block-webform .js-form-item-email{
  width: 48%;
  display: inline-block;
  margin: 0;
  float: right;
  margin-top: 26px;
}

.page-node-2 .webform-submission-form .js-form-item-message,
#contact #block-webform .js-form-item-message{

  width: 100%;
  display: inline-block;
  margin: 0;  
  margin-top: 26px;
}

.page-node-2 .webform-submission-form .js-form-item-name input,
.page-node-2 .webform-submission-form .js-form-item-email input,
.page-node-2 .webform-submission-form .js-form-item-message textarea,
#contact #block-webform .js-form-item-name input,
#contact #block-webform .js-form-item-email input,
#contact #block-webform .js-form-item-message textarea{
  width: 100%;
  padding: 15px;  
  margin: 0;
  letter-spacing: 1px;
  border: 1px solid rgba(0,0,0,0.2);
  line-height: 25px;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.js-form-item-name input:focus,
.js-form-item-email input:focus,
.js-form-item-message textarea:focus{
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
  border: 1px solid rgba(0,0,0,0.9)!important;
  outline-color: rgba(0,0,0,0.9);
  box-shadow: unset;
}

.page-node-2 .webform-submission-form .form-actions,
#contact #block-webform .form-actions{
  text-align: center;
}

.page-node-2 .webform-submission-form,
#contact #block-webform{
  width: 80%;
  margin: 0 auto;
}

.page-node-2 .webform-submission-form #edit-actions input,
#contact #block-webform #edit-actions input {
    margin-right: 0;
}

#contact-social{
  margin: 5vh 0;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}

#contact-social a{
  display: inline-block;
  margin: 0 15px;
  color: #fff;
}

#contact-social a i{
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  border: 2px solid #1F1F1F;
  color: #1F1F1F;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

#contact-social a:hover i{
  border: 2px solid #fff;
  color: #f4473a;;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
  box-shadow: 0px 0px 0px 2px #f4473a;
}

.video-embed-field-lazy-play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  background-size: 72px 72px;
  stroke: #000;
  filter: drop-shadow( 0 0 20px rgba(0,0,0,1) ) drop-shadow( 0 0 5px rgba(0,0,0,1) );
}

.pswp__button:focus, 
.pswp__button:hover {
  opacity: 1;
  color: #ddd;
}

.cover{
  position: relative;
  z-index: 10;
}

#block-nexus-page-title h1.page-title{
  line-height: 1.2em;
  margin: 0;
  margin-top: 0.4em;
}

h1.page-title:first-letter {
  color: #000;
}

.cover-wrapper.cover-w-image{
  height: 100vh;
  width: calc(100% - 20vh);
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.cover-wrapper.cover-w-image:after{
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 10;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 75%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

.cover-wrapper .cover-img{
  height: 100vh;
  width: 100%;
  position: relative;  
  /*background-position: center;*/
  background-position: top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.parallax-background{
  width: 100%;
  height: 100vh;
}


.cover-wrapper.cover-w-grad{
  height: 20vh;
  width: 100%;
  position: relative;
}

.cover-wrapper .cover-grad{
  height: 20vh;
  background-color: #000;
}

.cover-grad-0{
  background: #C6FFDD;
  background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
  background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
}

.cover-grad-1{
  background: #12c2e9;
  background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
}

.cover-grad-2{
  background: #f12711;
  background: -webkit-linear-gradient(to right, #f5af19, #f12711);
  background: linear-gradient(to right, #f5af19, #f12711);
}

.cover-grad-3{
  background: #009FFF;
  background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
  background: linear-gradient(to right, #ec2F4B, #009FFF);
}

.cover-grad-4{
  background: #8A2387;
  background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);
  background: linear-gradient(to right, #F27121, #E94057, #8A2387);
}

.cover-grad-5{
  background: #a8ff78;
  background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
  background: linear-gradient(to right, #78ffd6, #a8ff78);
}

.cover-grad-6{
  background: #DA4453;
  background: -webkit-linear-gradient(to right, #89216B, #DA4453);
  background: linear-gradient(to right, #89216B, #DA4453);
}

.cover-grad-7{
  background: #11998e;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  background: linear-gradient(to right, #38ef7d, #11998e);
}

.cover-grad-8{
  background: #FC466B;
  background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B);
  background: linear-gradient(to right, #3F5EFB, #FC466B);
}

.cover-grad-9{
  background: #CB356B;
  background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);
  background: linear-gradient(to right, #BD3F32, #CB356B);
}

.views-photo-grid-item{
  overflow: hidden;
}

.views-photo-grid-item:hover img{
  transform: scale(1.1);
}

.subtitle-wrapper h3{
  color: #6f6f6f;
  margin-bottom: 0.2em;
  font-family: 'Kaushan Script', cursive;  
}

.more-content-wrapper{
  border-top: 3px solid #000;
  margin-top: 5vh;
  padding-top: 5vh;
  margin-bottom: 5vh;
}

.more-title-wrapper h3{
  color: #6f6f6f;
  margin-bottom: 1.2em;
  /*font-family: 'Kaushan Script', cursive;  */
  font-family: 'Lora',sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase; 
  text-align: center; 
  line-height: 1.2em;
}

.user-pass,
.user-login-form{
  text-align: center;
}

.user-login-form .description{
  display: none;
}

.user-pass .form-item label,
.user-login-form .form-item label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}

.page-user #block-nexus-page-title h1.page-title {
  line-height: 1.2em;
  margin: 0;
  margin-top: 0.4em;
  text-align: center;
}

.captcha{
  text-align: center;
  display: inline-block;
  margin: 2em auto;
  width: 100%;
}

.g-recaptcha > div {
  margin: 0 auto;
}

body.error #block-nexus-content{
  text-align: center;
}

body.error #block-nexus-page-title h1.page-title{
  margin-bottom: 1em;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  max-width: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  background: #fff;
  color: #333;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}
.sidr .sidr-inner {
  padding: 0;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -350px;
}
.sidr.left {
  left: -350px;
  right: auto;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 40px;
}


.sidr ul li a,
.sidr ul li span {
  padding: 0;
  display: block;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
} 

#mobile-navigation{
  display: none;
}

#sidr-close{
  display: none;
}

a#sidr-main{
  display: none;
}

.page-node-12 .views-learn{
  text-align: center;
}

.field--name-field-video{
  margin: 1em auto;
}

.page-node-13 #block-nexus-page-title h1.page-title{
  margin-bottom: 2em;
}

.node-preview-container {
  position: fixed;
  z-index: 510;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  height: 75px;
  line-height: 75px;
  background-color: rgba(0,0,0,0.1);
}