@charset "UTF-8";
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
**************************************************************** RESETS **************************************************************** 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
@import url(grid-component.css);
@import url(codedrop-hover-effects.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

.clear {
  clear: both;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
body {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

input, textarea {
  font-size: 12px;
}

ul, ol {
  margin: 0 0 20px 20px;
}

/* ************************************************************** */
/* Forms 
/* ************************************************************** */
input,
textarea,
select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  padding: 7px 0 7px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  padding: 4px 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  padding: 7px 10px 7px 8px;
  width: 440px;
  height: 149px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  padding: 7px 8px 7px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ************************************************************** */
/* Headings 
/* ************************************************************** */
h1, h2, h3, h4, h5, h6, h7 {
  text-transform: uppercase;
  font-weight: bold;
}

h1 {
  font-size: 32px;
  padding: 40px 0 20px 0;
  letter-spacing: -2px;
}

h2 {
  font-size: 28px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h4 {
  font-size: 20px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h5 {
  font-size: 18px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h6 {
  font-size: 16px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h7 {
  font-size: 14px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

/* ************************************************************** */
/* Typography 
/* ************************************************************** */
a {
  text-decoration: underline;
}

p {
  padding: 0 0 20px 0;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
.logo_holder a img {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
}

.logo_holder a img:hover {
  opacity: 0.5;
}

/* ************************************************************** */
/* Slider 
/* ************************************************************** */
#slider_container {
  width: 100%;
}

#slider_wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

/* ************************************************************** */
/* General Fading Animation 
/* ************************************************************** */
a, #fc_submit, #submit, #searchsubmit {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

/* ************************************************************** */
/* Post 
/* ************************************************************** */
/* ************************************************************** */
/* Post Content 
/* ************************************************************** */
.more-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 7px;
  margin: 0 0 20px 0;
  line-height: 19px;
  display: inline-block;
  position: relative;
  top: -10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.more-link:hover {
  text-decoration: none;
}

/* ************************************************************** */
/* Inputs and Textareas Global 
/* ************************************************************** */
input, textarea {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* ************************************************************** */
/* Post Comments 
/* ************************************************************** */
.comments_number {
  font-size: 24px;
  padding: 20px 0 40px 240px;
  margin: 0 10px 0 10px;
}

#post_comments {
  padding: 0 10px 0 10px;
  font-size: 12px;
}

#post_comments-1 ul {
  margin-left: 0;
}

#respond {
  padding: 40px 0 0 0;
}

.commentlist {
  list-style: none;
  padding: 20px 0 0 0;
}

.commentlist li {
  padding: 0 0 19px 0;
  word-wrap: break-word;
}

.commentlist ul.children {
  list-style: none;
}

.commentlist .comment_wrapper .user_wrapper {
  width: 230px;
  float: left;
}

.commentlist .comment_wrapper .user_wrapper img {
  float: left;
  display: block;
  padding: 3px 0 10px 0;
}

.commentlist .comment_wrapper .user_wrapper .comment_user_meta {
  float: right;
  width: 170px;
  padding: 0 0 18px 0;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  font-size: 11px;
}

.commentlist .comment_wrapper .comment_author {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment_author a {
  text-decoration: none;
}

.commentlist .comment_wrapper .comment_date {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment-reply-link {
  display: none;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 3px 0 3px;
  margin: 0 0 0 2px;
  line-height: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist li:hover .comment-reply-link {
  display: inline-block;
}

.commentlist .comment_wrapper .comment_approval {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 3px 1px 3px;
  margin: 0 0 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  float: right;
  width: 440px;
}

.commentlist .comment_wrapper .comment_content {
  padding-left: 240px;
  padding-bottom: 20px;
  position: relative;
}

.commentlist .comment_wrapper .comment_content p {
  display: block;
}

.commentlist ul.children li .comment_wrapper .user_wrapper {
  padding: 0 0 0 60px;
}

.commentlist ul.children li .comment_wrapper .comment_content {
  padding-left: 300px;
}

.commentlist ul.children ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 120px;
}

.commentlist ul.children ul li .comment_wrapper .comment_content {
  padding-left: 360px;
}

.commentlist ul.children ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 180px;
}

.commentlist ul.children ul ul li .comment_wrapper .comment_content {
  padding-left: 420px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 240px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .comment_content {
  padding-left: 480px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 360px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .comment_content {
  padding-left: 540px;
}

.commentlist ul.children li .comment_wrapper .comment_message_wrapper {
  width: 389px;
}

/* ************************************************************** */
/* Comment Form 
/* ************************************************************** */
#comment_form_wrapper {
  padding: 0 10px 0 10px;
}

#comment_form {
  padding: 0 0 80px 0;
}

#comment_form .comment_form_left {
  width: 220px;
  float: left;
  padding: 0 10px 0 0;
}

#comment_form .comment_form_left h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 5px 0 0 0;
}

#comment_form .comment_form_right {
  width: 460px;
  float: left;
  padding: 0 0 0 10px;
}

#comment_form label {
  font-size: 11px;
  padding: 0 0 0 10px;
}

#comment_form input {
  border: none;
  width: 210px;
  font-size: 12px;
  padding: 7px 0 7px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form textarea {
  width: 440px;
  height: 149px;
  border: none;
  line-height: 20px;
  padding: 7px 10px 7px 8px;
  margin-bottom: -4px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*#comment_form .submit_comment	{ display:block; width: 117px; height:27px; padding-right:8px; font-size:11px; text-align:center; border: 0; cursor:pointer;  }*/
#comment_form .submit_comment {
  width: auto;
  cursor: pointer;
  border: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form p {
  padding: 0 0 15px 0;
}

#comment_form .cancel-comment-reply {
  margin: 0 0 0 0;
  float: right;
  font-size: 12px;
}

#post_comments #comment_form {
  margin-left: 0;
}

/* Fixes the margin jump when your click "reply" */
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************ CUSTOM STYLES ************************************************************* 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* Fonts 
/* ************************************************************** */
@font-face {
  font-family: 'droid_sansregular';
  src: url("../fonts/DroidSans-webfont.eot");
  src: url("../fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-webfont.woff") format("woff"), url("../fonts/DroidSans-webfont.ttf") format("truetype"), url("../fonts/DroidSans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'droid_sansbold';
  src: url("../fonts/DroidSans-Bold-webfont.eot");
  src: url("../fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSans-Bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'typograph_prolight';
  src: url("../fonts/typograph_pro_light-webfont.eot");
  src: url("../fonts/typograph_pro_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/typograph_pro_light-webfont.woff") format("woff"), url("../fonts/typograph_pro_light-webfont.ttf") format("truetype"), url("../fonts/typograph_pro_light-webfont.svg#typograph_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'typograph_prosemibold';
  src: url("../fonts/typograph_pro_semi_bold-webfont.eot");
  src: url("../fonts/typograph_pro_semi_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/typograph_pro_semi_bold-webfont.woff") format("woff"), url("../fonts/typograph_pro_semi_bold-webfont.ttf") format("truetype"), url("../fonts/typograph_pro_semi_bold-webfont.svg#typograph_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemi_bold';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arialregular';
  src: url("../fonts/arial-webfont.woff2") format("woff2"), url("../fonts/arial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

body {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #4e4d4a;
  line-height: 20px;
  height: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

hr {
  height: 1px;
  background: #e2e2e2;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../gfx/top.png) center center no-repeat;
  z-index: 100000;
}

.page-content-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

.page-content-wrapper .page-content {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

#no-float .vc_col-sm-12 {
  float: none;
}

.sfm-rollback {
  width: 0px !important;
}

.sfm-rollback .sfm-navicon-button {
  margin-right: 10px !important;
  right: 0px !important;
}

.translation-btns {
  position: absolute;
  top: 70px;
  right: 0px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  /* Safari 4.0 - 8.0 */
  transition-delay: 0.3s;
  z-index: 999999;
}

.translation-btns .trp-language-switcher a {
  text-decoration: none;
}

.translation-btns .trp-language-switcher > div {
  width: 40px !important;
  padding: 3px 5px;
  border: 1px solid #e2e2e2;
  background-image: none;
}

.translation-btns:hover {
  right: 0px;
}

/* ************************************************************** */
/* Headings 
/* ************************************************************** */
h1 {
  font-family: 'montserratlight';
  font-size: 26px;
  color: #e2e2e2;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h2 {
  font-family: 'montserratlight';
  font-size: 22px;
  color: #282828;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../gfx/divider-h2.jpg) left bottom no-repeat;
}

h3 {
  font-family: 'montserratlight';
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ************************************************************** */
/* Typography 
/* ************************************************************** */
a, .page-content a {
  color: #27496d;
}

a:hover, .page-content a:hover {
  color: #27496d;
}

p {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #4e4d4a;
  line-height: 20px;
}

li {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #4e4d4a;
  line-height: 20px;
  margin-bottom: 10px;
}

li li {
  margin-bottom: 0px;
}

del {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

blockquote {
  padding: 20px;
  background: #e2e2e2;
  border: 1px solid #858585;
  margin-bottom: 20px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

small {
  font-size: 14px;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
.section-wrapper {
  position: relative;
  font-family: 'droid_sansregular';
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.section-wrapper .section-content {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-wrapper .section-content .section-title-small {
  font-family: 'montserratsemi_bold';
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.section-wrapper .section-content .section-title-small .section-subtitle {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #d9dce1;
  text-transform: none;
  margin-top: 5px;
}

.section-wrapper .section-content .section-title-small .section-divider {
  width: 140px;
  height: 3px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background: #fff;
}

.section-wrapper .section-content .section-title-small p {
  display: none;
}

.section-wrapper .section-content .section-title-large {
  font-family: 'montserratsemi_bold';
  font-size: 30px;
  line-height: 35px;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
}

.section-wrapper .section-content .section-title-large .section-subtitle {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #858585;
  text-transform: none;
  margin-top: 15px;
}

.section-wrapper .section-content .section-title-large .section-divider {
  width: 50px;
  height: 3px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  background: url(../gfx/divider-title-01.jpg) bottom center no-repeat !important;
}

.section-title-small {
  font-family: 'montserratsemi_bold';
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.section-title-small .section-subtitle {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #d9dce1;
  text-transform: none;
  margin-top: 5px;
}

.section-title-small .section-divider {
  width: 140px;
  height: 3px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px !important;
  background: #fff;
}

.section-title-small p {
  display: none;
}

.section-title-large {
  font-family: 'montserratsemi_bold';
  font-size: 30px;
  line-height: 35px;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
}

.section-title-large .section-subtitle {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #858585;
  text-transform: none;
  margin-top: 15px;
}

.section-title-large .section-divider {
  width: 50px;
  height: 3px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px !important;
  background: url(../gfx/divider-title-01.jpg) bottom center no-repeat !important;
}

#blue-section {
  color: #fff;
  text-align: center !important;
  padding-top: 40px;
  background: #27496d;
}

#blue-section p {
  color: #fff;
}

a.btn-outline-white {
  display: inline-block;
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.btn-outline-white:hover {
  color: #fff !important;
  background: #282828;
}

.blue-btn {
  display: inline-block;
  margin-bottom: 10px;
}

.blue-btn a {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px !important;
  background: #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blue-btn a:hover {
  color: #fff;
  background: #282828;
}

.orange-btn {
  display: inline-block;
}

.orange-btn a {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px !important;
  background: #e8781e;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.orange-btn a:hover {
  background: #282828;
}

.outline-light {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #4e4d4a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.outline-dark {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #4e4d4a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #282828;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.col-one-half,
.col-one-third,
.col-two-third,
.col-one-fourth,
.col-three-fourth {
  float: left;
  margin: 10px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-one-half {
  width: 49.30556%;
  margin-right: 1.38889%;
}

.col-one-third {
  width: 32.36111%;
  margin-right: 1.45833%;
}

.col-two-third {
  width: 66.18056%;
  margin-right: 1.45833%;
}

.col-one-fourth {
  width: 23.95833%;
  margin-right: 1.38889%;
}

.col-three-fourth {
  width: 74.65278%;
  margin-right: 1.38889%;
}

.col-last {
  margin-right: 0px;
}

#video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#video-container iframe,
#video-container object,
#video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-video-wrapper {
  position: relative;
  float: right;
  width: 600px;
  margin-left: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}

/*
.content-w-video-fluid {
	float: left;
	width: 100%;
	margin-right: -600px;
	
	.content-w-video-fluid-inner-block {
		margin-right: 600px;
		padding-right: 30px;
	}
}
*/
.center {
  text-align: center;
}

.form-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-border {
  padding: 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.btn-strip-third {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.btn-strip-third li {
  float: left;
  width: 33.33333%;
}

ul.btn-strip-third li a {
  display: block;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #27496d;
  border-right: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

ul.btn-strip-third li a:hover {
  color: #fff;
  background: #282828;
}

.text-highlight {
  padding: 5px 10px;
  background: #fefbd9;
}

.relevanssi-query-term {
  padding: 2px 5px;
  background: #fefbd9;
}

.last {
  margin-right: 0px !important;
}

.embed-container {
  margin-bottom: 20px;
}

.embed-container iframe {
  pointer-events: none;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

/* ************************************************************** */
/* General Gravity Forms Styling 
/* ************************************************************** */
body .gform_wrapper {
  margin: 0px;
  padding: 0px;
}

body .gform_wrapper .gform_heading {
  margin: 0px;
  padding: 0px;
}

body .gform_wrapper .gform_body {
  margin: 0px;
  padding: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #858585;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields .gform_show_label.gfield .gfield_label {
  display: block;
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
  font-weight: normal;
  margin-top: 10px;
}

.gform_show_label .gfield_label ~ .ginput_container {
  margin-top: 0px !important;
}

body .gform_wrapper .gform_body .gform_fields .show-label label {
  display: block !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
  width: 100% !important;
  height: 40px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus {
  background: #fff;
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .gf_readonly input[type=text] {
  margin-bottom: 20px;
  border: none;
}

body .gform_wrapper .gform_body .gform_fields .gf_readonly input[type=text]:focus {
  background: #f5f5f5;
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .payment-form-price input[type=text] {
  background: #fefbd9;
  width: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .payment-form-price input[type=text]:focus {
  background: #fefbd9;
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
  width: 100% !important;
  height: 280px;
  padding: 10px !important;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  background: #fff;
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields #field_2_43.gfield textarea {
  height: 120px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  color: #282828;
  width: 100% !important;
  height: 40px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: transparent;
  background: #f5f5f5 url(../gfx/form-drop-down.png) right center no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .hidden input[type=text] {
  color: #858585;
  background: #282828;
}

#extensions_message {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
}

body .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 0px;
}

body .gform_wrapper .gform_footer input[type=submit] {
  font-family: 'montserratregular';
  font-size: 13px;
  color: #d9dce1;
  font-weight: normal;
  height: 45px;
  margin-top: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #282828;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-webkit-input-placeholder {
  color: #282828 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-moz-placeholder {
  /* Firefox 18- */
  color: #282828 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: #282828 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
  color: #282828 !important;
}

body .gform_wrapper .gform_body .gform_fields .bot-check {
  display: none;
}

table.ui-datepicker-calendar thead {
  color: black;
}

.ui-datepicker-title {
  color: black;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

body .gform_wrapper input[type="password"] {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
  width: 100% !important;
  height: 40px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

body .gform_wrapper input[type="password"]:focus {
  background: #fff;
  outline: none;
}

/*** Hidden Fields ***/
body .gform_wrapper .gform_body .gform_fields #field_2_32.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_2_36.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_2_41.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_6_39.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_4_30.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_5_32.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_13_70.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_14_32.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_14_36.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_15_44.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_15_45.gfield select,
body .gform_wrapper .gform_body .gform_fields #field_15_46.gfield .datepicker,
body .gform_wrapper .gform_body .gform_fields #field_17_80.gfield {
  display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gf_readonly.gfield input[type=text] {
  color: #858585;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
/* Top Header */
.header-top-wrapper {
  position: relative;
  width: 100%;
  min-height: 55px;
  text-align: center;
  background: #282828;
  z-index: 999;
}

.header-top-wrapper .header-top {
  text-align: left;
  /* max-width:1506px;*/
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-top-wrapper .header-top .logo {
  position: relative;
  float: left;
  margin-top: 10px;
  z-index: 999999;
}

.header-top-wrapper .header-top .menu-top-nav-container {
  float: right;
}

.header-top-wrapper .header-top .menu-top-nav-container ul#menu-top-nav {
  list-style: none;
  margin-top: 8px;
  margin-left: 0px;
  padding-left: 0px;
}

.header-top-wrapper .header-top .menu-top-nav-container ul#menu-top-nav li {
  float: left;
  text-transform: uppercase;
}

.header-top-wrapper .header-top .menu-top-nav-container ul#menu-top-nav li a {
  color: #fff;
  font-family: 'arialregular';
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 0px;
  background: center top;
}

.header-top-wrapper .header-top .menu-top-nav-container ul#menu-top-nav li a:hover {
  color: #9e9e9e;
}

#menu-top-nav > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#menu-top-nav > li.current-menu-parent,
#menu-top-nav > li.current-menu-item {
  background: url(../gfx/navigation-current.png) bottom center no-repeat;
}

#menu-top-nav > li.current-menu-parent > a,
#menu-top-nav > li.current-menu-item > a {
  color: #9e9e9e !important;
}

#menu-top-nav > li.menu-item-has-children {
  background: url(../gfx/navigation-drop-down.png) right 17px no-repeat;
}

#menu-top-nav > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px 10px 15px;
  height: 47px;
}

#menu-top-nav > li > a:hover,
#menu-top-nav > li.active > a,
#menu-top-nav > li > ul {
  background: #282828;
}

#menu-top-nav > li > ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0 0 5px;
  top: 47px;
  left: 0;
  border-top: 1px solid #4e4d4a;
  white-space: nowrap;
}

#menu-top-nav > li > ul > li {
  display: block;
  margin: 10px 20px;
  padding: 0;
}

#menu-top-nav > li > ul > li > a {
  font-size: 12px;
  color: #fff;
}

#menu-top-nav > li:hover > ul {
  display: block;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}

.nav-donation {
  height: 40px;
  background: #e8781e !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#menu-top-nav > li.nav-donation > a {
  color: #fff !important;
}

.title-bar-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  background: #27496d;
}

.title-bar-wrapper .title-bar {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.title-bar-wrapper .title-bar h1 {
  font-family: 'montserratlight';
  font-size: 26px;
  color: #e2e2e2;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.responsive-donate-btn {
  margin-top: 17px;
  margin-right: 35px;
}

.responsive-donate-btn .orange-btn a:hover {
  background: #e8781e;
}

/* ************************************************************** */
/* Homepage 
/* ************************************************************** */
.homepage-slider {
  position: relative;
  z-index: 99;
}

.homepage-slider .homepage-newsletter {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 343px;
  z-index: 9;
}

.homepage-slider .homepage-newsletter h2.newsletter-header {
  font-family: 'montserratsemi_bold';
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000000;
  background: none;
}

.homepage-slider .homepage-newsletter .newsletter-intro {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
  margin-top: 10px;
  padding: 10px;
  background: #f5f5f5;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column {
  text-align: center;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper {
  text-align: left;
  display: inline-block;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper .non-profit-award {
  float: left;
  width: 110px;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper .non-profit-award img {
  width: 100%;
  height: auto;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid {
  float: left;
  width: 100%;
  margin-left: -110px;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block {
  margin-left: 110px;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block .home-about-title-wrapper {
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 1px solid #fff;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block .home-about-title-wrapper .home-about-title {
  font-family: 'montserratlight';
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block .home-about-title-wrapper .home-about-subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

.home-about-content {
  font-family: 'droid_sansregular';
  font-size: 18px;
  color: #d9dce1;
  line-height: 34px;
  margin-bottom: 30px;
}

.eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-slider {
  max-width: 100% !important;
}

.eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-slider .eapps-testimonials-slider-page-item-single-classic {
  max-width: 100% !important;
}

.eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-slider .eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-right .eapps-testimonials-slider-page-item-text {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #858585;
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  min-height: 150px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-slider .eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-right .eapps-testimonials-slider-page-item-text .eui-item-text-see-more {
  color: #27496d;
  text-decoration: underline;
}

.eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-slider .eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-right .eapps-testimonials-slider-page-item-author {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #858585;
  font-weight: bold;
  min-height: 60px;
}

.eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-author-picture-container {
  min-width: 172px !important;
  height: 172px !important;
}

.eui-breakpoint-740 .eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-author-picture-container {
  min-width: 72px !important;
  height: 72px !important;
}

#tmls138 .tmls_item .tmls_text {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  min-height: 150px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.home-sponsors {
  text-align: center !important;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.home-sponsors li {
  display: inline-block;
  width: 20%;
}

ul.home-sponsors li img {
  width: 100%;
  height: auto;
}

.home-sponsors .wpb_column {
  padding: 5px;
}

.home-sponsors .wpb_column .vc_column-inner {
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.home-sponsors .wpb_column .vc_column-inner .wpb_single_image {
  margin: 0px;
}

.home-sponsors .wpb_column .vc_column-inner .wpb_single_image a {
  padding: 20px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield {
  margin: 0px;
  padding: 0px !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gf-padding-right {
  padding-right: 5px !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gf-padding-left {
  padding-left: 5px !important;
}

body #gform_wrapper_1 .gform_footer input[type=submit][type=submit] {
  width: 100%;
}

body .gform_wrapper .gform_body .gform_fields #field_1_10.gfield {
  margin-top: 10px !important;
  padding: 10px !important;
  background: #fff;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

body .gform_wrapper .gform_body .gform_fields #field_1_10.gfield .ginput_container_checkbox {
  margin-top: 0px !important;
}

body .gform_wrapper .gform_body .gform_fields #field_1_10.gfield .ginput_container_checkbox #gfield_checkbox {
  margin-top: 0px !important;
}

/* OLD Sponsor Style */
ul.home-sponsor-images {
  text-align: center;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.home-sponsor-images li {
  display: inline-block;
  text-align: center;
  height: 100px;
  padding: 20px;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.home-sponsor-images li img {
  max-height: 100px;
  width: auto;
}

.home-sponsor-thumbs img {
  max-height: 80px !important;
  width: auto;
}

/* ************************************************************** */
/* About Page 
/* ************************************************************** */
.sponsor-thanks {
  color: #858585;
  margin-bottom: 10px;
}

.about-sponsor-thumb {
  float: left;
  width: 141px;
  margin-right: 1px;
  margin-bottom: 1px;
  border: 1px solid #e2e2e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-sponsor-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

ul.about-sponsor-images {
  display: table-row;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.about-sponsor-images li {
  display: table-cell;
  border: 1px solid #e2e2e2;
  margin-right: 0.17544%;
  margin-bottom: 1px;
  padding: 10px 5px;
  width: 24.73684%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.about-sponsor-images li a img {
  display: block;
  width: 100%;
  height: auto;
}

#board-fluid {
  float: left;
  width: 100%;
  margin-left: -466px;
  /* The size of the fixed block. */
}

#board-fluid #board-inner-block {
  position: relative;
  margin-left: 466px;
  /* The size of the fixed block. */
}

#board-fluid #board-inner-block .name {
  font-family: 'droid_sansregular';
  font-size: 18px;
  color: #282828;
  font-weight: bold;
}

#board-fluid #board-inner-block .title {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #385b81;
  margin-bottom: 20px;
}

#board-fluid #board-inner-block .toggle-btn {
  position: absolute;
  width: 97px;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

#board-fluid #board-inner-block .toggle-btn a {
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  background: #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#board-fluid #board-inner-block .toggle-btn a:hover {
  background: #282828;
}

#board-fluid #board-inner-block .toggle-btn a.full-label::before {
  content: 'Full ';
}

#board-fluid #board-inner-block .toggle-btn a.short-label::before {
  content: 'Short ';
}

#board-fluid #board-inner-block .short-bio {
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

#board-image {
  position: relative;
  float: left;
  width: 466px;
  /* The size of the fixed block. */
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}

#board-image img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
}

.full-bio {
  display: none;
}

/* ************************************************************** */
/* Partners Page 
/* ************************************************************** */
ul.partner-logo-list {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

ul.partner-logo-list li {
  /*
	    &:nth-child(odd) {
		    background: #F0F0F0;			    
	    }
	    */
}

ul.partner-logo-list > li {
  margin-bottom: 0px;
}

ul.partner-logo-list > li .partner-category-wrapper {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-description {
  float: left;
  width: 350px;
  padding: 20px;
  background: #F0F0F0;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-description .wpb_text_column {
  margin-bottom: 0px;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid {
  float: left;
  width: 100%;
  margin-left: -350px;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner {
  margin-left: 350px;
  padding-left: 10px;
  /*
						
						ul {
							list-style: none;
							margin-left: 0;
							padding-left: 0;
							
							li {
								float: left;
								position: relative;
								padding: 5px;
								margin-bottom: 0px;
								
								a {
									//position: absolute;
									display: block;
									text-align: center;
									width: 100%;
									height: 100%;
									padding: 20px;
									border: 1px solid $thin-gray-02;
									@include border-radius(5px);
									
									img {
									    max-width: 100%; 
									    width: auto;
									    height: auto;
									    max-height: 100% !important;
										position: relative;
										top: 50%;
										-webkit-transform: translateY(-50%);
										-ms-transform: translateY(-50%);
										transform: translateY(-50%);
				
				
									}
								}
							}
							
							&.logos-large li {
								width: 50%;
								
								a {
									
									img {
										max-height: 250px;
									}
								}
								
							}
				
							&.logos-medium li {
								width: 33%;
								
								a {
									
									img {
										max-height: 200px;
									}
								}
								
							}
				
							&.logos-small li {
								width: 25%;
								
								a {
									
									img {
										max-height: 150px;
									}
								}
								
							}
				
						}
						
						*/
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large {
  width: 33.33333333333%;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small {
  width: 25%;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large,
ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small {
  float: left;
  padding: 5px;
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large .logo-item,
ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small .logo-item {
  padding: 20px;
  height: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large .logo-item a,
ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small .logo-item a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large .logo-item a img,
ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small .logo-item a img {
  width: 100%;
  height: auto;
}

/* ************************************************************** */
/* Adaptive Recreation Page 
/* ************************************************************** */
#adaptive-fluid-right {
  float: right;
  width: 100%;
  margin-left: -507px;
}

#adaptive-fluid-right #adaptive-inner-block {
  margin-left: 507px;
}

#adaptive-video-left {
  float: left;
  width: 507px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#adaptive-fluid-left {
  float: left;
  width: 100%;
  margin-right: -507px;
}

#adaptive-fluid-left #adaptive-inner-block {
  margin-right: 507px;
}

#adaptive-video-right {
  float: right;
  width: 507px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-gallery-wrapper {
  background: #e2e2e2;
  padding: 20px 10px 20px 20px;
}

.grid-gallery-wrapper ul {
  margin: 0px;
}

/* ************************************************************** */
/* Resource Pages 
/* ************************************************************** */
#resource-sidebar {
  position: relative;
  float: left;
  width: 385px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}

#resource-sidebar ul.items {
  list-style: none;
  margin-left: 0px;
  padding: 35px 20px 10px 20px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#resource-sidebar ul.items li {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #858585;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}

#resource-sidebar ul.items li:last-of-type {
  border: none;
}

#resource-sidebar ul.items li a {
  color: #858585;
  text-decoration: none;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#resource-sidebar ul.items li a:hover {
  color: #27496d;
}

#resource-sidebar ul.items li a.active {
  color: #27496d;
}

#resource-fluid {
  float: left;
  width: 100%;
  margin-left: -385px;
}

#resource-fluid #resource-inner-block {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  margin-left: 385px;
}

#resource-fluid #resource-inner-block .featured-resource {
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#resource-fluid #resource-inner-block .featured-resource p:last-of-type {
  padding-bottom: 0px;
}

#resource-fluid #resource-inner-block .non-featured-resource {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

#resource-fluid #resource-inner-block .non-featured-resource p:last-of-type {
  padding-bottom: 0px;
}

#resource-fluid #resource-inner-block .non-featured-resource:last-of-type {
  border: none;
}

#resource-fluid #resource-inner-block > .non-featured-resource ~ .non-featured-resource {
  margin-top: 0px;
}

#resource-fluid #resource-inner-block .name {
  color: #4e4d4a;
  font-weight: bold;
  margin-bottom: 10px;
}

#resource-fluid #resource-inner-block .logo {
  float: right;
  width: 210px;
  margin-left: 20px;
}

#resource-fluid #resource-inner-block .logo img {
  width: 100%;
  height: auto;
}

#searchform_resources {
  position: relative;
}

#searchform_resources .inlineSearch {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #858585;
  margin: 0px 0px 20px 0px;
  padding-right: 50px;
  width: 100%;
  height: 40px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#searchform_resources .inlineSubmit {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
  height: 38px;
  background: url(../gfx/icon-magnifying-glass-02.jpg) center center no-repeat;
}

/* ************************************************************** */
/* Support Group Page 
/* ************************************************************** */
.support-anchors-wrapper {
  text-align: center;
  margin-top: -20px;
}

.support-anchors-wrapper ul.support-anchors {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.support-anchors-wrapper ul.support-anchors li {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 16px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.support-anchors-wrapper ul.support-anchors li:last-of-type {
  margin-right: 0px;
}

.support-anchors-wrapper ul.support-anchors li a {
  color: #27496d;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.support-anchors-wrapper ul.support-anchors li a:hover {
  color: #fff;
  background: #27496d;
}

.form-wrapper-support {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper-support #mc_embed_signup {
  margin-top: 20px;
}

.form-wrapper-support #mc_embed_signup form {
  margin: 0px;
  padding: 0px;
}

.form-wrapper-support #mc_embed_signup form .indicates-required {
  display: none;
  margin: 0px;
  padding: 0px;
}

.form-wrapper-support #mc_embed_signup form label {
  display: none;
}

.form-wrapper-support #mc_embed_signup form .mc-field-group-column {
  float: left;
  width: 49.16667%;
  margin-right: 1.66667%;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.form-wrapper-support #mc_embed_signup form .mc-field-group-column input {
  width: 100%;
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #858585;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-wrapper-support #mc_embed_signup form .mc-field-group-column input:focus {
  color: #fff;
  background: #fff;
}

.form-wrapper-support #mc_embed_signup form .mc-field-group {
  width: 100%;
  padding: 0px;
}

.form-wrapper-support #mc_embed_signup form .mc-field-group select {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #858585;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background: transparent;
  background: #f5f5f5 url(../gfx/form-drop-down.png) right center no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-wrapper-support #mc_embed_signup form #mc-embedded-subscribe {
  background: #27496d;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-wrapper-support #mc_embed_signup form #mc-embedded-subscribe:hover {
  background: #282828;
}

.form-wrapper-support #mc_embed_signup form ::-webkit-input-placeholder {
  color: #858585 !important;
}

.form-wrapper-support #mc_embed_signup form :-moz-placeholder {
  /* Firefox 18- */
  color: #858585 !important;
}

.form-wrapper-support #mc_embed_signup form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #858585 !important;
}

.form-wrapper-support #mc_embed_signup form :-ms-input-placeholder {
  color: #858585 !important;
}

.support-row {
  float: left;
  width: 32.36111%;
  margin-right: 1.45833%;
}

.support-row ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.support-row ul li {
  margin-bottom: 20px;
}

.support-row ul li .title {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #4e4d4a;
  font-weight: bold;
}

/* ************************************************************** */
/* Keep Moving Forward Grant 
/* ************************************************************** */
/* ************************************************************** */
/* Blog 
/* ************************************************************** */
#blog-fluid {
  float: left;
  width: 100%;
  margin-right: -315px;
}

