.rescue-all {
font-family: inherit;
}  .rescue-clear-floats { clear: both }
.rescue-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }  .rescue-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }  .rescue-one-half { width: 48% }
.rescue-one-third { width: 30.66% }
.rescue-two-third { width: 65.33% }
.rescue-one-fourth { width: 22% }
.rescue-three-fourth { width: 74% }
.rescue-one-fifth { width: 16.8% }
.rescue-two-fifth { width: 37.6% }
.rescue-three-fifth { width: 58.4% }
.rescue-one-sixth { width: 13.33% }
.rescue-one-half, .rescue-one-third, .rescue-two-third, .rescue-three-fourth, .rescue-one-fourth, .rescue-one-fifth, .rescue-two-fifth, .rescue-three-fifth, .rescue-one-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.rescue-column-last { margin-right: 0!important; clear: right; }
.rescue-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }  .rescue-button { 
margin: 20px 5px 5px 0; 
cursor: pointer; 
display: inline-block; 
white-space: nowrap; 
text-align: center; 
outline: none; 
border-radius: 3px; 
background: #aaaaaa; 
text-decoration: none !important; 
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rescue-button span.rescue-button-inner { 
font-family: inherit; 
display: block; 
color: #fff; 
font-weight: inherit;
font-size: 14px; 
padding: 0.625rem 1.25rem 0.6875rem;
line-height: normal; 
text-decoration: none; 
text-align: center; 
white-space: nowrap;   
}
.rescue-button:focus, .rescue-button:hover, .rescue-button:active { opacity: 0.8; }
.rescue-button.black { background: #3c5166; }
.rescue-button.red { background: #e74c3c; }
.rescue-button.orange { background: #e67e22; }
.rescue-button.blue { background: #3498db;}
.rescue-button.green { background: #2ecc71; }
.rescue-button.white { background: #ecf0f1; }
.rescue-button.white span.rescue-button-inner { color: #95a5a6;}
.rescue-button.large { font-size: 16px }
.rescue-button.giant { font-size: 18px }
.rescue-button.left { float: left }
.rescue-button.right { float: right; margin-right: 0; margin-left: 5px; }  .rescue-highlight-yellow, .rescue-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.rescue-highlight-blue, .rescue-highlight-blue a { color: #5091b2; background: #e9f7fe; }
.rescue-highlight-green, .rescue-highlight-green a { color: #5f9025; background: #ebf6e0; }
.rescue-highlight-red, .rescue-highlight-red a { color: #de5959; background: #ffe9e9; }
.rescue-highlight-gray, .rescue-highlight-gray a { color: #666; background: #f9f9f9; }  .rescue-box { display: block; padding: 10px 20px; margin: 10px 0px; font-size: 14px; font-weight: 600;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
}
.rescue-box p:last-child { margin: 0 }
.rescue-box.left { float: left }
.rescue-box.right { float: right }
.rescue-box.gray { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.rescue-box.red { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.rescue-box.green { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.rescue-box.blue { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.rescue-box.yellow { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }  .rescue-toggle .rescue-toggle-trigger { 
display: block; 
color: #333333; 
display: block; 
padding: 15px 15px 15px 37px; 
border: 1px solid #DFDFDF;
position: relative;
background: #fbfbfb; 
outline: 0; 
text-transform: none; 
letter-spacing: normal; 
font-weight: normal; 
font-size: 14px; 
line-height: 1.5em; 
margin: 0; 
margin-top: 10px; 
cursor: pointer; 
}
.rescue-toggle .rescue-toggle-trigger:before {
content: "\f067"; 
font-family: FontAwesome; 
font-style: normal; 
font-weight: normal;
color: #cccccc; 
font-size: 15px; 
padding-left: 1em; 
position: absolute; 
top: 15px; 
left: 0;
}
.rescue-toggle .rescue-toggle-trigger:hover { border: 1px solid #c5c5c5; text-decoration: none; }
.rescue-toggle .rescue-toggle-trigger.active, .rescue-toggle .rescue-toggle-trigger.active:hover { 
color: #333333; 
background-color: #fbfbfb; 
position: relative;
text-decoration: none; 
}
.rescue-toggle .rescue-toggle-trigger.active:before {
content: "\f068"; 
font-family: FontAwesome; 
font-style: normal; 
font-weight: normal;
color: #cccccc; 
font-size: 15px; 
padding-left: 1em; 
position: absolute; 
top: 15px; 
left: 0;
}
.rescue-toggle .rescue-toggle-container { 
display: none; 
overflow: hidden; 
padding: 15px; 
border: 1px solid #ddd; 
border-top: 0px; 
font-size:14px;
}
.rescue-toggle .rescue-toggle-container p {font-size:14px;padding:10px 20px 0;}  .rescue-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; margin-left: 1px; }
.rescue-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.rescue-tabs ul.ui-tabs-nav li a { 
display: block; 
text-decoration: none; 
width: auto; 
height: 40px; 
padding: 0px 20px; 
line-height: 40px; 
border: solid 1px #ddd; 
border-width: 1px 1px 0 0; 
margin: 0; 
background-color: #FBFBFB; 
font-size: 14px; 
color: #444; 
outline: none; 
}
.rescue-tabs ul.ui-tabs-nav li a:hover { color: #373737; background: #ffffff; }
.rescue-tabs ul.ui-tabs-nav .ui-state-active a { 
background: #fff; 
height: 40px; 
position: relative; 
top: 1px; 
padding-top: 0px; 
border-left-width: 1px; 
margin: 0 0 0 -1px; 
color: #111 !important; 
-moz-border-radius-topleft: 2px; 
-webkit-border-top-left-radius: 2px; 
border-top-left-radius: 2px; 
-moz-border-radius-topright: 2px; 
-webkit-border-top-right-radius: 2px; 
border-top-right-radius: 2px; 
}
.rescue-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff }
.rescue-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.rescue-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }
.rescue-tabs .tab-content { background: #fff; padding: 30px 20px 0; border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd;	font-size: 14px;  }
.rescue-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;  }
.rescue-tabs ul.tabs:after { clear: both }
.rescue-tabs ul.tabs { zoom: 1 }
.rescue-tabs .ui-tabs-hide { display: none }
.rescue-tabs:before, ul.rescue-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.rescue-tabs:after { clear: both }
.rescue-tabs { zoom: 1 }
.rescue-tabs .ui-tabs-hide { display: none }
.rescue-tabs .ui-widget-header {
background: none;
border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none;
background: none;
font-weight: 300;
color: #333;
}  .ui-widget-content {
border:none;
}
.rescue-donation-tabs {
width: 310px;
}
.rescue-donation-tabs p {
margin-bottom: .5rem;
}
.rescue-donation-tabs .rescue_donation_header{
height: 65px;
background-color: #34495e;
text-align: center;
text-transform: uppercase;
color: #ffffff;
font-size: 18px;
padding-top: 18px;
border-radius: 3px 3px 0 0;
}
.rescue-donation-tabs ul.ui-tabs-nav { 
display: block; 
margin: 0; 
padding: 0; 
margin-left: 1px; 
border-top: 1px solid #ffffff;
}
.rescue-donation-tabs ul.ui-tabs-nav li { 
display: block; 
width: 33.333333333%; 
height: 75px; 
padding: 0 !important; 
float: left !important; 
margin: 0 !important; 
outline: none; 
}
.rescue-donation-tabs ul.ui-tabs-nav li a { 
font-size: 14px; 
color: #34495e; 
display: block; 
text-decoration: none; 
text-transform: uppercase;
text-align: center;
background-color: #f9fafc; 
width: auto;
height: 75px; 
padding: 0 0; 
margin: 0; 
outline: none; 
}
.rescue-donation-tabs ul.ui-tabs-nav li a span {
position: relative;
top: 30px;
}
.rescue-donation-tabs ul.ui-tabs-nav .ui-state-active a { 
background: #dcdcdc; 
height: 75px; 
position: relative; 
padding-top: 0px; 
color: #34495e !important; 
font-weight: 300;
}
.rescue-donation-tabs ul.ui-tabs-nav li a:hover {
background: #e4e4e4; 
color: #34495e;
}
.rescue-donation-tabs ul.ui-tabs-nav .ui-state-active a:hover {  }
.rescue-donation-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.rescue-donation-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }
.rescue-donation-tabs .tab-content { 
height: 320px;
overflow: hidden;
background: #f6f6f6; 
padding: 30px 20px 0; 
font-size: 14px;  
}
.rescue-donation-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;  }
.rescue-donation-tabs ul.tabs:after { clear: both }
.rescue-donation-tabs ul.tabs { zoom: 1 }
.rescue-donation-tabs .ui-tabs-hide { display: none }
.rescue-donation-tabs:before, ul.rescue-donation-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.rescue-donation-tabs:after { clear: both }
.rescue-donation-tabs { zoom: 1 }
.rescue-donation-tabs .ui-tabs-hide { display: none } .rescue-donation-tabs .tabs-spacer { float: left; height: 200px; }
.tabs-bottom .ui-tabs-nav { clear: left; padding: 0 .2em .2em .2em;border:none; }
.tabs-bottom .ui-tabs-nav li { top: auto; bottom: 0; margin: 0 .2em 1px 0; border:none; }
.tabs-bottom .ui-tabs-nav li.ui-tabs-active { margin-top: -1px; padding-top: 1px; }
.rescue-donation-tabs .button {
border-radius: 4px;
font-size: 13px;
padding: 0.3rem 1.25rem 0.4rem;
display: inline-block;
background-color: #1ABC9C;
color: #FFFFFF;
cursor: pointer;
margin: 1.25rem 0;
position: relative;
float: right;
text-align: center;
text-decoration: none;
transition: background-color 300ms ease-out 0s;
}
.rescue-donation-tabs .button:focus, .rescue-donation-tabs .button:hover {
background-color: #15967D;
}  .googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; }
.googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }  .rescue-progressbar { position: relative; display: block; margin-bottom: 15px; width: 100%; background: #eee; height: 35px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.rescue-progressbar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; background: #6adcfa; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.rescue-progressbar-title span { display: block; background: rgba(0,0,0,0.1); padding: 0 20px; height: 35px; line-height: 35px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.rescue-progressbar-bar { height: 35px; width: 0px; background: #6adcfa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.rescue-progress-bar-percent { position: absolute; right: 10px; top: 0; font-size: 11px; height: 35px; line-height: 35px; color: #444; color: rgba(0,0,0,0.4); }  .fa.pull-center {
margin:0 auto;
display: table!important;
}  @media only screen and (max-width: 520px) { 
.rescue-one-half, .rescue-one-third, .rescue-two-third, .rescue-three-fourth, .rescue-one-fourth, .rescue-one-fifth, .rescue-two-fifth, .rescue-three-fifth, .rescue-one-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
.rescue-box, .rescue-box.left, .rescue-box.right { float: none; width: 100% !important; }
.rescue-tabs ul.ui-tabs-nav { margin-left: 0 }
.rescue-tabs ul.ui-tabs-nav li { width: 100% }
.rescue-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
.rescue-tabs ul.ui-tabs-nav .ui-state-active a, .rescue-tabs ul.ui-tabs-nav .ui-state-active a:hover { height: 39px; padding-top: 0; margin-left: 0; top: auto; background-color: #eee; color: #000; font-weight: bold; }
}
.rescue-hidden-desktop,
.rescue-visible-phone,
.rescue-visible-tablet { display: none }
@media only screen and (max-width: 959px) {
.rescue-hidden-desktop { display: block }
.rescue-visible-desktop { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.rescue-hidden-desktop { display: block }
.rescue-visible-desktop { display: none }
.rescue-hidden-tablet { display: none }
}
@media only screen and (max-width: 767px) {
.rescue-hidden-desktop { display: block }
.rescue-visible-desktop { display: none }
.rescue-hidden-phone { display: none }
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-counter,.mfp-preloader,.mfpc-arrow{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-close,button.mfpc-arrow{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfpc-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:27px;height:46px;-webkit-tap-highlight-color:transparent}.mfpc-arrow:active{margin-top:-54px}.mfpc-arrow:focus,.mfpc-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfpc-arrow .mfp-a,.mfpc-arrow .mfp-b{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfpc-arrow .mfp-a,.mfpc-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfpc-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfpc-arrow-left{background-image:url(//www.diegoachilli.com.ar/wp-content/plugins/srizon-facebook-album/resources/images/prev_next.png)!important;background-position:left center!important;background-repeat:no-repeat!important;left:20px}.mfpc-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfpc-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfpc-arrow-right{background-image:url(//www.diegoachilli.com.ar/wp-content/plugins/srizon-facebook-album/resources/images/prev_next.png)!important;background-position:right center!important;background-repeat:no-repeat!important;right:20px}.mfpc-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfpc-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:1060px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfpc-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfpc-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfpc-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.elastislide-list{list-style-type:none;display:none}.no-js .elastislide-list{display:block}.elastislide-carousel ul li{min-width:20px}.elastislide-wrapper{position:relative;margin:0 auto}div.loading-wrap{background-image:url(//www.diegoachilli.com.ar/wp-content/plugins/srizon-facebook-album/resources/images/loading.gif);background-repeat:no-repeat;background-position:center center;min-height:60px!important;display:block!important;width:100%!important}div.loading-wrap ul{height:0!important}.elastislide-wrapper.elastislide-loading{background-image:url(//www.diegoachilli.com.ar/wp-content/plugins/srizon-facebook-album/resources/images/loading.gif);background-repeat:no-repeat;background-position:center center}.elastislide-horizontal{padding:10px 40px}.elastislide-vertical{padding:40px 10px}.elastislide-carousel{overflow:hidden;position:relative}.elastislide-carousel ul{position:relative;display:block;list-style-type:none;padding:0;margin:0;-webkit-backface-visibility:hidden;-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px)}.elastislide-horizontal ul{white-space:nowrap}.elastislide-carousel ul li{margin:0;-webkit-backface-visibility:hidden}.elastislide-horizontal ul li{height:100%;display:inline-block}.elastislide-vertical ul li{display:block}.elastislide-carousel ul li a{display:inline-block;width:100%}.elastislide-carousel ul li a img{display:block;border:2px solid #fff;max-width:100%}.elastislide-wrapper nav span{position:absolute;background:url(//www.diegoachilli.com.ar/wp-content/plugins/srizon-facebook-album/resources/images/nav.png) 4px 3px no-repeat #ddd;width:23px;height:23px;border-radius:50%;text-indent:-9000px;cursor:pointer;opacity:.8}.elastislide-wrapper nav span:hover{opacity:1}.elastislide-horizontal nav span{top:50%;left:10px;margin-top:-11px}.elastislide-vertical nav span{top:10px;left:50%;margin-left:-11px;background-position:-17px 5px}.elastislide-horizontal nav span.elastislide-next{right:10px;left:auto;background-position:4px -17px}.elastislide-vertical nav span.elastislide-next{bottom:10px;top:auto;background-position:-17px -18px}.full-size-image img,.full-size-single-image img{max-height:inherit}.fbalbum img,.srizon-yt-container img{max-width:100%;margin:0!important}.full-size-image{text-align:center}.full-size-single-image{text-align:center;cursor:pointer}.full-size-image-container{position:relative}.full-size-card-image-container:hover span.srz-next,.full-size-image-container:hover span.srz-next,.full-size-image-container:hover span.srz-prev{opacity:.7}.current-caption{position:absolute;background-color:rgba(38,38,38,.65);color:#DDD;margin:0;padding:10px;box-sizing:border-box;z-index:50;overflow:hidden;display:none}span.srz-next,span.srz-prev{opacity:.2;position:absolute;top:50%;background:0 0;cursor:pointer;z-index:40;width:0;height:0;border:20px solid transparent}span.srz-prev{left:0;border-right:20px solid #000}span.srz-next{right:0;border-left:20px solid #000}.full-size-card-image-container{position:relative;margin-bottom:40px;padding-right:30px}.full-size-card-image-container img{max-height:inherit;width:auto}.card-first{position:relative;top:0;left:30px;z-index:30;cursor:pointer}.card-second{position:absolute;top:15px;left:15px;z-index:20;opacity:.5;border:1px solid #999}.card-third{position:absolute;top:30px;left:0;z-index:10;opacity:.1;border:1px solid #999}.card-to-be-removed{position:absolute;left:200px;top:100px;opacity:0;transform:scale(.1) translate3d(2000px,0,0)}span.srz-next-card{right:0;opacity:.2;position:absolute;bottom:20px;background:0 0;cursor:pointer;z-index:40;width:0;height:0;border:20px solid transparent;border-left:20px solid #000}.full-size-card-image-container:hover span.srz-next-card{opacity:.7}.srz-clearfix:after,.srz-clearfix:before{content:" ";display:table}.srz-clearfix:after{clear:both}.withtransition{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.shadow3pxgrey img{box-shadow:0 0 3px #666}.shadow5pxgrey img{box-shadow:0 0 5px #666}.radius2px img{border-radius:2px}.radius5px img{border-radius:5px}.radius10px img{border-radius:10px}.card-caption{display:none}.Caption_Content{color:#fff;box-sizing:border-box;padding:10px}.jfb-big a,.jfb-big img{cursor:default}.srizon-pagination{clear:both;padding:0;width:90%;margin:15px auto;text-align:center;overflow:hidden;line-height:50px;unicode-bidi:bidi-override}.srizon-pagination li{display:inline;line-height:50px}.srizon-pagination a{color:#666;font-size:100%;height:25px;padding:4px 8px;text-decoration:none;margin:4px}.srizon-pagination a:active,.srizon-pagination a:hover{background:#efefef}.srizon-pagination span.current{background-color:#bebebe;color:#fff;font-size:100%;height:50px;padding:4px 8px;text-decoration:none;margin:4px}.srizon-pagination span.disabled{font-size:100%;color:#DDD;margin:4px;padding:4px 8px;height:50px}.hidden{display:none;visibility:hidden}.hidden-desktop,.visible-phone,.visible-tablet{display:none!important}.visible-desktop{display:inherit!important}@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media (max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.fbalbum.zoom img{-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}.fbalbum.zoom img:hover{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.Caption_Content{cursor:pointer}.jfb-big .Caption_Content{cursor:auto}div.imgbox,div.imgbox a,div.imgbox a img,div.titlebelowthumb,div.vid_icon{position:relative;border:0;margin:0;padding:0;width:100%;height:auto}div.imgbox a{float:left}div.vid_icon{position:absolute;top:0;left:0;height:100%;background-image:url(//www.diegoachilli.com.ar/wp-content/plugins/srizon-facebook-album/resources/images/vid_icon.png);background-position:center center;background-repeat:no-repeat;z-index:5;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);cursor:pointer}div.vid_icon:hover{opacity:.9;-moz-opacity:.9;filter:alpha(opacity=90)}div.imgbox a,div.imgbox a:active,div.imgbox a:focus,div.imgbox a:hover{background:0 0;border:none;text-decoration:none;font-size:0}div.imgbox{overflow:hidden;position:relative;border-collapse:separate;line-height:0}div.yt-fp-padding{position:relative;border:0;margin:0;float:left;clear:both;width:100%;box-sizing:border-box}div.fpthumb,div.titlebelowthumb{float:left;clear:both}div.titlebelowthumb{text-align:center;overflow:hidden;padding:5px}div.yt-fp-outer{float:left;clear:none}div.padding2{padding:2px}div.padding3{padding:3px}div.padding5{padding:5px}div.padding7{padding:7px}div.padding10{padding:10px}div.outerwidthlarge1{width:100%}div.outerwidthlarge2{width:50%}div.outerwidthlarge3{width:33.3%}div.outerwidthlarge4{width:25%}div.outerwidthlarge5{width:20%}div.rounding7 div.imgbox{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}div.rounding3 div.imgbox{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}div.rounding5 div.imgbox{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}div.rounding10 div.imgbox{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}div.shadow10l{-webkit-box-shadow:0 0 10px #777;-moz-box-shadow:0 0 10px #777;box-shadow:0 0 10px #777}div.shadow5l{-webkit-box-shadow:0 0 5px #777;-moz-box-shadow:0 0 5px #777;box-shadow:0 0 5px #777}div.shadow10d{-webkit-box-shadow:0 0 10px #222;-moz-box-shadow:0 0 10px #222;box-shadow:0 0 10px #222}div.shadow5d{-webkit-box-shadow:0 0 5px #222;-moz-box-shadow:0 0 5px #222;box-shadow:0 0 5px #222}div.divider{width:95%;height:1px;background-color:#DDD;margin:10px;position:relative;clear:both;float:left;-webkit-box-shadow:0 0 5px #DDD;-moz-box-shadow:0 0 5px #DDD;box-shadow:0 0 5px #DDD}div.descbox{width:100%;float:left;clear:both}div.yt-twd-outer{line-height:0;margin:0;float:left;clear:none;padding-top:10px}div.ratio2080 div.yt-twd-outer{width:20%}div.ratio2080 div.titlendesc{width:80%}div.ratio2575 div.yt-twd-outer{width:25%}div.ratio2575 div.titlendesc{width:75%}div.ratio3565 div.yt-twd-outer{width:35%}div.ratio3565 div.titlendesc{width:65%}div.ratio5050 div.titlendesc,div.ratio5050 div.yt-twd-outer{width:50%}div.ratio100 div.titlendesc,div.ratio100 div.yt-twd-outer{width:100%}div.titlendesc{margin:0;float:left;clear:right}div.titlendesc div,div.titlendesc h5{padding:5px 15px!important;margin:0!important}div.titlendesc h5{font-size:26px!important}div.respslidercontainer{float:left;width:100%;margin:15px 0;padding:0;position:relative}table.juser-vid-table{margin:0 auto;width:100%;height:auto}.juser-vid-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;max-width:960px;margin:0 auto}.juser-vid-container embed,.juser-vid-container iframe,.juser-vid-container object{position:absolute;top:0;left:0;width:100%;height:100%}#tnt_pagination{display:block;text-align:left;height:22px;line-height:21px;clear:both;padding-top:3px;margin-top:10px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:400}#tnt_pagination a:link,#tnt_pagination a:visited{padding:2px 7px;border:1px solid #EBEBEB;margin-left:10px;text-decoration:none;background-color:#F5F5F5;color:#0072bc;width:22px;font-weight:400}#tnt_pagination .active_tnt_link,#tnt_pagination a:hover{border:1px solid #BDF;background-color:#DEF;color:#0072BC}#tnt_pagination .active_tnt_link{padding:2px 7px;margin-left:10px;text-decoration:none;cursor:default}#tnt_pagination .disabled_tnt_pagination{padding:2px 7px;border:1px solid #EBEBEB;margin-left:10px;text-decoration:none;background-color:#F5F5F5;color:#D7D7D7;cursor:default}.Caption_Content{line-height:1!important}@media only screen and (max-width:767px){div.outerwidthsmall1{width:100%!important}div.outerwidthsmall2{width:50%!important}div.outerwidthsmall3{width:33.3%!important}div.titlendesc,div.yt-twd-outer{width:100%!important}}.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{width:auto;box-sizing:border-box;cursor:auto;height:auto;vertical-align:baseline;line-height:normal;display:block}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{min-height:32px;height:auto;width:100%;max-width:480px;vertical-align:middle;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{height:13px;width:13px;border:0;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;height:auto;width:auto;background:0 0;border:1px solid #0000;border-radius:2px;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}meta.foundation-version {
font-family: "/5.5.2/";
}
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
}
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0;
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.0625em)/";
width: 40.0625em;
}
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
width: 40.0625em;
}
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.0625em)/";
width: 64.0625em;
}
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
width: 64.0625em;
}
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.0625em)/";
width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
width: 90.0625em;
}
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.0625em)/";
width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
font-family: false;
}
html, body {
height: 100%;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
html,
body {
font-size: 100%;
}
body {
background: #fff;
color: #78909c;
cursor: auto;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
position: relative;
}
a:hover {
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
}
img {
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hide {
display: none;
}
.invisible {
visibility: hidden;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
display: inline-block;
vertical-align: middle;
}
textarea {
height: auto;
min-height: 50px;
}
select {
width: 100%;
}
[class*="block-grid-"] {
display: block;
padding: 0;
margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
content: " ";
display: table;
}
[class*="block-grid-"]:after {
clear: both;
}
[class*="block-grid-"] > li {
display: block;
float: left;
height: auto;
padding: 0 0.625rem 1.25rem;
}
@media only screen {
.small-block-grid-1 > li {
list-style: none;
width: 100%;
}
.small-block-grid-1 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-1 > li:nth-of-type(1n+1) {
clear: both;
}
.small-block-grid-2 > li {
list-style: none;
width: 50%;
}
.small-block-grid-2 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-2 > li:nth-of-type(2n+1) {
clear: both;
}
.small-block-grid-3 > li {
list-style: none;
width: 33.33333%;
}
.small-block-grid-3 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-3 > li:nth-of-type(3n+1) {
clear: both;
}
.small-block-grid-4 > li {
list-style: none;
width: 25%;
}
.small-block-grid-4 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-4 > li:nth-of-type(4n+1) {
clear: both;
}
.small-block-grid-5 > li {
list-style: none;
width: 20%;
}
.small-block-grid-5 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-5 > li:nth-of-type(5n+1) {
clear: both;
}
.small-block-grid-6 > li {
list-style: none;
width: 16.66667%;
}
.small-block-grid-6 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-6 > li:nth-of-type(6n+1) {
clear: both;
}
.small-block-grid-7 > li {
list-style: none;
width: 14.28571%;
}
.small-block-grid-7 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-7 > li:nth-of-type(7n+1) {
clear: both;
}
.small-block-grid-8 > li {
list-style: none;
width: 12.5%;
}
.small-block-grid-8 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-8 > li:nth-of-type(8n+1) {
clear: both;
}
.small-block-grid-9 > li {
list-style: none;
width: 11.11111%;
}
.small-block-grid-9 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-9 > li:nth-of-type(9n+1) {
clear: both;
}
.small-block-grid-10 > li {
list-style: none;
width: 10%;
}
.small-block-grid-10 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-10 > li:nth-of-type(10n+1) {
clear: both;
}
.small-block-grid-11 > li {
list-style: none;
width: 9.09091%;
}
.small-block-grid-11 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-11 > li:nth-of-type(11n+1) {
clear: both;
}
.small-block-grid-12 > li {
list-style: none;
width: 8.33333%;
}
.small-block-grid-12 > li:nth-of-type(1n) {
clear: none;
}
.small-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
}
@media only screen and (min-width: 40.0625em) {
.medium-block-grid-1 > li {
list-style: none;
width: 100%;
}
.medium-block-grid-1 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-1 > li:nth-of-type(1n+1) {
clear: both;
}
.medium-block-grid-2 > li {
list-style: none;
width: 50%;
}
.medium-block-grid-2 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-2 > li:nth-of-type(2n+1) {
clear: both;
}
.medium-block-grid-3 > li {
list-style: none;
width: 33.33333%;
}
.medium-block-grid-3 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-3 > li:nth-of-type(3n+1) {
clear: both;
}
.medium-block-grid-4 > li {
list-style: none;
width: 25%;
}
.medium-block-grid-4 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-4 > li:nth-of-type(4n+1) {
clear: both;
}
.medium-block-grid-5 > li {
list-style: none;
width: 20%;
}
.medium-block-grid-5 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-5 > li:nth-of-type(5n+1) {
clear: both;
}
.medium-block-grid-6 > li {
list-style: none;
width: 16.66667%;
}
.medium-block-grid-6 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-6 > li:nth-of-type(6n+1) {
clear: both;
}
.medium-block-grid-7 > li {
list-style: none;
width: 14.28571%;
}
.medium-block-grid-7 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-7 > li:nth-of-type(7n+1) {
clear: both;
}
.medium-block-grid-8 > li {
list-style: none;
width: 12.5%;
}
.medium-block-grid-8 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-8 > li:nth-of-type(8n+1) {
clear: both;
}
.medium-block-grid-9 > li {
list-style: none;
width: 11.11111%;
}
.medium-block-grid-9 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-9 > li:nth-of-type(9n+1) {
clear: both;
}
.medium-block-grid-10 > li {
list-style: none;
width: 10%;
}
.medium-block-grid-10 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-10 > li:nth-of-type(10n+1) {
clear: both;
}
.medium-block-grid-11 > li {
list-style: none;
width: 9.09091%;
}
.medium-block-grid-11 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-11 > li:nth-of-type(11n+1) {
clear: both;
}
.medium-block-grid-12 > li {
list-style: none;
width: 8.33333%;
}
.medium-block-grid-12 > li:nth-of-type(1n) {
clear: none;
}
.medium-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
}
@media only screen and (min-width: 64.0625em) {
.large-block-grid-1 > li {
list-style: none;
width: 100%;
}
.large-block-grid-1 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-1 > li:nth-of-type(1n+1) {
clear: both;
}
.large-block-grid-2 > li {
list-style: none;
width: 50%;
}
.large-block-grid-2 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-2 > li:nth-of-type(2n+1) {
clear: both;
}
.large-block-grid-3 > li {
list-style: none;
width: 33.33333%;
}
.large-block-grid-3 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-3 > li:nth-of-type(3n+1) {
clear: both;
}
.large-block-grid-4 > li {
list-style: none;
width: 25%;
}
.large-block-grid-4 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-4 > li:nth-of-type(4n+1) {
clear: both;
}
.large-block-grid-5 > li {
list-style: none;
width: 20%;
}
.large-block-grid-5 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-5 > li:nth-of-type(5n+1) {
clear: both;
}
.large-block-grid-6 > li {
list-style: none;
width: 16.66667%;
}
.large-block-grid-6 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-6 > li:nth-of-type(6n+1) {
clear: both;
}
.large-block-grid-7 > li {
list-style: none;
width: 14.28571%;
}
.large-block-grid-7 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-7 > li:nth-of-type(7n+1) {
clear: both;
}
.large-block-grid-8 > li {
list-style: none;
width: 12.5%;
}
.large-block-grid-8 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-8 > li:nth-of-type(8n+1) {
clear: both;
}
.large-block-grid-9 > li {
list-style: none;
width: 11.11111%;
}
.large-block-grid-9 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-9 > li:nth-of-type(9n+1) {
clear: both;
}
.large-block-grid-10 > li {
list-style: none;
width: 10%;
}
.large-block-grid-10 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-10 > li:nth-of-type(10n+1) {
clear: both;
}
.large-block-grid-11 > li {
list-style: none;
width: 9.09091%;
}
.large-block-grid-11 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-11 > li:nth-of-type(11n+1) {
clear: both;
}
.large-block-grid-12 > li {
list-style: none;
width: 8.33333%;
}
.large-block-grid-12 > li:nth-of-type(1n) {
clear: none;
}
.large-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
}
button, .button {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Open Sans", sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 1rem 2rem 1.0625rem 2rem;
font-size: 1rem;
background-color: #465a63;
border-color: #38484f;
color: #FFFFFF;
transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
background-color: #38484f;
}
button:hover, button:focus, .button:hover, .button:focus {
color: #FFFFFF;
}
button.secondary, .button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #333333;
}
button.success, .button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
color: #FFFFFF;
}
button.alert, .button.alert {
background-color: #ec5454;
border-color: #e61a1a;
color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #e61a1a;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: #FFFFFF;
}
button.warning, .button.warning {
background-color: #ec5454;
border-color: #e61a1a;
color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #e61a1a;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: #FFFFFF;
}
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: #FFFFFF;
}
button.large, .button.large {
padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
font-size: 1.25rem;
}
button.small, .button.small {
padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
font-size: 0.8125rem;
}
button.tiny, .button.tiny {
padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
font-size: 0.6875rem;
}
button.expand, .button.expand {
padding-left: 0;
padding-right: 0;
width: 100%;
}
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75rem;
}
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75rem;
}
button.radius, .button.radius {
border-radius: 3px;
}
button.round, .button.round {
border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #465a63;
border-color: #38484f;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #38484f;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #465a63;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
box-shadow: none;
cursor: default;
opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #ec5454;
border-color: #e61a1a;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #e61a1a;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #ec5454;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #ec5454;
border-color: #e61a1a;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #e61a1a;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #ec5454;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
box-shadow: none;
cursor: default;
opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
}
@media only screen and (min-width: 40.0625em) {
button, .button {
display: inline-block;
}
} form {
margin: 0 0 1rem;
} form .row .row {
margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
padding: 0 0.5rem;
}
form .row .row.collapse {
margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
padding: 0;
}
form .row .row.collapse input {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
padding-left: 0.5rem;
} label {
color: #4d4d4d;
cursor: pointer;
display: block;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0; }
label.right {
float: none !important;
text-align: right;
}
label.inline {
margin: 0 0 1rem 0;
padding: 0.5625rem 0;
}
label small {
text-transform: capitalize;
color: #676767;
} .prefix,
.postfix {
border-style: solid;
border-width: 1px;
display: block;
font-size: 0.875rem;
height: 2.3125rem;
line-height: 2.3125rem;
overflow: visible;
padding-bottom: 0;
padding-top: 0;
position: relative;
text-align: center;
width: 100%;
z-index: 2;
} .postfix.button {
border-color: true;
}
.prefix.button {
border: none;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center;
}
.prefix.button.radius {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.postfix.button.radius {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.prefix.button.round {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
.postfix.button.round {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
} span.prefix, label.prefix {
background: #f2f2f2;
border-right: none;
color: #333333;
border-color: #cccccc;
}
span.postfix, label.postfix {
background: #f2f2f2;
color: #333333;
border-color: #cccccc;
} input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
background-color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-family: inherit;
font-size: 0.875rem;
height: 2.3125rem;
margin: 0 0 1rem 0;
padding: 0.5rem;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color 0.15s linear, background 0.15s linear;
-moz-transition: border-color 0.15s linear, background 0.15s linear;
-ms-transition: border-color 0.15s linear, background 0.15s linear;
-o-transition: border-color 0.15s linear, background 0.15s linear;
transition: border-color 0.15s linear, background 0.15s linear;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
background: #fafafa;
border-color: #999999;
outline: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
background-color: #DDDDDD;
cursor: default;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
background-color: #DDDDDD;
cursor: default;
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
border-radius: 3px;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
}
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
} textarea[rows] {
height: auto;
} textarea {
max-width: 100%;
}
::-webkit-input-placeholder {
color: #cccccc;
}
:-moz-placeholder { color: #cccccc;
}
::-moz-placeholder { color: #cccccc;
}
:-ms-input-placeholder {
color: #cccccc;
} select {
-webkit-appearance: none !important;
-moz-appearance: none !important;
background-color: #FAFAFA;
border-radius: 0;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
color: rgba(0, 0, 0, 0.75);
font-family: inherit;
font-size: 0.875rem;
line-height: normal;
padding: 0.5rem;
border-radius: 0;
height: 2.3125rem;
}
select::-ms-expand {
display: none;
}
select.radius {
border-radius: 3px;
}
select:hover {
background-color: #f3f3f3;
border-color: #999999;
}
select:disabled {
background-color: #DDDDDD;
cursor: default;
}
select[multiple] {
height: auto;
} input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
display: inline-block;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
vertical-align: baseline;
} input[type="file"] {
width: 100%;
}  fieldset {
border: 1px solid #DDDDDD;
margin: 1.125rem 0;
padding: 1.25rem;
}
fieldset legend {
background: #FFFFFF;
font-weight: bold;
margin-left: -0.1875rem;
margin: 0;
padding: 0 0.1875rem;
} [data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: -1px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #ec5454;
color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
display: none;
}
span.error, small.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: -1px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #ec5454;
color: #FFFFFF;
}
.error input,
.error textarea,
.error select {
margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
margin-bottom: 1rem;
}
.error label,
.error label.error {
color: #ec5454;
}
.error small.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: -1px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #ec5454;
color: #FFFFFF;
}
.error > label > small {
background: transparent;
color: #676767;
display: inline;
font-size: 60%;
font-style: normal;
margin: 0;
padding: 0;
text-transform: capitalize;
}
.error span.error-message {
display: block;
}
input.error,
textarea.error,
select.error {
margin-bottom: 0;
}
label.error {
color: #ec5454;
}
.row {
margin: 0 auto;
max-width: 62.5rem;
width: 100%;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0;
}
.row.collapse .row {
margin-left: 0;
margin-right: 0;
}
.row .row {
margin: 0 -0.9375rem;
max-width: none;
width: auto;
}
.row .row:before, .row .row:after {
content: " ";
display: table;
}
.row .row:after {
clear: both;
}
.row .row.collapse {
margin: 0;
max-width: none;
width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table;
}
.row .row.collapse:after {
clear: both;
}
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
}
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
float: left;
}
@media only screen {
.small-push-0 {
position: relative;
left: 0;
right: auto;
}
.small-pull-0 {
position: relative;
right: 0;
left: auto;
}
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
.small-push-3 {
position: relative;
left: 25%;
right: auto;
}
.small-pull-3 {
position: relative;
right: 25%;
left: auto;
}
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
.small-push-6 {
position: relative;
left: 50%;
right: auto;
}
.small-pull-6 {
position: relative;
right: 50%;
left: auto;
}
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
.small-push-9 {
position: relative;
left: 75%;
right: auto;
}
.small-pull-9 {
position: relative;
right: 75%;
left: auto;
}
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
.small-1 {
width: 8.33333%;
}
.small-2 {
width: 16.66667%;
}
.small-3 {
width: 25%;
}
.small-4 {
width: 33.33333%;
}
.small-5 {
width: 41.66667%;
}
.small-6 {
width: 50%;
}
.small-7 {
width: 58.33333%;
}
.small-8 {
width: 66.66667%;
}
.small-9 {
width: 75%;
}
.small-10 {
width: 83.33333%;
}
.small-11 {
width: 91.66667%;
}
.small-12 {
width: 100%;
}
.small-offset-0 {
margin-left: 0 !important;
}
.small-offset-1 {
margin-left: 8.33333% !important;
}
.small-offset-2 {
margin-left: 16.66667% !important;
}
.small-offset-3 {
margin-left: 25% !important;
}
.small-offset-4 {
margin-left: 33.33333% !important;
}
.small-offset-5 {
margin-left: 41.66667% !important;
}
.small-offset-6 {
margin-left: 50% !important;
}
.small-offset-7 {
margin-left: 58.33333% !important;
}
.small-offset-8 {
margin-left: 66.66667% !important;
}
.small-offset-9 {
margin-left: 75% !important;
}
.small-offset-10 {
margin-left: 83.33333% !important;
}
.small-offset-11 {
margin-left: 91.66667% !important;
}
.small-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto;
}
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.column.small-uncentered,
.columns.small-uncentered {
float: left;
margin-left: 0;
margin-right: 0;
}
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none;
}
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left;
}
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right;
}
.row.small-collapse > .column,
.row.small-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
.row.small-collapse .row {
margin-left: 0;
margin-right: 0;
}
.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
}
@media only screen and (min-width: 40.0625em) {
.medium-push-0 {
position: relative;
left: 0;
right: auto;
}
.medium-pull-0 {
position: relative;
right: 0;
left: auto;
}
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
.medium-push-3 {
position: relative;
left: 25%;
right: auto;
}
.medium-pull-3 {
position: relative;
right: 25%;
left: auto;
}
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
.medium-push-6 {
position: relative;
left: 50%;
right: auto;
}
.medium-pull-6 {
position: relative;
right: 50%;
left: auto;
}
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
.medium-push-9 {
position: relative;
left: 75%;
right: auto;
}
.medium-pull-9 {
position: relative;
right: 75%;
left: auto;
}
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
.medium-1 {
width: 8.33333%;
}
.medium-2 {
width: 16.66667%;
}
.medium-3 {
width: 25%;
}
.medium-4 {
width: 33.33333%;
}
.medium-5 {
width: 41.66667%;
}
.medium-6 {
width: 50%;
}
.medium-7 {
width: 58.33333%;
}
.medium-8 {
width: 66.66667%;
}
.medium-9 {
width: 75%;
}
.medium-10 {
width: 83.33333%;
}
.medium-11 {
width: 91.66667%;
}
.medium-12 {
width: 100%;
}
.medium-offset-0 {
margin-left: 0 !important;
}
.medium-offset-1 {
margin-left: 8.33333% !important;
}
.medium-offset-2 {
margin-left: 16.66667% !important;
}
.medium-offset-3 {
margin-left: 25% !important;
}
.medium-offset-4 {
margin-left: 33.33333% !important;
}
.medium-offset-5 {
margin-left: 41.66667% !important;
}
.medium-offset-6 {
margin-left: 50% !important;
}
.medium-offset-7 {
margin-left: 58.33333% !important;
}
.medium-offset-8 {
margin-left: 66.66667% !important;
}
.medium-offset-9 {
margin-left: 75% !important;
}
.medium-offset-10 {
margin-left: 83.33333% !important;
}
.medium-offset-11 {
margin-left: 91.66667% !important;
}
.medium-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto;
}
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.column.medium-uncentered,
.columns.medium-uncentered {
float: left;
margin-left: 0;
margin-right: 0;
}
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none;
}
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left;
}
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right;
}
.row.medium-collapse > .column,
.row.medium-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0;
}
.row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
.push-0 {
position: relative;
left: 0;
right: auto;
}
.pull-0 {
position: relative;
right: 0;
left: auto;
}
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
.push-3 {
position: relative;
left: 25%;
right: auto;
}
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
.push-6 {
position: relative;
left: 50%;
right: auto;
}
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
.push-9 {
position: relative;
left: 75%;
right: auto;
}
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
@media only screen and (min-width: 64.0625em) {
.large-push-0 {
position: relative;
left: 0;
right: auto;
}
.large-pull-0 {
position: relative;
right: 0;
left: auto;
}
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
.large-push-3 {
position: relative;
left: 25%;
right: auto;
}
.large-pull-3 {
position: relative;
right: 25%;
left: auto;
}
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
.large-push-6 {
position: relative;
left: 50%;
right: auto;
}
.large-pull-6 {
position: relative;
right: 50%;
left: auto;
}
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
.large-push-9 {
position: relative;
left: 75%;
right: auto;
}
.large-pull-9 {
position: relative;
right: 75%;
left: auto;
}
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
.large-1 {
width: 8.33333%;
}
.large-2 {
width: 16.66667%;
}
.large-3 {
width: 25%;
}
.large-4 {
width: 33.33333%;
}
.large-5 {
width: 41.66667%;
}
.large-6 {
width: 50%;
}
.large-7 {
width: 58.33333%;
}
.large-8 {
width: 66.66667%;
}
.large-9 {
width: 75%;
}
.large-10 {
width: 83.33333%;
}
.large-11 {
width: 91.66667%;
}
.large-12 {
width: 100%;
}
.large-offset-0 {
margin-left: 0 !important;
}
.large-offset-1 {
margin-left: 8.33333% !important;
}
.large-offset-2 {
margin-left: 16.66667% !important;
}
.large-offset-3 {
margin-left: 25% !important;
}
.large-offset-4 {
margin-left: 33.33333% !important;
}
.large-offset-5 {
margin-left: 41.66667% !important;
}
.large-offset-6 {
margin-left: 50% !important;
}
.large-offset-7 {
margin-left: 58.33333% !important;
}
.large-offset-8 {
margin-left: 66.66667% !important;
}
.large-offset-9 {
margin-left: 75% !important;
}
.large-offset-10 {
margin-left: 83.33333% !important;
}
.large-offset-11 {
margin-left: 91.66667% !important;
}
.large-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto;
}
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.column.large-uncentered,
.columns.large-uncentered {
float: left;
margin-left: 0;
margin-right: 0;
}
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none;
}
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left;
}
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right;
}
.row.large-collapse > .column,
.row.large-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
.row.large-collapse .row {
margin-left: 0;
margin-right: 0;
}
.row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
.push-0 {
position: relative;
left: 0;
right: auto;
}
.pull-0 {
position: relative;
right: 0;
left: auto;
}
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
.push-3 {
position: relative;
left: 25%;
right: auto;
}
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
.push-6 {
position: relative;
left: 50%;
right: auto;
}
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
.push-9 {
position: relative;
left: 75%;
right: auto;
}
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
table {
background: #FFFFFF;
border: none 1px #DDDDDD;
margin-bottom: 1.25rem;
table-layout: auto;
}
table caption {
background: transparent;
color: #666666;
font-size: 1rem;
font-weight: bold;
}
table thead {
background: #F6F6F6;
}
table thead tr th,
table thead tr td {
color: #666666;
font-size: 0.875rem;
font-weight: normal;
padding: 0.9375rem 1.25rem 0.9375rem;
}
table tfoot {
background: #F6F6F6;
}
table tfoot tr th,
table tfoot tr td {
color: #666666;
font-size: 0.875rem;
font-weight: normal;
padding: 0.9375rem 1.25rem 0.9375rem;
}
table tr th,
table tr td {
color: #666666;
font-size: 0.875rem;
padding: 0.9375rem 1.25rem;
text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #FAFAFA;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
display: table-cell;
line-height: 1.5625rem;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
}
@media only screen and (max-width: 40em) {
.small-only-text-left {
text-align: left !important;
}
.small-only-text-right {
text-align: right !important;
}
.small-only-text-center {
text-align: center !important;
}
.small-only-text-justify {
text-align: justify !important;
}
}
@media only screen {
.small-text-left {
text-align: left !important;
}
.small-text-right {
text-align: right !important;
}
.small-text-center {
text-align: center !important;
}
.small-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
.medium-only-text-left {
text-align: left !important;
}
.medium-only-text-right {
text-align: right !important;
}
.medium-only-text-center {
text-align: center !important;
}
.medium-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 40.0625em) {
.medium-text-left {
text-align: left !important;
}
.medium-text-right {
text-align: right !important;
}
.medium-text-center {
text-align: center !important;
}
.medium-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
.large-only-text-left {
text-align: left !important;
}
.large-only-text-right {
text-align: right !important;
}
.large-only-text-center {
text-align: center !important;
}
.large-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 64.0625em) {
.large-text-left {
text-align: left !important;
}
.large-text-right {
text-align: right !important;
}
.large-text-center {
text-align: center !important;
}
.large-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
.xlarge-only-text-left {
text-align: left !important;
}
.xlarge-only-text-right {
text-align: right !important;
}
.xlarge-only-text-center {
text-align: center !important;
}
.xlarge-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 90.0625em) {
.xlarge-text-left {
text-align: left !important;
}
.xlarge-text-right {
text-align: right !important;
}
.xlarge-text-center {
text-align: center !important;
}
.xlarge-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
.xxlarge-only-text-left {
text-align: left !important;
}
.xxlarge-only-text-right {
text-align: right !important;
}
.xxlarge-only-text-center {
text-align: center !important;
}
.xxlarge-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 120.0625em) {
.xxlarge-text-left {
text-align: left !important;
}
.xxlarge-text-right {
text-align: right !important;
}
.xxlarge-text-center {
text-align: center !important;
}
.xxlarge-text-justify {
text-align: justify !important;
}
} div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
} a {
color: #465a63;
line-height: inherit;
text-decoration: none;
}
a:hover, a:focus {
color: #ef5350;
}
a img {
border: none;
} p {
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.8;
margin-bottom: 1.25rem;
text-rendering: optimizeLegibility;
}
p.lead {
font-size: 1.21875rem;
line-height: 1.6;
}
p aside {
font-size: 0.875rem;
font-style: italic;
line-height: 1.35;
} h1, h2, h3, h4, h5, h6 {
color: #465a63;
font-family: "Lora", serif;
font-style: normal;
font-weight: normal;
line-height: 1.6;
margin-bottom: 0.5rem;
margin-top: 0.2rem;
text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: #7d97a3;
font-size: 60%;
line-height: 0;
}
h1 {
font-size: 2.125rem;
}
h2 {
font-size: 1.6875rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1.125rem;
}
h6 {
font-size: 1rem;
}
.subheader {
line-height: 1.4;
color: #7d97a3;
font-weight: normal;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
}
hr {
border: dotted #DDDDDD;
border-width: 1px 0 0;
clear: both;
height: 0;
margin: 1.25rem 0 1.1875rem;
} em,
i {
font-style: italic;
line-height: inherit;
}
strong,
b {
font-weight: bold;
line-height: inherit;
}
small {
font-size: 60%;
line-height: inherit;
}
code {
background-color: #f8f8f8;
border-color: #dfdfdf;
border-style: solid;
border-width: 1px;
color: #333333;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
padding: 0.125rem 0.3125rem 0.0625rem;
} ul,
ol,
dl {
font-family: inherit;
font-size: 1rem;
line-height: 1.8;
list-style-position: outside;
margin-bottom: 1.25rem;
}
ul {
margin-left: 1.1rem;
}
ul.no-bullet {
margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
margin-left: 1.25rem;
margin-bottom: 0;
list-style: none;
} ul li ul,
ul li ol {
margin-left: 1.25rem;
margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
list-style: inherit;
}
ul.square {
list-style-type: square;
margin-left: 1.1rem;
}
ul.circle {
list-style-type: circle;
margin-left: 1.1rem;
}
ul.disc {
list-style-type: disc;
margin-left: 1.1rem;
}
ul.no-bullet {
list-style: none;
} ol {
margin-left: 1.4rem;
}
ol li ul,
ol li ol {
margin-left: 1.25rem;
margin-bottom: 0;
} dl dt {
margin-bottom: 0.3rem;
font-weight: bold;
}
dl dd {
margin-bottom: 0.75rem;
} abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #78909c;
cursor: help;
}
abbr {
text-transform: none;
}
abbr[title] {
border-bottom: 1px dotted #DDDDDD;
} blockquote {
margin: 0 0 1.25rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #DDDDDD;
}
blockquote cite {
display: block;
font-size: 0.8125rem;
color: #668491;
}
blockquote cite:before {
content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
color: #668491;
}
blockquote,
blockquote p {
line-height: 1.8;
color: #7d97a3;
} .vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
border: 1px solid #DDDDDD;
padding: 0.625rem 0.75rem;
}
.vcard li {
margin: 0;
display: block;
}
.vcard .fn {
font-weight: bold;
font-size: 0.9375rem;
}
.vevent .summary {
font-weight: bold;
}
.vevent abbr {
cursor: default;
text-decoration: none;
font-weight: bold;
border: none;
padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.0625em) {
h1, h2, h3, h4, h5, h6 {
line-height: 1.6;
}
h1 {
font-size: 2.75rem;
}
h2 {
font-size: 2.3125rem;
}
h3 {
font-size: 1.6875rem;
}
h4 {
font-size: 1.4375rem;
}
h5 {
font-size: 1.125rem;
}
h6 {
font-size: 1rem;
}
} @media only screen {
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important;
}
.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important;
}
.visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
}
.hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important;
}
thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important;
}
tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important;
}
tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row;
}
th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important;
}
} @media only screen and (min-width: 40.0625em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important;
}
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important;
}
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
}
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important;
}
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important;
}
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important;
}
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row;
}
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important;
}
} @media only screen and (min-width: 64.0625em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important;
}
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important;
}
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
}
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important;
}
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important;
}
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important;
}
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row;
}
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important;
}
} @media only screen and (min-width: 90.0625em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important;
}
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important;
}
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
}
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important;
}
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important;
}
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important;
}
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row;
}
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important;
}
} @media only screen and (min-width: 120.0625em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important;
}
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
display: none !important;
}
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
}
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
display: table !important;
}
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important;
}
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important;
}
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row;
}
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important;
}
} .show-for-landscape,
.hide-for-portrait {
display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
display: none !important;
} table.hide-for-landscape, table.show-for-portrait {
display: table !important;
}
thead.hide-for-landscape, thead.show-for-portrait {
display: table-header-group !important;
}
tbody.hide-for-landscape, tbody.show-for-portrait {
display: table-row-group !important;
}
tr.hide-for-landscape, tr.show-for-portrait {
display: table-row !important;
}
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
display: table-cell !important;
}
@media only screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
display: none !important;
} table.show-for-landscape, table.hide-for-portrait {
display: table !important;
}
thead.show-for-landscape, thead.hide-for-portrait {
display: table-header-group !important;
}
tbody.show-for-landscape, tbody.hide-for-portrait {
display: table-row-group !important;
}
tr.show-for-landscape, tr.hide-for-portrait {
display: table-row !important;
}
td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
display: table-cell !important;
}
}
@media only screen and (orientation: portrait) {
.show-for-portrait,
.hide-for-landscape {
display: inherit !important;
}
.hide-for-portrait,
.show-for-landscape {
display: none !important;
} table.show-for-portrait, table.hide-for-landscape {
display: table !important;
}
thead.show-for-portrait, thead.hide-for-landscape {
display: table-header-group !important;
}
tbody.show-for-portrait, tbody.hide-for-landscape {
display: table-row-group !important;
}
tr.show-for-portrait, tr.hide-for-landscape {
display: table-row !important;
}
td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
display: table-cell !important;
}
} .show-for-touch {
display: none !important;
}
.hide-for-touch {
display: inherit !important;
}
.touch .show-for-touch {
display: inherit !important;
}
.touch .hide-for-touch {
display: none !important;
} table.hide-for-touch {
display: table !important;
}
.touch table.show-for-touch {
display: table !important;
}
thead.hide-for-touch {
display: table-header-group !important;
}
.touch thead.show-for-touch {
display: table-header-group !important;
}
tbody.hide-for-touch {
display: table-row-group !important;
}
.touch tbody.show-for-touch {
display: table-row-group !important;
}
tr.hide-for-touch {
display: table-row !important;
}
.touch tr.show-for-touch {
display: table-row !important;
}
td.hide-for-touch {
display: table-cell !important;
}
.touch td.show-for-touch {
display: table-cell !important;
}
th.hide-for-touch {
display: table-cell !important;
}
.touch th.show-for-touch {
display: table-cell !important;
} .show-for-sr {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.show-on-focus {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
} .print-only {
display: none !important;
}
@media print {
* {
background: transparent !important;
box-shadow: none !important;
color: #000000 !important; text-shadow: none !important;
}
.show-for-print {
display: block;
}
.hide-for-print {
display: none;
}
table.show-for-print {
display: table !important;
}
thead.show-for-print {
display: table-header-group !important;
}
tbody.show-for-print {
display: table-row-group !important;
}
tr.show-for-print {
display: table-row !important;
}
td.show-for-print {
display: table-cell !important;
}
th.show-for-print {
display: table-cell !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999999;
page-break-inside: avoid;
}
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.hide-on-print {
display: none !important;
}
.print-only {
display: block !important;
}
.hide-for-print {
display: none !important;
}
.show-for-print {
display: inherit !important;
}
} @media print {
.show-for-print {
display: block;
}
.hide-for-print {
display: none;
}
table.show-for-print {
display: table !important;
}
thead.show-for-print {
display: table-header-group !important;
}
tbody.show-for-print {
display: table-row-group !important;
}
tr.show-for-print {
display: table-row !important;
}
td.show-for-print {
display: table-cell !important;
}
th.show-for-print {
display: table-cell !important;
}
}
@media not print {
.show-for-print {
display: none !important;
}
}a {
-o-transition: 0.2s;
-ms-transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
transition: 0.2s; }
pre {
background-color: #eceff1;
color: #616161;
font-size: 14px;
line-height: 2;
padding: 2em;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word; }
code {
word-wrap: break-word; }
blockquote {
border-left: none;
padding: 1em;
font-size: 20px;
font-family: "Lora", serif; }
blockquote p {
border-top: 4px solid #cfd8dc;
border-bottom: 4px solid #cfd8dc;
font-size: 20px;
font-style: italic;
padding: 1em 0;
color: #607d8b; }
blockquote cite {
color: #78909c;
display: block;
font-size: 12px;
margin-top: 10px; }
cite {
font-weight: bold;
font-style: italic;
font-size: 12px; } svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
circle {
fill: rgba(255, 255, 255, 0.2); }
.rescue-button {
position: relative;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16); }
input[type="search"] {
background-color: #EEEEEE;
border-color: #F5F5F5;
box-shadow: none;
color: #38474d; }
input[type="submit"] {
background-color: #38474d;
border: none;
color: white;
display: block;
padding: 5px 20px;
position: relative;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; } .mini-header-wrap {
background-color: white;
height: 37px; }
@media only screen and (max-width: 64.063em) {
.mini-header-wrap {
height: 100%; } }
font-family: 'Noto Sans', sans-serif;
.mini-header {
background-color: #38474d;
height: 30px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
@media only screen and (max-width: 64.063em) {
.mini-header {
padding: 0.75em 0;
height: 100%; } }
.mini-header .social-navigation ul {
list-style: none;
margin: 0;
padding-top: 5px;
padding-bottom: 5px; }
@media only screen and (max-width: 40em) {
.mini-header .social-navigation ul {
margin: 0 auto;
display: table; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.mini-header .social-navigation ul {
margin: 0 auto;
display: table; } }
.mini-header .social-navigation ul li {
display: inline;
list-style-type: none;
float: left; }
.mini-header .social-navigation a {
display: block;
height: 1.45em;
position: relative;
width: 1.45em;
color: #FFFFFF; }
.mini-header .social-navigation a:hover {
color: #ef5350; }
.mini-header .social-navigation a:before {
font-family: FontAwesome;
content: "\25AE";
font-size: 14px;
position: absolute;
top: 0;
left: 0; }
.mini-header .social-navigation a[href$="/feed/"]:before {
content: "\f09e"; }
.mini-header .social-navigation a[href*="codepen.io"]:before {
content: "\f1cb"; }
.mini-header .social-navigation a[href*="digg.com"]:before {
content: "\f1a6"; }
.mini-header .social-navigation a[href*="dribbble.com"]:before {
content: "\f17d"; }
.mini-header .social-navigation a[href*="dropbox.com"]:before {
content: "\f16b"; }
.mini-header .social-navigation a[href*="facebook.com"]:before {
content: "\f09a"; }
.mini-header .social-navigation a[href*="flickr.com"]:before {
content: "\f16e"; }
.mini-header .social-navigation a[href*="foursquare.com"]:before {
content: "\f180"; }
.mini-header .social-navigation a[href*="plus.google.com"]:before {
content: "\f0d5"; }
.mini-header .social-navigation a[href*="github.com"]:before {
content: "\f092"; }
.mini-header .social-navigation a[href*="instagram.com"]:before {
content: "\f16d"; }
.mini-header .social-navigation a[href*="linkedin.com"]:before {
content: "\f0e1"; }
.mini-header .social-navigation a[href*="pinterest.com"]:before {
content: "\f231"; }
.mini-header .social-navigation a[href*="reddit.com"]:before {
content: "\f1a1"; }
.mini-header .social-navigation a[href*="stumbleupon.com"]:before {
content: "\f1a4"; }
.mini-header .social-navigation a[href*="tumblr.com"]:before {
content: "\f173"; }
.mini-header .social-navigation a[href*="twitter.com"]:before {
content: "\f099"; }
.mini-header .social-navigation a[href*="vimeo.com"]:before {
content: "\f194"; }
.mini-header .social-navigation a[href*="wordpress.com"]:before, .mini-header .social-navigation a[href*="wordpress.org"]:before {
content: "\f19a"; }
.mini-header .social-navigation a[href*="youtube.com"]:before {
content: "\f16a"; }
.mini-header .social-navigation a[href*="mailto:"]:before {
content: "\f0e0"; }
.mini-header .social-navigation a[href*="spotify.com"]:before {
content: "\f1bc"; }
.mini-header .social-navigation a[href*="twitch.tv"]:before {
content: "\f1e8"; }
.mini-header .header-contact {
text-align: right; }
@media only screen and (max-width: 40em) {
.mini-header .header-contact {
text-align: center;
padding-bottom: 5px; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.mini-header .header-contact {
text-align: center;
padding-bottom: 5px; } }
.mini-header .header-contact a {
color: #ef5350; }
.mini-header .header-contact a i {
font-size: 1.2em; }
.mini-header .header-contact a i.fa-phone {
position: relative;
top: 2px; }
.mini-header .header-contact a span {
color: white;
font-family: "Open Sans";
font-weight: 400;
font-size: 14px;
padding-left: 0.5em; }
.mini-header .header-contact a:hover span {
color: #e6e6e6; }
.mini-header .header-contact .header-phone, .mini-header .header-contact .header-address {
display: inline-block; }
.mini-header .header-contact .header-phone {
margin-right: 1.5em; }  header#masthead {
background: white;
z-index: 100;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; }
header#masthead.stick {
position: fixed;
min-height: 0;
width: 100%;
background: white;
border-bottom: 1px solid #eceff1;
top: 0;
padding-bottom: 25px;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16); }
@media only screen and (max-width: 40em) {
header#masthead.stick {
position: relative; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
header#masthead.stick {
position: relative; } }
header#masthead.stick hr {
display: none; }
header#masthead.stick .site-branding {
padding: 25px 0 0 0; }
header#masthead hr {
border-style: solid; }
.site-header {
min-height: 90px; }
@media only screen and (max-width: 64.063em) {
.site-header {
padding: 0.75em 0; } }
.site-header .site-branding {
display: inline-block;
padding: 25px 0; }
@media only screen and (max-width: 64.063em) {
.site-header .site-branding {
text-align: center;
margin: 0 auto;
display: table; } }
.site-header .site-branding h1.site-title {
font-size: 1.5rem;
margin-bottom: 0;
font-family: "Lora", serif; }
.site-header .site-branding p.site-description {
font-size: 0.85rem;
font-style: italic;
font-family: "Open Sans", sans-serif; }
.site-header hr {
margin: 0; } #site-navigation {
display: inline-block;
float: right;
padding-top: 25px; }
#site-navigation ul {
list-style: none;
margin: 0;
padding-left: 0; }
#site-navigation ul li ul.sub-menu {
background: #485b63;
visibility: hidden;
float: left;
min-width: 190px;
position: absolute;
margin-top: 5px;
left: 0;
z-index: 999; }
#site-navigation ul li ul.sub-menu ul li ul.sub-menu {
margin-top: 0px; }
#site-navigation li {
color: #455a64;
float: left;
padding: 5px 15px;
position: relative;
text-decoration: none;
text-transform: uppercase;
background-color: white;
letter-spacing: 0.05em;         }
#site-navigation li a {
font-family: "Open Sans", sans-serif;
color: #455a64;
text-decoration: none;
font-size: 14px;
transition: none; }
#site-navigation li:hover {
background-color: #485b63;
cursor: pointer; }
#site-navigation li:hover > a {
color: #eceff1;
transition: none; }
#site-navigation li.green {
background-color: #4caf50;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.green a {
color: white; }
#site-navigation li.green:hover {
background-color: #5fbc63; }
#site-navigation li.red {
background-color: #ef5350;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.red a {
color: white; }
#site-navigation li.red:hover {
background-color: #f27573; }
#site-navigation li.black {
background-color: #212121;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.black a {
color: white; }
#site-navigation li.black:hover {
background-color: #ffffff; }
#site-navigation li.blue {
background-color: #2196f3;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.blue a {
color: white; }
#site-navigation li.blue:hover {
background-color: #4dabf5; }
#site-navigation li.orange {
background-color: #ff6e40;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.orange a {
color: white; }
#site-navigation li.orange:hover {
background-color: #ff8b66; }
#site-navigation li.grey {
background-color: #757575;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.grey a {
color: white; }
#site-navigation li.grey:hover {
background-color: #919191; }
#site-navigation li.purple {
background-color: #5c6bc0;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.purple a {
color: white; }
#site-navigation li.purple:hover {
background-color: #7d89cd; }
#site-navigation li.yellow {
background-color: #ffeb3b;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.yellow a {
color: white; }
#site-navigation li.yellow:hover {
background-color: #fbe200; }
#site-navigation li.brown {
background-color: #795548;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#site-navigation li.brown a {
color: white; }
#site-navigation li.brown:hover {
background-color: #a07160; }
#site-navigation li.current-menu-item > a:first-of-type {
border-bottom: 1px dashed #EEEEEE; }
#site-navigation li.current-menu-item > a:first-of-type ul.sub-menu li a {
border-bottom: none; }
#site-navigation ul li:hover > ul.sub-menu, #site-navigation ul li ul.sub-menu:hover, #site-navigation ul li[aria-expanded="true"] > ul.sub-menu {
visibility: visible; }
#site-navigation ul li ul.sub-menu {
padding: 10px 0; }
#site-navigation ul li ul.sub-menu li {
clear: both;
padding: 10px 0 10px 15px;
width: 100%;
background-color: #485b63; }
#site-navigation ul li ul.sub-menu li a {
color: white;
transition: none; }
#site-navigation ul li ul.sub-menu li a:hover {
color: #eceff1; }
#site-navigation ul li ul.sub-menu li ul.sub-menu {
left: 100%;
top: 0;
padding: 0; }
#site-navigation ul li ul.sub-menu li ul.sub-menu li {
padding-top: 5px; }
#site-navigation ul li ul.sub-menu li ul.sub-menu.nav-shift {
left: 0;
top: 100%; } .slicknav_menu {
display: none; }
@media screen and (max-width: 64.063em) {
.js #site-navigation {
display: none; }
.js .slicknav_menu {
display: block; } }
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em; }
.slicknav_menu {
*zoom: 1;
border-bottom: 1px solid #455a64; }
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left; }
.slicknav_menu .slicknav_icon {
float: left;
margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text {
margin: 0;
padding: 0.2em 0; }
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em; }
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }
.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav ul li {
display: block; }
.slicknav_nav .slicknav_arrow {
font-size: 0.7em;
margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block;
text-transform: uppercase; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }
.slicknav_brand {
float: left; }
.slicknav_menu {
font-size: 16px;
box-sizing: border-box;
background: #38474d;
padding: 5px; }
.slicknav_menu * {
box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
color: white;
font-weight: bold;
text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
background-color: white; }
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
background-color: #263238; }
.slicknav_nav {
color: white;
margin: 0;
padding: 0;
font-size: 0.875em;
list-style: none;
overflow: hidden; }
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 20px;
font-size: 14px; }
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
background: #263238;
color: white; }
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: white; }
.slicknav_nav a:hover {
background: #263238;
color: white; }
.slicknav_nav .slicknav_txtnode {
margin-left: 15px; }
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px; } .comment-navigation,
.posts-navigation,
.post-navigation {
font-size: 14px; }
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
color: #b0bec5; }
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
color: #78909c; }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
overflow: hidden; }
.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
display: block;
padding-bottom: 0.3em; }
.entry-footer {
background-color: #FAFAFA;
padding: 1em;
margin-bottom: 1em; }
.entry-footer h2 {
color: #78909c;
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0 0 1em 0;
text-transform: uppercase; }  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  .home_hero {
background-color: #38474d; }
.home-header-bg {
min-height: 650px; display: flex;
flex-direction: column;
justify-content: center;
transform: translateZ(0); }
.home-header-bg img {  -webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000; } .color-overlay {
position: relative;
overflow: hidden; }
.color-overlay:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #465a63;
opacity: 0.5; } .hero-widgets-wrap, .hero-widgets-wrap h2 {
color: white; }
.mailbag-wrap .mailbag-input {
display: inline-block;
margin: 0; }
@media only screen and (max-width: 40em) {
.mailbag-wrap .mailbag-input {
display: block; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.mailbag-wrap .mailbag-input {
display: block; } }
.mailbag-wrap fieldset {
border: none;
margin: 0;
padding: 0; }
.mailbag-wrap input[type="text"], .mailbag-wrap input[type="email"] {
display: inline-block;
border-radius: 0;
background-color: white;
height: 3.5em;
opacity: 0.8;
margin: 0;
width: 400px; }
@media only screen and (max-width: 40em) {
.mailbag-wrap input[type="text"], .mailbag-wrap input[type="email"] {
width: 250px;
display: block;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.mailbag-wrap input[type="text"], .mailbag-wrap input[type="email"] {
width: 250px;
display: block;
margin: 0 auto; } }
.mailbag-wrap input[type="submit"] {
display: inline-block;
height: 3.05em;
border-radius: 0;
background-color: #2196f3;
opacity: 0.9;
width: 150px;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
@media only screen and (max-width: 40em) {
.mailbag-wrap input[type="submit"] {
width: 250px;
display: block;
margin: 0 auto;
margin-top: 10px; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.mailbag-wrap input[type="submit"] {
width: 250px;
display: block;
margin: 0 auto;
margin-top: 10px; } }
.mailbag-wrap input[type="submit"]:hover {
background-color: #37a1f4; }
.mailbag-wrap label[for=mailbag_mailchimp_email] {
opacity: 0; }
.mailbag-wrap label.error, .mailbag-wrap label.valid {
opacity: 1; }
.mailbag-wrap label.valid {
color: #4caf50; }
.mailbag-wrap ::-webkit-input-placeholder {
color: #555555; }
@media only screen and (max-width: 40em) {
.mailbag-wrap ::-webkit-input-placeholder {
text-align: center; } }
.mailbag-wrap :-moz-placeholder { color: #555555; }
@media only screen and (max-width: 40em) {
.mailbag-wrap :-moz-placeholder {
text-align: center; } }
.mailbag-wrap ::-moz-placeholder { color: #555555; }
@media only screen and (max-width: 40em) {
.mailbag-wrap ::-moz-placeholder {
text-align: center; } }
.mailbag-wrap :-ms-input-placeholder {
color: #555555; }
@media only screen and (max-width: 40em) {
.mailbag-wrap :-ms-input-placeholder {
text-align: center; } }
.inner-sidebar, .site-footer { }
.inner-sidebar .mailbag-input, .site-footer .mailbag-input {
width: 100%; }
.inner-sidebar .mailbag-wrap input[type="text"], .inner-sidebar .mailbag-wrap input[type="email"], .site-footer .mailbag-wrap input[type="text"], .site-footer .mailbag-wrap input[type="email"] {
background: #eff1f5;
text-align: center;
width: 100%; }
.inner-sidebar .mailbag-wrap input[type="submit"], .site-footer .mailbag-wrap input[type="submit"] {
font-size: 12px;
font-weight: 100;
height: 2.5em;
letter-spacing: 0.05em;
margin-top: 1em;
padding: 0;
text-transform: uppercase;
width: 100%; } .hero-widgets-wrap .mc4wp-form-fields input[type="email"], .inner-sidebar .mc4wp-form-fields input[type="email"] {
font-weight: normal;
color: #8A949B;
border: none;
background: #EFF1F5;
padding: 10px;
display: inline-block;
border-radius: 0;
background-color: white;
height: 3.5em;
opacity: 0.8;
margin: 0;
width: 400px;
-webkit-appearance: none;
-webkit-transition: .07s ease-in;
-moz-transition: .07s ease-in;
transition: .07s ease-in; }
@media only screen and (max-width: 40em) {
.hero-widgets-wrap .mc4wp-form-fields input[type="email"], .inner-sidebar .mc4wp-form-fields input[type="email"] {
width: 100%; } }
.hero-widgets-wrap .mc4wp-form-fields ::-webkit-input-placeholder, .inner-sidebar .mc4wp-form-fields ::-webkit-input-placeholder {
color: #5D6061; }
@media only screen and (max-width: 40em) {
.hero-widgets-wrap .mc4wp-form-fields ::-webkit-input-placeholder, .inner-sidebar .mc4wp-form-fields ::-webkit-input-placeholder {
text-align: center; } }
.hero-widgets-wrap .mc4wp-form-fields :-moz-placeholder, .inner-sidebar .mc4wp-form-fields :-moz-placeholder { color: #5D6061; }
@media only screen and (max-width: 40em) {
.hero-widgets-wrap .mc4wp-form-fields :-moz-placeholder, .inner-sidebar .mc4wp-form-fields :-moz-placeholder {
text-align: center; } }
.hero-widgets-wrap .mc4wp-form-fields ::-moz-placeholder, .inner-sidebar .mc4wp-form-fields ::-moz-placeholder { color: #5D6061; }
@media only screen and (max-width: 40em) {
.hero-widgets-wrap .mc4wp-form-fields ::-moz-placeholder, .inner-sidebar .mc4wp-form-fields ::-moz-placeholder {
text-align: center; } }
.hero-widgets-wrap .mc4wp-form-fields :-ms-input-placeholder, .inner-sidebar .mc4wp-form-fields :-ms-input-placeholder {
color: #5D6061; }
@media only screen and (max-width: 40em) {
.hero-widgets-wrap .mc4wp-form-fields :-ms-input-placeholder, .inner-sidebar .mc4wp-form-fields :-ms-input-placeholder {
text-align: center; } }
.hero-widgets-wrap .mc4wp-form-fields input[type="submit"], .inner-sidebar .mc4wp-form-fields input[type="submit"] {
display: inline-block;
height: 3.05em;
border-radius: 0;
background-color: #2196f3;
opacity: 0.9;
width: 150px;
padding: 10px;
margin: 0;
font-size: 16px;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
@media only screen and (max-width: 40em) {
.hero-widgets-wrap .mc4wp-form-fields input[type="submit"], .inner-sidebar .mc4wp-form-fields input[type="submit"] {
margin-top: 1em;
width: 100%; } }
.hero-widgets-wrap .mc4wp-form-fields input[type="submit"]:hover, .inner-sidebar .mc4wp-form-fields input[type="submit"]:hover {
background-color: #37a1f4; }
.inner-sidebar .mc4wp-form-fields input[type="email"], .inner-sidebar .mc4wp-form-fields input[type="submit"] {
text-align: center;
width: 100%; }
.inner-sidebar .mc4wp-form-fields input[type="email"] {
background: #eff1f5; }
.inner-sidebar .mc4wp-form-fields input[type="submit"] {
font-size: 12px;
font-weight: 100;
height: 2.5em;
letter-spacing: 0.05em;
margin-top: 1em;
padding: 0;
text-transform: uppercase; } .home_posts_titles h2, .home_secondary_content_header h2 {
font-size: 30px;
margin-bottom: 0; }
.home_posts_titles p, .home_secondary_content_header p {
font-family: "Lora", serif;
color: #b0bec5;
font-size: 14px; }
@media only screen and (max-width: 40em) {
.home .featured-posts-content .post-featured {
margin-bottom: 1em; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.home .featured-posts-content .post-featured {
margin-bottom: 1em; } }
.masonry-post .post-featured img {
min-height: 360px; } .home .content-area {
background-color: white; }
.home .home_paralax {
border-top: 10px solid rgba(255, 255, 255, 0.46);
border-bottom: 10px solid rgba(255, 255, 255, 0.46);
color: #FFFFFF;
padding-bottom: 4em;
overflow: hidden;
position: relative; }
.home .home_paralax::before {
content: ' ';
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
will-change: transform;
z-index: -1; }
.home .home_paralax.content-area {
background-color: transparent; }
.home_paralax_content {
min-height: 400px;
color: white; display: flex;
flex-direction: column;
justify-content: center; }
.home_paralax_content h1, .home_paralax_content h2, .home_paralax_content h3, .home_paralax_content h4, .home_paralax_content h5, .home_paralax_content h6, .home_paralax_content p, .home_paralax_content blockquote {
color: white; }
.home_paralax_content .row {
background-color: rgba(255, 255, 255, 0) !important; }  .alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; } .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%; }
.inner-sidebar {
margin-top: 2em;
color: #b0bec5;
font-family: "Lora", serif; }
.inner-sidebar a {
color: #b0bec5; }
.inner-sidebar a:hover {
color: #ef5350; }
.inner-sidebar h2.widget-title {
font-family: "Lora", serif;
font-style: italic;
font-size: 16px;
font-weight: bold; } .widget_archive ul, .widget_categories ul {
list-style: none;
margin: 0; }
.widget_archive ul li, .widget_categories ul li {
padding-bottom: 0.2em; }
.widget_archive span, .widget_categories span {
float: right;
background-color: #FAFAFA;
color: #b0bec5;
padding: 0 10px;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
.widget_archive a:hover span, .widget_categories a:hover span {
background-color: #eeeeee;
color: #5f7681; }
.widget_archive select, .widget_categories select {
background-color: #FAFAFA;
border-color: #EEEEEE;
color: #78909c; }
.widget_archive select option, .widget_categories select option {
padding: 0.5em; } .widget_calendar {
float: left; }
#wp-calendar {
border: none;
table-layout: fixed;
width: 100%; }
#wp-calendar caption {
font-family: "Lora", serif;
font-style: italic;
text-align: left;
color: #333333;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 15px; }
#wp-calendar thead {
font-size: 10px; }
#wp-calendar thead th {
padding: 10px;
line-height: 1;
color: #38474d; }
#wp-calendar tbody {
color: #38474d; }
#wp-calendar tbody td {
background: #f5f5f5;
color: #ccc;
border: 1px solid white;
text-align: center;
padding: 8px;
line-height: 1; }
#wp-calendar tbody td a {
color: #78909c; }
#wp-calendar tbody td:hover a {
color: #ef5350; }
#wp-calendar tbody .pad {
background: none; }
#wp-calendar tfoot td {
padding: 5px 10px; }
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right; }
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase; } .widget_pages ul {
list-style: none;
margin: 0; }
.widget_pages ul.children {
margin-left: 1.25rem; } .widget_meta ul {
list-style: none;
margin: 0; } .widget_recent_comments ul {
list-style: none;
margin: 0; }
.widget_recent_comments ul li {
padding-bottom: 0.75em; } .widget_recent_entries ul {
list-style: none;
margin: 0; }
.widget_recent_entries ul li {
padding-bottom: 0.75em; } .widget_rss h2.widget-title {
position: relative;
padding-left: 1.25em;
color: #38474d; }
.widget_rss h2.widget-title a {
color: #38474d; }
.widget_rss h2.widget-title img {
display: none; }
.widget_rss h2.widget-title:before {
font-family: 'FontAwesome';
content: '\f09e';
position: absolute;
top: 0.1em;
left: 0; }
.widget_rss ul {
list-style: none;
margin: 0; }
.widget_rss ul li {
padding-bottom: 0.75em; }
.widget_rss ul li a.rsswidget {
color: #78909c; }
.widget_rss ul li .rss-date {
display: block;
font-size: 12px;
font-style: italic;
padding-top: 0.5em; }
.widget_rss ul li .rssSummary {
padding: 0.5em 0;
border-bottom: 1px solid #eceff1; } .widget_search input[type="search"] {
box-shadow: none;
border: 1px solid #d5dbe0; }
.widget_search .search-submit {
display: none; } .widget_tag_cloud {
content: "";
display: table; }
.widget_tag_cloud a {
background-color: #e1e8ed;
color: #78909c;
padding: 0.35em 1.5em;
float: left;
margin-right: 0.35em;
margin-bottom: 0.35em;
font-size: 12px !important;
font-style: italic;
-o-transition: 0.2s;
-ms-transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
transition: 0.2s; }
.widget_tag_cloud a:hover {
color: #78909c;
background-color: #c4d2dc; } .rescue-toggle .rescue-toggle-trigger {
color: #616161;
font-size: 16px; }
.rescue-toggle .rescue-toggle-trigger.active {
color: #616161; }
.rescue-toggle .rescue-toggle-container {
font-size: 16px; }
.rescue-tabs .tab-content {
padding: 2em 4em; }
.rescue-tabs .ui-state-active, .rescue-tabs .ui-widget-content .ui-state-active, .rescue-tabs .ui-widget-header .ui-state-active, .rescue-tabs .ui-state-default, .ui-widget-content .ui-state-default, .rescue-tabs .ui-widget-header .ui-state-default {
font-family: "Lora", serif;
font-style: italic;
float: left;
letter-spacing: 0.05em;
padding: 5px 15px; }
.rescue-tabs ul.ui-tabs-nav .ui-state-active a {
color: #546e7a !important; }
.rescue-tabs ul.ui-tabs-nav li {
height: 60px; }
.rescue-tabs ul.ui-tabs-nav li a {
height: 60px;
line-height: 60px; }
.rescue-tabs ul.ui-tabs-nav .ui-state-active a {
height: 60px; } article.sticky {
background-color: #edf9ff; }
.traditional-wrap article.sticky {
padding: 1em; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
#page .site-content {
min-height: 800px; }
#page .site-content .row {
background-color: white; }
.blog .content-area img, .home .image img, .single .featured-image img {
opacity: 0; }
.page-header {
text-align: center;
margin: 2em 0 0 0; }
.page-header h1.page-header-title {
font-style: italic;
font-size: 30px; }
.page-header h2.page-header-subtitle {
color: #b0bec5;
font-size: 14px; }
.content-area {
padding: 2em 0; }
.content-area .featured-image {
padding-bottom: 1.25rem;
position: relative; }
.content-area .entry-header h1 {
font-size: 24px; }
.content-area .more-link {
font-style: italic;
color: #b0bec5; }
.content-area .more-link:hover {
color: #38474d; }
.single .content-area .featured-image img, .page .content-area .featured-image img {
border: 1px solid #d5dbe0;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16); }
.entry-meta {
margin-top: 1.8rem; }
.entry-meta hr {
border-top: 1px dashed #CCCCCC;
margin: 1rem 0 .9rem; }
.entry-meta .posted-date h3, .entry-meta .post-author h3 {
font-family: "Open Sans", sans-serif;
font-weight: bold;
color: #78909c;
text-transform: uppercase;
font-size: 12px;
margin: 0;
padding: 0; }
.entry-meta .posted-date p, .entry-meta .post-author p {
font-size: 12px;
color: #b0bec5;
padding-top: 0.5em; }
.entry-meta .social-share div.sharedaddy h3.sd-title::before {
border-top: none; }
.entry-meta .social-share div.sharedaddy h3.sd-title {
font-family: "Open Sans", sans-serif;
color: #78909c;
text-transform: uppercase; } .page-template-template-full .entry-header {
text-align: center; } .error404 .page-header, .error404 .page-content {
text-align: center;
margin-top: 5em; }
.error404 .page-content {
padding: 2em 3em;
border: 1px solid #d5dbe0; }
.error404 .page-content input[type="search"] {
height: 2.75rem;
border: 1px solid #cfd8dc;
text-align: center;
background-color: white;
color: #b0bec5; }
.error404 .page-content input[type="submit"] {
width: 100%;
background-color: #546e7a;
border: medium none;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
color: #fff;
display: block;
font-size: 12px;
letter-spacing: 0.05em;
padding: 10px 20px;
position: relative;
text-decoration: none;
text-transform: uppercase; }
.error404 .page-content input[type="submit"]:hover {
background-color: #4c636e; }
.error404 .page-content i {
color: #b0bec5;
font-size: 36px;
margin-bottom: 1em; }
.error404 .page-content p {
margin-bottom: 3em; } .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none; } table thead tr th, table thead tr td {
text-transform: uppercase;
letter-spacing: 1px; } .card {
display: inline-block;
vertical-align: top;
position: relative;
width: 100%;
overflow: hidden;
background: #FFF;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
border: 1px solid #d5dbe0; }
.card .title {
padding: 10px 20px; }
.card .title a {
font-size: 16px; }
.card .image {
position: relative; }
.card .image img {
border-radius: 2px 2px 0 0;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%; }
.card .image .date {
position: absolute;
top: 0;
left: 0;
padding: 5px 20px;
color: #FFF;
background-color: #37474f;
font-size: 12px; }
.card .image .date:hover {
color: #eceff1; }
.card h4.title {
display: flex;
justify-content: center;
flex-direction: column;
min-height: 200px; }
.card h4.title.has-image {
min-height: 50px; }
.post-featured.card h4.title a {
font-size: 20px; }
.blog .masonry-wrap {
margin-bottom: 3em; }
.blog .masonry-post {
width: 50%;
float: left;
padding: 1em; }
@media only screen and (max-width: 40em) {
.blog .masonry-post {
width: 100%; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.blog .masonry-post {
width: 100%; } }
.blog .posts-navigation {
bottom: -70px;
clear: both;
position: absolute;
text-align: center;
width: 100%;
margin-bottom: 1em; }
.blog .posts-navigation .nav-previous, .blog .posts-navigation .nav-next {
width: 100px;
display: inline-block;
background-color: #FAFAFA;
padding: 0.5em;
margin-top: 1em; }
.traditional-wrap article {
margin-bottom: 4em; } .comment_content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
#comments h2.comments-title {
font-size: 1.25em;
margin: 2em 0; }
#comments ol.comment-list {
padding: 0;
margin: 0;
list-style: none; }
#comments ol.comment-list .comment-content-wrap {
padding: 2em;
margin-bottom: 1em;
background: white;
border: 1px solid #eceff1; }
#comments ul.children {
list-style: none; }
#comments .comment-header {
position: relative; }
#comments .comment-header img.avatar {
float: left;
margin-bottom: 0.5em;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16); }
#comments .comment-header .comment-date {
background-color: #fafafa;
color: #78909c;
font-size: 12px;
right: 0;
padding: 5px 20px;
position: absolute;
top: 0; }
#comments .comment-header .comment-author {
float: left;
clear: both; }
#comments .comment_content {
margin-top: 1em; }
#comments a.comment-reply-link {
background-color: #cfd8dc;
color: white;
font-size: 12px;
padding: 2px 10px;
float: right;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#comments a.comment-reply-link:hover {
background-color: #aabac1;
color: white; }
#comments .moderated {
font-size: 14px;
font-style: italic; }
.comment-respond {
background-color: #FAFAFA;
padding: 2em;
margin-bottom: 1em;
border: 1px solid #eceff1; }
.comment-respond h3#reply-title {
font-size: 1.25em; }
.comment-respond p.logged-in-as, .comment-respond .comment-notes {
font-size: 14px;
font-style: italic; }
.comment-respond label {
color: #78909c; }
.comment-respond textarea, .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] {
border-color: #F5F5F5;
box-shadow: none;
color: #38474d;
padding: 1em;
background-color: white; }
.comment-respond textarea:focus, .comment-respond input[type="text"]:focus, .comment-respond input[type="email"]:focus, .comment-respond input[type="url"]:focus {
background-color: white; }
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] {
padding: 0 0 0 1em; }
.comment-respond .form-submit input[type="submit"] {
background-color: #546e7a;
color: #fff;
font-size: 12px;
border: none;
display: block;
position: relative;
letter-spacing: 0.05em;
padding: 10px 20px;
text-decoration: none;
text-transform: uppercase;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
.comment-respond .form-submit input[type="submit"]:hover {
background-color: #4c636e; }
.comment-respond a#cancel-comment-reply-link {
font-family: "Open Sans", sans-serif;
background-color: #cfd8dc;
color: white;
font-size: 12px;
padding: 12px 10px;
float: right;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
.comment-respond a#cancel-comment-reply-link:hover {
background-color: #b6c4ca; } form.contact-form {
background-color: #eceff1;
margin-bottom: 1em;
padding: 2em; }
form.contact-form label {
font-family: "Lora", serif;
font-weight: normal;
font-size: 1em;
font-style: italic; }
form.contact-form label span {
font-size: 12px; }
form.contact-form input[type="text"], form.contact-form input[type="email"] {
height: 3rem; }
form.contact-form input[type="text"], form.contact-form input[type="email"], form.contact-form textarea {
width: 100%;
background-color: white;
border-color: #F5F5F5;
box-shadow: none;
color: #38474d; }
form.contact-form input[type="submit"] {
background-color: #546e7a;
border: medium none;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
color: #fff;
display: block;
font-size: 12px;
letter-spacing: 0.05em;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
form.contact-form input[type="submit"]:hover {
background-color: #4c636e; } .give-form-wrap .give-form-title {
font-size: 1.1em;
font-style: italic;
margin-bottom: 1em; }
.give-form-wrap fieldset {
padding: 0; }
.give-form-wrap fieldset#give-payment-mode-select {
padding: 1em 2em;
background-color: #eceff1; }
.give-form-wrap fieldset legend {
background-color: #eceff1; }
.give-form-wrap #give_purchase_form_wrap {
padding: 1em 2em;
background-color: #eceff1; }
.give-form-wrap input[type="submit"] {
background-color: #546e7a;
border: medium none;
box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
color: #fff;
display: block;
font-size: 12px;
letter-spacing: 0.05em;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.2s ease 0s; }
#give-recurring-form legend, form.give-form legend, form[id*="give-form"] legend {
font-family: "Lora", serif;
font-weight: normal;
font-size: 1.1em;
font-style: italic; }
form[id*="give-form"] .give-donation-amount .give-currency-symbol, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label, form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
height: 55px;
line-height: 55px; }
form[id*="give-form"] .give-donation-amount #give-amount {
height: 55px; }
#give-recurring-form .form-row input[type="text"], #give-recurring-form .form-row input[type="email"], #give-recurring-form .form-row input[type="password"], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type="text"], form.give-form .form-row input[type="email"], form.give-form .form-row input[type="password"], form.give-form .form-row select, form.give-form .form-row textarea, form[id*="give-form"] .form-row input[type="text"], form[id*="give-form"] .form-row input[type="email"], form[id*="give-form"] .form-row input[type="password"], form[id*="give-form"] .form-row select, form[id*="give-form"] .form-row textarea {
background-color: white;
border-color: #f5f5f5;
box-shadow: none;
color: #38474d;
height: 3rem; }  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; }
#infinite-handle {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
padding-bottom: 2em; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto; }
.wp-caption-text {
text-align: center; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; } .gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; } .footer-wrap {
background-color: #38474d;
padding-top: 2em;
color: white; }
.footer-wrap h1, .footer-wrap h2, .footer-wrap h3, .footer-wrap h4, .footer-wrap h5, .footer-wrap h6, .footer-wrap a, .footer-wrap p {
color: white; }
.footer-wrap a:hover {
color: #ef5350; }
.footer-wrap .widget-title {
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase; }
.footer-wrap .widget {
font-size: 12px;
line-height: 2; }
@media only screen and (max-width: 40em) {
.footer-wrap .widget {
text-align: center; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.footer-wrap .widget {
text-align: center; } }
.footer-wrap hr {
border-color: #555555; }
.footer-wrap .footer-full-wrap {
margin-bottom: 2em; }
.footer-wrap .copyright-info {
margin-bottom: 1em; }
.footer-wrap .copyright-info a:hover {
color: #ef5350; }
.footer-wrap .copyright-info, .footer-wrap .copyright-info a {
color: #909395;
font-size: 12px;
text-align: center; }
.footer-wrap ul {
list-style: none;
margin: 0; }
.footer-wrap ul li {
font-size: 12px;
line-height: 2; }