#blog-fluid #blog-inner-block {
  margin-right: 315px;
}

#blog-fluid #blog-inner-block #blog-thumb {
  position: relative;
  float: left;
  width: 365px;
  padding-right: 20px;
  z-index: 999;
}

#blog-fluid #blog-inner-block #blog-thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#blog-fluid #blog-inner-block #blog-thumb-full {
  margin-bottom: 20px;
}

#blog-fluid #blog-inner-block #blog-thumb-full img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
}

#blog-fluid #blog-inner-block #blog-list-right {
  float: left;
  width: 100%;
  margin-left: -365px;
}

#blog-fluid #blog-inner-block #blog-list-right #blog-content {
  margin-left: 365px;
}

#blog-content .title {
  font-family: 'montserratregular';
  font-size: 22px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 10px;
}

#blog-content .title a {
  color: #282828;
  text-decoration: none;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#blog-content .title a:hover {
  color: #27496d;
}

#blog-content h2.title {
  font-family: 'montserratregular';
  font-size: 22px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 10px;
}

#blog-content h2.title a {
  color: #282828;
  text-decoration: none;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#blog-content h2.title a:hover {
  color: #27496d;
}

#blog-content .author {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  padding-left: 15px;
  background: url(../gfx/icon-avatar.png) left center no-repeat;
}

#blog-content .author:after {
  content: ' | ';
  color: #e2e2e2;
}

#blog-content .date {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  padding-left: 20px;
  background: url(../gfx/icon-calendar.png) left center no-repeat;
}

#blog-content .date:after {
  content: ' | ';
  color: #e2e2e2;
}

#blog-content .category {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  padding-left: 20px;
  background: url(../gfx/icon-tag.png) left center no-repeat;
}

#blog-content .category a {
  color: #27496d;
}

#blog-content .excerpt {
  margin-top: 40px;
}

#blog-content a.read-more {
  font-weight: bold;
  text-decoration: none;
}

#blog-content a.read-more:after {
  content: ' »';
  font-size: 18px;
}

.blog-share-title {
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 3px solid #27496d;
}

#blog-sidebar {
  float: left;
  width: 315px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#blog-sidebar ul#sidebar > div {
  padding: 0px;
}

#blog-sidebar ul#sidebar .advert img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#blog-sidebar ul#sidebar .categories {
  margin-top: 40px;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#blog-sidebar ul#sidebar .categories ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#blog-sidebar ul#sidebar .categories ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

#blog-sidebar ul#sidebar .categories ul li a {
  color: #4e4d4a;
  text-decoration: none;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#blog-sidebar ul#sidebar .categories ul li a:hover {
  color: #27496d;
}

#blog-sidebar ul#sidebar .categories ul li:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

#blog-sidebar ul#sidebar .sidebar-widget {
  margin-bottom: 40px;
}

#blog-sidebar ul#sidebar .sidebar-widget h3 {
  font-family: 'montserratlight';
  font-size: 22px;
  color: #858585;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../gfx/divider-h2.jpg) left bottom no-repeat;
}

.pagination {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #282828;
  text-align: center;
}

.pagination .current {
  border-bottom: 2px solid #27496d;
  padding: 10px;
}

.pagination a {
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #27496d;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.pagination a:hover {
  border-bottom: 2px solid #27496d;
}

body #gform_wrapper_7 .gform_footer input[type=submit] {
  width: 100%;
}

/********** Comments *********/
ul#comments {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul#comments li {
  color: #949494;
}

ul#comments li p {
  color: #949494;
}

ul#comments li article.comment {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

ul#comments li .comment-vcard {
  float: left;
  width: 50px;
}

ul#comments li .comment-text-fluid {
  float: left;
  width: 100%;
  margin-left: -50px;
}

ul#comments li .comment-text-fluid .comment-text-inner-block {
  margin-left: 50px;
  padding-left: 30px;
}

ul#comments li .comment-text-fluid .comment-text-inner-block .comment-author-name {
  font-weight: bold;
}

ul#comments li .comment-text-fluid .comment-text-inner-block .comment-time {
  color: #4e4d4a;
  font-size: 12px;
}

ul#comments li .comment-text-fluid .comment-text-inner-block .comment-reply a {
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul#comments li .comment-text-fluid .comment-text-inner-block .comment-reply a:hover {
  color: #27496d;
}

ul#comments ul.children {
  list-style: none;
  margin-left: 80px;
  padding-left: 0px;
}

ul#comments ul.children li {
  margin-bottom: 20px;
}

ul#comments #respond {
  padding-top: 0px;
}

ul#comments #respond h3 {
  font-family: 'montserratlight';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  padding-top: 20px;
}

.feedback-title {
  font-family: 'montserratlight';
  font-size: 30px;
  line-height: 30px;
  color: #282828;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}

form#commentform #comment {
  font-family: 'droid_sansregular';
  font-size: 14px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

form#commentform #comment::-webkit-input-placeholder {
  color: #858585 !important;
}

form#commentform #comment:-moz-placeholder {
  color: #858585 !important;
}

form#commentform #comment::-moz-placeholder {
  color: #858585 !important;
}

form#commentform #comment:-ms-input-placeholder {
  color: #858585 !important;
}

form#commentform #author {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 14px;
  width: 49.49772%;
  margin-right: 1.00457%;
  margin-top: 7px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

form#commentform #author::-webkit-input-placeholder {
  color: #858585 !important;
}

form#commentform #author:-moz-placeholder {
  color: #858585 !important;
}

form#commentform #author::-moz-placeholder {
  color: #858585 !important;
}

form#commentform #author:-ms-input-placeholder {
  color: #858585 !important;
}

form#commentform #email {
  font-family: 'droid_sansregular';
  font-size: 14px;
  width: 49.49772%;
  margin-top: 7px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

form#commentform #email::-webkit-input-placeholder {
  color: #858585 !important;
}

form#commentform #email:-moz-placeholder {
  color: #858585 !important;
}

form#commentform #email::-moz-placeholder {
  color: #858585 !important;
}

form#commentform #email:-ms-input-placeholder {
  color: #858585 !important;
}

form#commentform #submit {
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #fff;
  background: #27496d;
  margin-top: 10px;
  padding: 10px 20px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

form#commentform p.math-captcha-form {
  padding-top: 10px;
}

form#commentform p.math-captcha-form label {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #4e4d4a;
  margin-right: 20px;
}

form#commentform p.math-captcha-form input {
  background: #eee;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

form#commentform .anr_captcha_field {
  margin-top: 10px;
}

.comment-awaiting-moderation {
  display: block;
  width: 100%;
  border: 1px solid #e6db55;
  background: #ffffe0;
  padding: 20px;
}

/* ************************************************************** */
/* Events 
/* ************************************************************** */
/*********** EVENTS LIST ***********/
h1.calendar-title {
  font-family: 'montserratsemi_bold';
  color: #282828;
  text-align: center;
  text-transform: uppercase;
}

ul.event-tab {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 40px;
  padding-left: 0px;
  border-bottom: 1px solid #e2e2e2;
}

ul.event-tab li {
  display: inline;
  margin-right: 3px;
}

ul.event-tab li a {
  display: inline-block;
  color: #282828;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul.event-tab li a:hover {
  color: #fff;
  background: #27496d;
}

ul.event-tab li a.active {
  color: #fff;
  background: #27496d;
}

ul.calendar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  /*li*/
}

ul.calendar li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
  /*date*/
  /*content*/
}

ul.calendar li .date {
  position: relative;
  float: left;
  text-align: center;
  width: 100px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  /*end-date*/
}

ul.calendar li .date .date-wrapper {
  background: #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  /*month*/
  /*day*/
  /*day*/
}

ul.calendar li .date .date-wrapper .month {
  font-family: 'droid_sansbold';
  font-size: 16px;
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.calendar li .date .date-wrapper .day {
  font-family: 'montserratsemi_bold';
  font-size: 40px;
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.calendar li .date .date-wrapper .year {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.calendar li .date .end-date {
  font-family: 'droid_sansregular';
  font-size: 12px;
  color: #858585;
  margin-top: 10px;
}

ul.calendar li .content {
  position: relative;
  float: left;
  width: 100%;
  margin-left: -100px;
  z-index: 9;
  /*inner-block*/
}

ul.calendar li .content .inner-block {
  margin-left: 100px;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  font-weight: normal;
  /*a*/
}

ul.calendar li .content .inner-block .event-thumb {
  float: left;
  width: 375px;
}

ul.calendar li .content .inner-block .event-thumb img {
  width: 100%;
  height: auto;
}

ul.calendar li .content .inner-block .event-item {
  float: left;
  width: 100%;
  margin-right: -375px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block {
  margin-right: 375px;
  /*title*/
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block .title {
  font-family: 'droid_sansbold';
  font-size: 24px;
  line-height: 24px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 20px;
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block .venue-wrapper {
  color: #858585;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #f5f5f5;
  /*time*/
  /*location*/
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block .venue-wrapper p {
  color: #858585;
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block .venue-wrapper .time {
  padding-left: 15px;
  background: url(../gfx/icon-clock.png) left 5px no-repeat;
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block .venue-wrapper .location {
  padding-left: 15px;
  background: url(../gfx/icon-location.png) left 4px no-repeat;
}

ul.calendar li .content .inner-block .event-item .event-item-inner-block .venue-wrapper .location p:last-of-type {
  padding-bottom: 0px;
}

ul.calendar li .content .inner-block a.info-btn {
  font-size: 15px;
  color: #27496d;
  text-decoration: none;
  font-weight: bold;
}

ul.calendar li .content .inner-block a.info-btn:after {
  content: ' »';
  font-size: 16px;
}

ul.calendar li:last-of-type {
  border: none;
}

ul.calendar.past-events {
  margin-top: 40px;
  /*li*/
}

ul.calendar.past-events li {
  /*date*/
  /*content*/
}

ul.calendar.past-events li .date {
  /*end-date*/
}

ul.calendar.past-events li .date .date-wrapper {
  background: #e2e2e2;
  /*month*/
  /*day*/
  /*day*/
}

ul.calendar.past-events li .date .date-wrapper .month {
  color: #ababab;
  padding-top: 20px;
  padding-bottom: 0px;
  background: none;
}

ul.calendar.past-events li .date .date-wrapper .day {
  color: #ababab;
  padding-top: 15px;
  padding-bottom: 15px;
}

ul.calendar.past-events li .date .date-wrapper .year {
  color: #ababab;
  padding-top: 0px;
  padding-bottom: 10px;
  background: none;
}

ul.calendar.past-events li .date .end-date {
  color: #ababab;
}

ul.calendar.past-events li .content {
  /*inner-block*/
}

ul.calendar.past-events li .content .inner-block {
  color: #ababab;
}

ul.calendar.past-events li .content .inner-block .event-thumb img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul.calendar.past-events li .content .inner-block .event-thumb img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

ul.calendar.past-events li .content .inner-block .event-item .event-item-inner-block {
  /*title*/
}

ul.calendar.past-events li .content .inner-block .event-item .event-item-inner-block .title {
  color: #ababab;
}

ul.calendar.past-events li:last-of-type {
  border: none;
}

/*ul.calendar*/
/*********** CALENDAR SINGLE ***********/
.calendar-header-image img {
  width: 100%;
  height: auto;
}

.events-map-container {
  width: 100%;
  height: 400px;
}

.events-map-container iframe {
  width: 100%;
  height: 100%;
}

#event-single-sidebar {
  position: relative;
  float: right;
  width: 365px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}

#event-single-sidebar .venue-info {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#event-single-sidebar .venue-info .location,
#event-single-sidebar .venue-info .venue-date,
#event-single-sidebar .venue-info .venue-time {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}

#event-single-sidebar .venue-info .location p:last-of-type,
#event-single-sidebar .venue-info .venue-date p:last-of-type,
#event-single-sidebar .venue-info .venue-time p:last-of-type {
  padding-bottom: 0px;
}

#event-single-fluid {
  float: left;
  width: 100%;
  margin-right: -365px;
}

#event-single-fluid #event-single-inner-block {
  margin-right: 365px;
}

#event-single-fluid #event-single-inner-block .share-btns {
  margin-bottom: 20px;
}

#event-single-fluid #event-single-inner-block .share-btns .twitter {
  color: white;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  padding: 3px 8px;
  background: #1c98de;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#event-single-fluid #event-single-inner-block .share-btns .twitter i {
  font-size: 14px;
  margin-right: 5px;
}

#event-single-fluid #event-single-inner-block .share-btns .facebook {
  color: white;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 8px;
  background: #416ab0;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

#event-single-fluid #event-single-inner-block .share-btns .facebook i {
  font-size: 14px;
  margin-right: 5px;
}

/* ************************************************************** */
/* Equipment Exchange 
/* ************************************************************** */
/*********** RESTRICTED PAGE ***********/
.ws-plugin--s2member-sc-login .ws-plugin--s2member-pro-login-widget form input {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #858585;
  width: 100%;
  height: 40px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.ws-plugin--s2member-sc-login .ws-plugin--s2member-pro-login-widget form input:focus {
  background: #fff;
}

.ws-plugin--s2member-sc-login .ws-plugin--s2member-pro-login-widget form .ws-plugin--s2member-pro-login-widget-submit {
  display: inline-block;
}

.ws-plugin--s2member-sc-login .ws-plugin--s2member-pro-login-widget form .ws-plugin--s2member-pro-login-widget-submit input.btn-primary {
  font-family: 'montserratregular';
  font-size: 13px;
  color: #d9dce1;
  font-weight: normal;
  height: 45px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ws-plugin--s2member-sc-login .ws-plugin--s2member-pro-login-widget form .ws-plugin--s2member-pro-login-widget-submit input.btn-primary:hover {
  background: #282828;
}

.ws-plugin--s2member-sc-login .ws-plugin--s2member-pro-login-widget form .ws-plugin--s2member-pro-login-widget-remember-me input {
  display: inline-block;
  width: auto;
  padding: 0px !important;
  background: none;
  border: none;
}

/*********** MISC ***********/
ul.exchange-menu {
  list-style: none;
  margin: 0px;
  padding: 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

ul.exchange-menu li {
  float: left;
  text-align: center;
}

ul.exchange-menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background: #27496d;
  border-right: 1px solid #f5f5f5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

ul.exchange-menu li a:hover {
  color: #fff;
  background: #282828;
}

ul.exchange-menu li.col-half {
  width: 50%;
}

ul.exchange-menu li.col-third {
  width: 33%;
}

ul.exchange-menu li.col-fourth {
  width: 25%;
}

/*********** NEW EDIT POST ***********/
a.view-post-url {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

select#_post_post_status_0 option[value="pending"] {
  display: none !important;
}

#wp-_post_meta_content_content_0-editor-tools {
  display: none;
}

.new-exchange-post-form {
  margin-top: 40px;
}

#theme_exchange_form .piklist_form_notice,
#theme_exchange_item_delete .piklist_form_notice {
  text-align: center !important;
}

#theme_exchange_form .piklist_form_notice p,
#theme_exchange_item_delete .piklist_form_notice p {
  font-size: 30px !important;
  line-height: 35px;
}

#theme_exchange_form #_post_post_title_0,
#theme_exchange_item_delete #_post_post_title_0 {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #858585;
  width: 100% !important;
  height: 40px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#theme_exchange_form #_post_post_title_0:focus,
#theme_exchange_item_delete #_post_post_title_0:focus {
  outline: none;
  background: #fff;
}

#theme_exchange_form #_post_post_status_0,
#theme_exchange_item_delete #_post_post_status_0 {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #858585;
  width: 100% !important;
  height: 40px;
  background: transparent;
  background: #f5f5f5 url(../gfx/form-drop-down.png) right center no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#theme_exchange_form #_post_post_status_0:focus,
#theme_exchange_item_delete #_post_post_status_0:focus {
  outline: none;
}

#theme_exchange_form #submit_0,
#theme_exchange_item_delete #submit_0 {
  font-family: 'montserratregular';
  font-size: 13px;
  color: #d9dce1;
  font-weight: normal;
  height: 45px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#theme_exchange_form #submit_0:focus,
#theme_exchange_item_delete #submit_0:focus {
  outline: none;
}

#theme_exchange_form #submit_0:hover,
#theme_exchange_item_delete #submit_0:hover {
  background: #282828;
}

/*********** REMOVE POST ***********/
.exchange-post-remove-wrapper .post_status {
  display: none;
}

.exchange-post-remove-title {
  font-size: 26px;
}

/*********** EXCHANGE LIST ***********/
.exchange-list-wrapper {
  background: #f5f5f5;
}

.exchange-list-wrapper ul.exchange-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.exchange-list-wrapper ul.exchange-list li {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.exchange-list-wrapper ul.exchange-list li #list-image {
  position: relative;
  float: left;
  width: 365px;
  padding-right: 20px;
  z-index: 99;
}

.exchange-list-wrapper ul.exchange-list li #list-image img {
  width: 100%;
  height: auto;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid {
  float: left;
  width: 100%;
  margin-left: -365px;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block {
  margin-left: 365px;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block .title {
  font-family: 'droid_sansbold';
  font-size: 16px;
  color: #4e4d4a;
  margin-bottom: 5px;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block .author {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  margin-right: 20px;
  padding-left: 14px;
  background: url(../gfx/icon-avatar.png) left 2px no-repeat;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block .date {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  padding-left: 20px;
  background: url(../gfx/icon-calendar.png) left 2px no-repeat;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block .content {
  font-size: 16px;
  margin-top: 20px;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block .content a.view-item {
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block .content a.view-item:after {
  content: ' »';
  font-size: 18px;
}

/*********** EXCHANGE SINGLE ITEM ***********/
.post-success {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  background: #fefbd9;
  margin-bottom: 40px;
  padding: 20px;
}

.exchange-single-item .author {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  margin-right: 20px;
  padding-left: 14px;
  background: url(../gfx/icon-avatar.png) left 2px no-repeat;
}

.exchange-single-item .date {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #4e4d4a;
  padding-left: 20px;
  background: url(../gfx/icon-calendar.png) left 2px no-repeat;
}

.exchange-single-item .content {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.exchange-single-item .content a.view-item {
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.exchange-single-item .content a.view-item:after {
  content: ' »';
  font-size: 18px;
}

.exchange-single-item .left-images {
  float: left;
  width: 49.30556%;
  margin-right: 1.38889%;
}

.exchange-single-item .left-images img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.exchange-single-item .left-images ul.other-images {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.exchange-single-item .left-images ul.other-images li {
  float: left;
  width: 19.85915%;
  margin-right: 0.14085%;
}

.exchange-single-item .left-images ul.grid {
  margin-top: 0px;
  margin-bottom: 0px;
}

.exchange-single-item .left-images ul.grid li {
  padding: 0px;
  margin: 0px;
}

.exchange-single-item .right-map {
  float: left;
  width: 49.30556%;
}

.exchange-single-item .right-map #map {
  height: 100%;
}

.exchange-single-item .right-map .exchange-map-container {
  width: 100%;
  height: 315px;
}

.exchange-single-item .right-map .exchange-map-container iframe {
  width: 100%;
  height: 100%;
}

.exchange-single-item .right-map .exchange-form {
  margin-top: 10px;
}

.exchange-single-item .right-map .exchange-form .title {
  font-size: 15px;
  color: #282828;
  font-weight: bold;
  text-transform: uppercase;
}

.exchange-single-item .map-fullwidth {
  width: 100%;
}

.exchange-single-item .map-fullwidth #map {
  height: 100%;
}

.exchange-single-item .map-fullwidth .exchange-map-container {
  width: 100%;
  height: 315px;
}

.exchange-single-item .map-fullwidth .exchange-map-container iframe {
  width: 100%;
  height: 100%;
}

.exchange-single-item .map-fullwidth .exchange-form {
  margin-top: 10px;
}

.exchange-single-item .map-fullwidth .exchange-form .title {
  font-size: 15px;
  color: #282828;
  font-weight: bold;
  text-transform: uppercase;
}

body #gform_wrapper_27 .gform_body .gform_fields .gfield .gfield_checkbox {
  border: 1px solid #4e4d4a;
  padding: 20px;
}

body #gform_wrapper_27 .gform_body .gform_fields .gfield input[type=text] {
  color: #858585 !important;
  background: #ffffff;
  border: 1px solid #4e4d4a;
}

body #gform_wrapper_27 .gform_body .gform_fields .gfield textarea {
  color: #858585 !important;
  background: #ffffff;
  border: 1px solid #4e4d4a;
}

body #gform_wrapper_27 .gform_body .gform_fields .gfield .gfield_label {
  color: #133e6b;
  font-size: 18px;
}

body #gform_wrapper_27 .gform_body .gform_fields .gfield .ginput_container_fileupload .large {
  border: 1px dotted #4e4d4a;
  width: 100%;
  padding: 40px 20px;
  border-radius: 5px;
  background: #ffffff;
}

body #gform_wrapper_27 .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_rules {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 20px;
}

.exchange-disclaimer p:last-of-type {
  padding-bottom: 0px;
}

body #gform_wrapper_8 .gform_body .gform_fields .gfield textarea {
  height: 190px;
}

body #gform_wrapper_8 .gform_footer input[type=submit][type=submit] {
  width: 100%;
}

.toggle-edit {
  text-align: center;
  margin-top: 60px;
}

.toggle-edit button {
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.toggle-edit button:hover {
  color: #27496d;
}

.toggle-edit button:focus {
  outline: none;
}

.page-exchange-edit-wrapper {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  background: #fefdee;
}

.page-exchange-edit-wrapper .page-exchange-edit {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*********** MY ACCOUNT ***********/
form#ws-plugin--s2member-profile tbody input {
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #858585;
  width: 100% !important;
  height: 40px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

form#ws-plugin--s2member-profile tbody input:focus {
  background: #fff;
}

form#ws-plugin--s2member-profile tbody input#ws-plugin--s2member-profile-submit {
  font-family: 'montserratregular';
  font-size: 13px;
  color: #d9dce1;
  font-weight: normal;
  height: 45px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #27496d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

form#ws-plugin--s2member-profile tbody input#ws-plugin--s2member-profile-submit:hover {
  background: #282828;
}

form#ws-plugin--s2member-profile tbody input#ws-plugin--s2member-profile-login {
  background: none !important;
}

.account-echange-wrapper {
  background: #f5f5f5;
  margin-bottom: 5px;
  padding: 20px;
}

.account-echange-wrapper ul.account-exchange-edit {
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.account-echange-wrapper ul.account-exchange-edit li {
  display: inline-block;
}

.account-echange-wrapper ul.account-exchange-edit li:first-child {
  margin-right: 10px;
  padding-right: 10px;
}

/*********** LOGIN PAGE ***********/
/* ************************************************************** */
/* Contact Page 
/* ************************************************************** */
.contact-column {
  float: left;
  font-family: 'droid_sansregular';
  font-size: 15px;
  color: #282828;
  text-align: center;
  width: 33.33333%;
}

.contact-column .title {
  font-family: 'montserratsemi_bold';
  font-size: 22px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* ************************************************************** */
/* Donate Page 
/* ************************************************************** */
body .gform_wrapper .gform_body .gform_fields #field_6_8.gfield select {
  width: 100% !important;
}

body #gform_wrapper_6 .gform_body .gform_fields .gfield select {
  width: 48% !important;
}

/* Total Price Format */
body .gform_wrapper .gform_body .gform_fields #field_6_22.gfield label,
body .gform_wrapper .gform_body .gform_fields #field_6_22.gfield span {
  display: inline-block;
  font-family: 'droid_sansregular';
  font-size: 22px !important;
  color: #282828 !important;
  padding: 10px;
  background: #e2e2e2;
}

/* ************************************************************** */
/* Payment Form 
/* ************************************************************** */
body .gform_wrapper .gform_body .gform_fields #field_12_8.gfield select {
  width: 100% !important;
}

body #gform_wrapper_12 .gform_body .gform_fields .gfield select {
  width: 48% !important;
}

/* Pricing Format */
body .gform_wrapper .gform_body .gform_fields #field_12_20.gfield .ginput_product_price_label {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields #field_12_20.gfield .ginput_product_price {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields #field_12_20.gfield input {
  width: 20% !important;
}

/* Total Price Format */
body .gform_wrapper .gform_body .gform_fields #field_12_22.gfield label {
  display: block;
}

body .gform_wrapper .gform_body .gform_fields #field_12_22.gfield span {
  color: #27496d;
}

/* ************************************************************** */
/* Footer 
/* ************************************************************** */
/* Top Footer */
.footer-top-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  background: #e2e2e2;
  z-index: 999;
}

.footer-top-wrapper .footer-top {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-top-wrapper .footer-top ul.social-icons {
  float: left;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding-top: 25px;
  padding-bottom: 10px;
  width: 50%;
}

.footer-top-wrapper .footer-top ul.social-icons li {
  float: right;
  width: 59px;
  height: 56px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.footer-top-wrapper .footer-top ul.social-icons li a {
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer-top-wrapper .footer-top ul.social-icons li a:hover {
  opacity: .5;
}

.footer-top-wrapper .footer-top ul.affiliate-icons {
  float: left;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 5px;
  width: 50%;
  border-left: 1px solid #fff;
}

.footer-top-wrapper .footer-top ul.affiliate-icons li {
  float: left;
  margin-left: 40px;
}

.footer-top-wrapper .footer-top ul.affiliate-icons li img {
  max-width: 100%;
  height: auto;
}

/* Top Bottom */
.footer-bottom-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  background: #282828;
  z-index: 999;
}

.footer-bottom-wrapper .footer-bottom {
  text-align: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container ul li {
  float: left;
  font-family: 'droid_sansbold';
  font-size: 14px;
  margin-right: 20px;
}

.footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container ul li a {
  color: #d9dce1;
  text-decoration: none;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container ul li a:hover {
  color: #fff;
}

.footer-bottom-wrapper .footer-bottom .copyright {
  text-align: center;
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 10px;
}

.footer-bottom-wrapper .footer-bottom .copyright p {
  text-align: center;
  font-family: 'droid_sansregular';
  font-size: 14px;
  color: #8c8c8c;
}

.footer-bottom-wrapper .footer-bottom .copyright a {
  color: #d9dce1;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer-bottom-wrapper .footer-bottom .copyright a:hover {
  color: #fff;
}

/* ************************************************************** */
/* Salsa Forms 
/* ************************************************************** */
.salsa-form .sli-form input[type="text"],
.salsa-form .sli-form input[type="email"] {
  background: #f5f5f5 !important;
}

.salsa-form .sli-form input[type="text"]:focus,
.salsa-form .sli-form input[type="email"]:focus {
  background: #fff !important;
}

.salsa-form .sli-field-5bea094d-04a2-4709-8559-b4bde8b997ba label {
  display: block !important;
}

.salsa-form #id_f9c6fe0e-e5aa-4aa3-9e33-76d2ba5aa8b8, .salsa-form #id_5b379334-c5de-4331-a56b-7bd1d4267e90,
.salsa-form #id_5a030bce-26e3-4067-807a-7d3084ff3a2f,
.salsa-form #id_58c28268-8a61-4c2b-8483-993afb42b307,
.salsa-form #id_13af0a98-35b0-40e1-9669-e2195f68fd4c,
.salsa-form #id_3b3d02be-79d0-492e-b49a-68597be713d8 {
  display: none;
}

.salsa-form #id_dc052974-dbf1-4f77-8e1a-029e4ce8472c,
.salsa-form #id_3af707f2-c6fc-41b9-9489-d39ade16edb7,
.salsa-form #id_32d33b70-299c-435e-abea-ea9b16eeed10 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.salsa-form #id_dc052974-dbf1-4f77-8e1a-029e4ce8472c #id_7b06c416-adbe-4b58-98cb-a00c68fe881a .sli-columns .sli-element,
.salsa-form #id_3af707f2-c6fc-41b9-9489-d39ade16edb7 #id_7b06c416-adbe-4b58-98cb-a00c68fe881a .sli-columns .sli-element,
.salsa-form #id_32d33b70-299c-435e-abea-ea9b16eeed10 #id_7b06c416-adbe-4b58-98cb-a00c68fe881a .sli-columns .sli-element {
  margin-top: 0px !important;
}

.salsa-form .field-input {
  margin-top: 0px;
  margin-bottom: 0px;
  /* Credit Card Fields */
}

.salsa-form .field-input label {
  display: none;
}

.salsa-form .field-input p {
  margin-top: 20px;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.salsa-form .field-input input {
  color: #282828 !important;
  width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2 !important;
  background: #f5f5f5;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: none !important;
}

.salsa-form .field-input input:focus {
  background: #fff !important;
}

.salsa-form .field-input input::-webkit-input-placeholder {
  color: #282828 !important;
}

.salsa-form .field-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #282828 !important;
}

.salsa-form .field-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #282828 !important;
}

.salsa-form .field-input input:-ms-input-placeholder {
  color: #282828 !important;
}

.salsa-form .field-input textarea {
  color: #282828 !important;
  width: 100% !important;
  height: 280px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2 !important;
  background: #f5f5f5 !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: none !important;
}

.salsa-form .field-input textarea:focus {
  background: #fff !important;
}

.salsa-form .field-input textarea::-webkit-input-placeholder {
  color: #282828 !important;
}

.salsa-form .field-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #282828 !important;
}

.salsa-form .field-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #282828 !important;
}

.salsa-form .field-input textarea:-ms-input-placeholder {
  color: #282828 !important;
}

.salsa-form .field-input select {
  color: #282828 !important;
  width: 100% !important;
  height: 37px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #e2e2e2 !important;
  background: #f5f5f5 !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: none !important;
}

.salsa-form .field-input select:focus {
  background: #fff !important;
  outline: none !important;
}

.salsa-form .field-input .sli-donationAmounts ul.sli-style-radio li {
  padding-left: 1px;
}

.salsa-form .field-input .sli-donationAmounts ul.sli-style-radio li input {
  width: inherit !important;
}

.salsa-form .field-input .sli-donationAmounts ul.sli-style-radio li label {
  display: inline-block !important;
}

.salsa-form .field-input .sli-donationAmounts ul.sli-style-radio li label.sli-customAmount span input {
  padding: 5px 20px !important;
  border: 1px solid #e2e2e2 !important;
  background: #f5f5f5 !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.salsa-form .field-input .sli-donationAmounts ul.sli-style-radio li label.sli-customAmount span input:focus {
  background: #fff !important;
  outline: none !important;
}

.salsa-form .field-input #id_91f0ab85-2b45-488e-b73d-4116f6d9167f_inner {
  display: none;
  margin-top: 20px;
}

.salsa-form .field-input #id_91f0ab85-2b45-488e-b73d-4116f6d9167f_inner p {
  margin-bottom: 0px;
}

.salsa-form .field-input ul.sli-cards {
  margin-top: 20px;
  margin-bottom: 0px;
}

.salsa-form .field-input label.sli-ccLabel,
.salsa-form .field-input label.sli-ccExpCcvLabel,
.salsa-form .field-input label.sli-ccExpMonthLabel,
.salsa-form .field-input label.sli-ccExpMonthLabel,
.salsa-form .field-input label.sli-ccNameLabel {
  display: block !important;
}

.salsa-form .sli-button {
  font-size: 13px !important;
  color: #d9dce1 !important;
  font-weight: normal;
  margin-top: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: #27496d !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.salsa-form .sli-button:hover {
  background: #282828 !important;
}

.salsa-form .form-confirmation {
  text-align: center;
  border: 1px solid #858585 !important;
  padding: 20px 20px 0px 20px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************* MEDIA QUERIES ************************************************************ 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* WP Bakery Responsive Column Fix 
/* ************************************************************** */
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  body .vc_row-fluid .vc_col-md-12[class*="vc_col-md-"] {
    width: 100% !important;
  }
  body .vc_row-fluid .vc_col-md-11[class*="vc_col-md-"] {
    width: 92% !important;
  }
  body .vc_row-fluid .vc_col-md-10[class*="vc_col-md-"] {
    width: 83% !important;
  }
  body .vc_row-fluid .vc_col-md-9[class*="vc_col-md-"] {
    width: 75% !important;
  }
  body .vc_row-fluid .vc_col-md-8[class*="vc_col-md-"] {
    width: 67% !important;
  }
  body .vc_row-fluid .vc_col-md-7[class*="vc_col-md-"] {
    width: 58% !important;
  }
  body .vc_row-fluid .vc_col-md-6[class*="vc_col-md-"] {
    width: 50% !important;
  }
  body .vc_row-fluid .vc_col-md-5[class*="vc_col-md-"] {
    width: 42% !important;
  }
  body .vc_row-fluid .vc_col-md-4[class*="vc_col-md-"] {
    width: 33% !important;
  }
  body .vc_row-fluid .vc_col-md-3[class*="vc_col-md-"] {
    width: 25% !important;
  }
  body .vc_row-fluid .vc_col-md-2[class*="vc_col-md-"] {
    width: 12% !important;
  }
  body .vc_row-fluid .vc_col-md-1[class*="vc_col-md-"] {
    width: 8% !important;
  }
}

/* ************************************************************** */
/* Superfly Menu 
/* ************************************************************** */
@media screen and (min-width: 0px) and (max-width: 1285px) {
  .sfm-navicon-button {
    display: block !important;
  }
  /* show it on small screens */
  .responsive-donate-btn {
    display: block !important;
  }
  /* show it on small screens */
}

@media screen and (min-width: 1285px) {
  .sfm-navicon-button {
    display: none !important;
  }
  /* hide it elsewhere */
  .responsive-donate-btn {
    display: none !important;
  }
  /* hide it elsewhere */
}

@media all and (max-width: 769px) {
  .vc_col-sm-4 .vc_column-inner::after,
  .vc_col-sm-4 .vc_column-inner::before {
    content: '';
    display: none;
  }
}

/* ************************************************************** */
/* Home Newsletter 
/* ************************************************************** */
@media screen and (min-width: 0px) and (max-width: 600px) {
  .homepage-newsletter {
    display: none !important;
  }
  /* show it on small screens */
  .homepage-newsletter-02 {
    display: block !important;
  }
  /* show it on small screens */
}

@media screen and (min-width: 600px) {
  .homepage-newsletter {
    display: block !important;
  }
  /* hide it elsewhere */
  .homepage-newsletter-02 {
    display: none !important;
  }
  /* hide it elsewhere */
}

@media all and (max-width: 1285px) {
  /* ************************************************************** */
  /* Header 
	/* ************************************************************** */
  .header-top-wrapper .header-top .menu-top-nav-container ul#menu-top-nav {
    display: none;
  }
}

@media all and (max-width: 1198px) {
  /* ************************************************************** */
  /* Homepage 
	/* ************************************************************** */
  .eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-container .eapps-testimonials-slider-inner .eapps-testimonials-slider-items .eapps-testimonials-slider-slider {
    height: auto !important;
  }
  .eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-container .eapps-testimonials-slider-inner .eapps-testimonials-slider-items .eapps-testimonials-slider-slider .eapps-testimonials-slider-slider-container .eapps-testimonials-slider-slider-inner .eui-slider-slide .eapps-testimonials-slider-page-item-single-classic {
    position: relative;
  }
  .eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-container .eapps-testimonials-slider-inner .eapps-testimonials-slider-items .eapps-testimonials-slider-slider .eapps-testimonials-slider-slider-container .eapps-testimonials-slider-slider-inner .eui-slider-slide .eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-left {
    position: absolute !important;
    left: 50%;
    margin-left: -36px !important;
  }
  .eapps-testimonials-slider-post-template-single-classic .eapps-testimonials-slider-container .eapps-testimonials-slider-inner .eapps-testimonials-slider-items .eapps-testimonials-slider-slider .eapps-testimonials-slider-slider-container .eapps-testimonials-slider-slider-inner .eui-slider-slide .eapps-testimonials-slider-page-item-single-classic .eapps-testimonials-slider-page-item-right {
    text-align: center;
    margin-top: 100px;
  }
}

@media all and (max-width: 1090px) {
  /* ************************************************************** */
  /* Homepage 
	/* ************************************************************** */
  ul.home-sponsor-images li {
    height: 100px;
    width: 33.33333%;
  }
  ul.home-sponsor-images li img {
    max-height: 100px;
    width: auto;
  }
  /* ************************************************************** */
  /* Calendar 
	/* ************************************************************** */
  /*********** CALENDAR SINGLE ***********/
  #event-single-sidebar {
    width: 200px;
  }
  #event-single-fluid {
    margin-right: -200px;
  }
  #event-single-fluid #event-single-inner-block {
    margin-right: 200px;
  }
}

@media all and (max-width: 1070px) {
  /* ************************************************************** */
  /* Blog 
	/* ************************************************************** */
  #blog-fluid #blog-inner-block #blog-thumb {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  #blog-fluid #blog-inner-block #blog-list-right {
    float: none;
    margin-left: 0px;
  }
  #blog-fluid #blog-inner-block #blog-list-right #blog-content {
    margin-left: 0px;
  }
  /* ************************************************************** */
  /* Partners Page 
	/* ************************************************************** */
  .partner-description {
    float: none;
    width: 100%;
  }
  .partner-logos-fluid {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .partner-logos-fluid .partner-logos-inner {
    margin-left: 0px;
    padding-left: 0px;
  }
}

@media all and (max-width: 991px) {
  /* ************************************************************** */
  /* Homepage 
	/* ************************************************************** */
  body .vc_row-fluid .non-profit-of-year.vc_col-md-6[class*="vc_col-md-"] {
    width: 100% !important;
  }
  .non-profit-of-year {
    width: 100% !important;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column {
    text-align: center;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper {
    text-align: center;
    display: block;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper .non-profit-award {
    float: none;
    width: 100%;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper .non-profit-award img {
    width: 110px;
    height: auto;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block {
    margin-left: 0px;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block .home-about-title-wrapper {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 20px;
    border: none;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block .home-about-title-wrapper .home-about-title {
    font-family: 'montserratlight';
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .non-profit-of-year .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper #home-about-fluid #home-about-inner-block .home-about-title-wrapper .home-about-subtitle {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
  }
}

@media all and (max-width: 970px) {
  /* ************************************************************** */
  /* About Page 
	/* ************************************************************** */
  #board-fluid {
    margin-left: -300px;
    /* The size of the fixed block. */
  }
  #board-fluid #board-inner-block {
    margin-left: 300px;
    /* The size of the fixed block. */
  }
  #board-image {
    position: relative;
    width: 300px;
    /* The size of the fixed block. */
  }
  /* ************************************************************** */
  /* Adaptive Recreation Page 
	/* ************************************************************** */
  #adaptive-fluid-right {
    margin-left: -300px;
  }
  #adaptive-fluid-right #adaptive-inner-block {
    margin-left: 300px;
  }
  #adaptive-video-left {
    width: 300px;
  }
  #adaptive-fluid-left {
    margin-right: -300px;
  }
  #adaptive-fluid-left #adaptive-inner-block {
    margin-right: 300px;
  }
  #adaptive-video-right {
    width: 300px;
  }
  /* ************************************************************** */
  /* Partner Page 
	/* ************************************************************** */
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large {
    width: 50%;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small {
    width: 33.33333333333%;
  }
}

@media all and (max-width: 900px) {
  /* ************************************************************** */
  /* General 
	/* ************************************************************** */
  .page-video-wrapper {
    float: none;
    margin-left: 0px;
    margin-bottom: 30px;
    padding-left: 0px;
    border: none;
    width: 100%;
  }
  /* ************************************************************** */
  /* Support Group Page 
	/* ************************************************************** */
  .support-row {
    width: 48.54167%;
  }
  /* ************************************************************** */
  /* Exchange Page 
	/* ************************************************************** */
  /*********** EXCHANGE SINGLE ITEM ***********/
  .exchange-single-item .left-images {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  .exchange-single-item .left-images ul.other-images {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .exchange-single-item .left-images ul.other-images li {
    float: left;
    width: 19.85915%;
    margin-right: 0.14085%;
  }
  .exchange-single-item .right-map {
    float: none;
    width: 100%;
  }
  /* ************************************************************** */
  /* Calendar 
	/* ************************************************************** */
  /*********** CALENDAR SINGLE ***********/
  ul.calendar {
    /*li*/
  }
  ul.calendar li {
    /*content*/
  }
  ul.calendar li .content {
    /*inner-block*/
  }
  ul.calendar li .content .inner-block {
    /*a*/
  }
  ul.calendar li .content .inner-block .event-thumb {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  ul.calendar li .content .inner-block .event-item {
    float: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  ul.calendar li .content .inner-block .event-item .event-item-inner-block {
    margin-right: 0px;
  }
  ul.calendar li .content .inner-block .event-item .event-item-inner-block .venue-wrapper {
    margin-bottom: 5px;
  }
  ul.calendar li .content .inner-block a.info-btn {
    font-size: 18px;
  }
  /*ul.calendar*/
}

@media all and (max-width: 830px) {
  /* ************************************************************** */
  /* Header 
	/* ************************************************************** */
  .sfm-rollback .sfm-navicon-button {
    top: 5px;
  }
  .sfm-rollback .sfm-navicon-button:after {
    left: 0px;
    width: inherit;
  }
  /* ************************************************************** */
  /* Homepage 
	/* ************************************************************** */
  .homepage-slider .homepage-newsletter {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -171px;
  }
  .grid-gallery-02 figure {
    width: 100% !important;
  }
  .grid-gallery figure {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    width: 100%;
  }
  .gallery-wrapper {
    padding: 1.79924% 0px 0px 5.19126%;
  }
  ul.home-sponsors {
    margin-left: 0px;
    padding-left: 0px;
  }
  ul.home-sponsors li {
    width: 33.33333%;
  }
  ul.home-sponsor-images li {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  ul.home-sponsor-images li img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  #event-single-sidebar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  #event-single-sidebar .venue-info .location,
  #event-single-sidebar .venue-info .venue-date,
  #event-single-sidebar .venue-info .venue-time {
    padding: 10px;
  }
  #event-single-fluid {
    float: none;
    margin-right: 0px;
  }
  #event-single-fluid #event-single-inner-block {
    margin-right: 0px;
  }
  #resource-sidebar {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  #resource-sidebar ul.items li {
    text-align: center;
  }
  #resource-fluid {
    float: none;
    margin-left: 0px;
  }
  #resource-fluid #resource-inner-block {
    margin-left: 0px;
  }
  #resource-fluid #resource-inner-block .logo {
    float: none;
    text-align: center;
    max-width: 210px;
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  #resource-fluid #resource-inner-block .logo img {
    width: 100%;
    height: auto;
  }
  /* ************************************************************** */
  /* Partner Page 
	/* ************************************************************** */
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large {
    width: 100%;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small {
    width: 50%;
  }
}

@media all and (max-width: 740px) {
  /* ************************************************************** */
  /* General 
	/* ************************************************************** */
  .col-one-half,
  .col-one-third,
  .col-two-third,
  .col-one-fourth,
  .col-three-fourth {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  /* ************************************************************** */
  /* Exchange Page 
	/* ************************************************************** */
  /*********** EXCHANGE LIST ***********/
  .exchange-list-wrapper ul.exchange-list li #list-image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .exchange-list-wrapper ul.exchange-list li #list-content-fluid {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .exchange-list-wrapper ul.exchange-list li #list-content-fluid #list-content-inner-block {
    margin-left: 0px;
  }
  /* ************************************************************** */
  /* Blog 
	/* ************************************************************** */
  #blog-fluid {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  #blog-fluid #blog-inner-block {
    margin-right: 0px;
  }
  #blog-sidebar {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  #blog-sidebar ul#sidebar {
    margin-left: 0px;
  }
  #blog-sidebar ul#sidebar .advert img {
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
  }
  #blog-sidebar ul#sidebar .categories {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
  }
  #blog-sidebar ul#sidebar .categories ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}

@media all and (max-width: 720px) {
  /* ************************************************************** */
  /* Homepage 
	/* ************************************************************** */
  .homepage-slider .homepage-newsletter {
    display: none !important;
  }
}

@media all and (max-width: 660px) {
  /* ************************************************************** */
  /* About Page 
	/* ************************************************************** */
  ul.about-sponsor-images li {
    width: 49.47368%;
  }
  /* ************************************************************** */
  /* About Page 
	/* ************************************************************** */
  #board-fluid {
    float: none;
    margin-left: 0px;
    /* The size of the fixed block. */
    border-bottom: 1px solid #e2e2e2;
  }
  #board-fluid #board-inner-block {
    margin-left: 0px;
    /* The size of the fixed block. */
  }
  #board-image {
    position: relative;
    float: none;
    width: 100%;
    /* The size of the fixed block. */
    padding-right: 0px;
    margin-bottom: 20px;
  }
  /* ************************************************************** */
  /* Adaptive Recreation Page 
	/* ************************************************************** */
  #adaptive-fluid-right {
    float: none;
    margin-left: 0px;
  }
  #adaptive-fluid-right #adaptive-inner-block {
    margin-left: 0px;
  }
  #adaptive-video-left {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  #adaptive-fluid-left {
    float: none;
    margin-right: 0px;
  }
  #adaptive-fluid-left #adaptive-inner-block {
    margin-right: 0px;
  }
  #adaptive-video-right {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  /* ************************************************************** */
  /* Partner Page 
	/* ************************************************************** */
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-description {
    float: none;
    width: 100%;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid {
    float: none;
    margin-left: 0px;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner {
    margin-left: 0px;
    padding-left: 0px;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large {
    width: 50%;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small {
    width: 33.33333333333%;
  }
}

@media all and (max-width: 630px) {
  /* ************************************************************** */
  /* Header 
	/* ************************************************************** */
  .homepage-slider .homepage-newsletter {
    margin: auto;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* ************************************************************** */
  /* Support Group Page 
	/* ************************************************************** */
  .support-anchors-wrapper ul.support-anchors {
    display: block;
  }
  .support-anchors-wrapper ul.support-anchors li {
    float: none;
    width: 100%;
  }
  .support-anchors-wrapper ul.support-anchors li a {
    display: block;
  }
  .support-row {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  /* ************************************************************** */
  /* Calendar 
	/* ************************************************************** */
  /*********** EVENTS LIST ***********/
  ul.event-tab {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  ul.event-tab li {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  ul.event-tab li a {
    display: block;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.event-tab li a:hover {
    color: #fff;
    background: #27496d;
  }
  ul.event-tab li a.active {
    color: #fff;
    background: #27496d;
  }
  /*********** CALENDAR SINGLE ***********/
  ul.calendar {
    /*li*/
  }
  ul.calendar li {
    /*date*/
    /*content*/
  }
  ul.calendar li .date {
    float: none;
    width: 100%;
    padding-right: 0px;
    /*end-date*/
  }
  ul.calendar li .date .date-wrapper {
    margin-bottom: 20px;
    /*month*/
    /*day*/
  }
  ul.calendar li .date .date-wrapper .month {
    font-family: 'montserratsemi_bold';
    font-size: 30px;
  }
  ul.calendar li .date .date-wrapper .day {
    font-size: 30px;
  }
  ul.calendar li .date .end-date {
    margin-bottom: 20px;
  }
  ul.calendar li .content {
    float: none;
    margin-left: 0px;
    /*inner-block*/
  }
  ul.calendar li .content .inner-block {
    margin-left: 0px;
  }
  /*ul.calendar*/
}

@media all and (max-width: 460px) {
  /* ************************************************************** */
  /* Header 
	/* ************************************************************** */
  /* Top Header */
  .header-top-wrapper .header-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-top-wrapper .header-top .logo {
    margin-top: 15px;
  }
  .header-top-wrapper .header-top .logo a img {
    width: 80%;
    height: auto;
  }
  .responsive-donate-btn {
    margin-right: 55px;
  }
  /* ************************************************************** */
  /* General 
	/* ************************************************************** */
  .section-wrapper .section-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page-content-wrapper .page-content {
    padding: 60px 10px;
  }
  /* ************************************************************** */
  /* Homepage 
	/* ************************************************************** */
  ul.home-sponsors {
    margin-left: 0px;
    padding-left: 0px;
  }
  ul.home-sponsors li {
    width: 50%;
  }
  .home-about-content {
    line-height: 22px;
  }
  .tmls.xxlarge_image .tmls_container .tmls_item .tmls_image,
  .tmls_images_pagination.xxlarge_image .tmls_paginationContainer .tmls_image {
    width: 100% !important;
    height: initial !important;
  }
  .tmls.style2.xxlarge_image .tmls_item {
    min-height: 600px !important;
  }
  .xxlarge_image > div.caroufredsel_wrapper > div > div > div.tmls_image.tmls_logo_image {
    float: none !important;
    width: 100% !important;
    height: initial !important;
    margin-bottom: 10px;
  }
  .xxlarge_image > div.caroufredsel_wrapper > div > div:nth-child(1) > div.tmls_image.tmls_logo_image > img {
    width: 100% !important;
    height: auto !important;
  }
  .tmls_text {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0px !important;
  }
  .tmls_text p {
    width: 100% !important;
  }
  .tmls_name,
  .tmls_position {
    margin: 0px !important;
  }
  /* ************************************************************** */
  /* Footer 
	/* ************************************************************** */
  /* Top Footer */
  .footer-top-wrapper .footer-top {
    padding: 0px;
  }
  .footer-top-wrapper .footer-top ul.social-icons {
    display: inline-block;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    clear: both;
  }
  .footer-top-wrapper .footer-top ul.social-icons li {
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .footer-top-wrapper .footer-top ul.social-icons li a {
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .footer-top-wrapper .footer-top ul.social-icons li a:hover {
    opacity: .5;
  }
  .footer-top-wrapper .footer-top ul.affiliate-icons {
    display: inline-block;
    float: none;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    border-left: none;
    clear: both;
  }
  .footer-top-wrapper .footer-top ul.affiliate-icons li {
    display: inline-block;
    float: none;
    margin-left: 5px;
  }
  .footer-top-wrapper .footer-top ul.affiliate-icons li img {
    max-width: 100%;
    height: auto;
  }
  /* Top Bottom */
  .footer-bottom-wrapper .footer-bottom {
    padding: 40px 5px;
  }
  .footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container ul {
    display: inline-block;
    text-align: center;
  }
  .footer-bottom-wrapper .footer-bottom .menu-bottom-nav-container ul li {
    display: inline-block;
    float: none;
    margin-right: 10px;
  }
  /* ************************************************************** */
  /* Contact Page 
	/* ************************************************************** */
  .contact-column {
    float: none;
    width: 100%;
  }
  /* ************************************************************** */
  /* Partner Page 
	/* ************************************************************** */
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-large {
    width: 100%;
  }
  ul.partner-logo-list > li .partner-category-wrapper .partner-category .partner-logos-fluid .partner-logos-inner .partner-small {
    width: 50%;
  }
}
