/*
 Theme Name:   Tesseract Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Tesseract Child Theme
 Author:       DBG Technologies
 Author URI:   http://www.dbgtechnologies.com
 Template:     TESSERACT
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  tesseract-child
*/

/*       Fonts
---------------------*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,400italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

body .playfair {
    font-family: 'Playfair Display';
}
body .playfair-bold {
    font-family: 'Playfair Display';
    font-weight: 700;
}
body .playfair-italic {
    font-family: 'Playfair Display';
    font-style: italic;
}
body .playfair-bold-italic {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: italic;
}
body {
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-weight: 500;
}
a {
    color: #c61089;
}
a:hover {
    color: #c61089;
    text-decoration: underline;
}

/*      General 
---------------------*/
body .full-width {
    width: 100%;
}
body .rounded-button.ultra-thick .button{
    border-radius: 50px;
    font-weight: 900;
    border-width: 2px;
}
body .rounded-button .button.ultra-thick:hover {
    border-color: #820c59;
    color: #820c59;
}

body button, body .button, body input[type="reset"], body input[type="submit"], body input[type="button"] {
	font-size: 14px;
}

body {
    color: #444;
}
body .bold {
    font-weight: bold;
}
body .blurb {
    line-height: 1em;
}
body .page-title {
    color: #c61089 !important;
    font-size: 46px;
    font-weight: 300;
    text-align: center;
}
.content-page .fl-rich-text p {
    margin-bottom: 10px;
    line-height: 1.5;
}
body .border-bottom > div {
    border-bottom: 2px solid #a3792c;
}
body .border-top > div {
    border-top: 2px solid #a3792c;
}
body .fl-video {
    position: relative;
    text-align: center;
}
body .fl-video iframe {
    /*max-height: 260px;*/
}
body:not(.page-id-541) .fl-photo a .overlay,
body.home .fl-photo a .overlay,
body:not(.page-id-541) .fl-video .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(198, 16, 137, 0.5);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
body .fl-photo .fl-photo-content a:hover {
    text-decoration: none;
}
body .fl-photo a:hover .overlay,
body.home .sponsor-image .fl-photo .fl-photo-content > img:hover .overlay,
body .fl-video:hover .overlay {
    opacity:1;
}
body .fl-photo a .overlay span,
body.home .fl-photo a .overlay span,
body .fl-video .overlay span {
    position: relative;
    top: 45%;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
    display: block;
}
body .fl-photo a .overlay span.tilde,
body.home .fl-photo a .overlay span.tilde,
body .fl-video .overlay span.tilde {
    font-size: 42px;
}

body .fl-photo a .overlay.partner,
body.home .fl-photo a .overlay.partner {
    background: rgba(54, 59, 116, 0.98);
}
body .fl-photo a .overlay.partner span.tilde,
body.home .fl-photo a .overlay.partner span.tilde {
    font-size: 21px;
    top: 0;
    text-shadow: 1px 1px 8px #333;
    padding-left: 5px;
    padding-right: 5px;
}
body.home .fl-photo a .overlay.partner span.tilde {
    font-size: 19px;
    font-weight: normal;
}

body .fl-video .fluid-width-video-wrapper {
    padding-top: 56.25%;
    /*max-height: 260px;*/
    overflow: hidden;
}

@media only screen and (max-width: 350px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1170px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        /*font-size: 18px;*/
    }
}
@media only screen and (max-width: 1150px) and (min-width: 1068px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1067px) and (min-width: 980px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        font-size: 13px;
    }
}
@media only screen and (max-width: 979px) and (min-width: 940px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        font-size: 18px;
    }
}
@media only screen and (max-width: 939px) and (min-width: 840px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        font-size: 14px;
    }
}

@media only screen and (max-width: 839px) and (min-width: 768px) {
    body.home .fl-photo a .overlay.partner span.tilde {
        font-size: 13px;
    }
}

body.page-id-586 .fl-photo-content > a .overlay,
body.page-id-753 .fl-photo-content > a .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}
body.content-page h2, body.content-page h3, body.content-page h4 {
    margin-top: 20px;
}
body.content-page h2 {
    color: #A3792C;
    font-size: 20px;
    font-weight: bold;
}
body.content-page h3 {
    font-size: 18px;
    font-weight: 700;
    color: #A3792C;
}
body.content-page h4 {
    font-size: 16px;
    font-weight: 700;
}
body.content-page ul {
    margin-top: 5px;
    margin-bottom: 0;
}
body #header-right-menu a:hover {
    color: #a3792c;
}

body .page-divider .fl-module-content {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #A3792C;
    margin: 20px 0 0px 0;
}

body.home .breadcrumb {
    display: none;
}

body #wp-admin-bar-edit,
body #wp-admin-bar-vfbp-admin-toolbar {
    display: none;
}

body .hide-me {
    display: none;
}

/*   Contact Forms
---------------------*/
body .contact-form .fl-module-content {
    /*max-width: 600px;
    margin-left: 25%;
    padding-left: 20px*/
}
body .contact-form .fl-module-content input, body .contact-form .fl-module-content select,
body .contact-form .fl-module-content textarea {
    width: 100% !important;
    margin: 5px 0;
    color: #A3792C;
    font-size: 16px;
}
body .contact-form .fl-module-content input[type="submit"] {
    max-width: 150px;
    border-radius: 50px;
    background: transparent;
    color: #c61089;
    border: 2px solid #c61089;
    float: none;
    font-weight: bold;
}
body .contact-form .fl-module-content input[type="submit"]:hover {
    background: #c61089;
    color: #fff;
}
body .contact-form .fl-module-content select {
    padding: 10px 6px;
}
body .contact-form .widgettitle {
    color: #A3792C;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}
body .contact-form .fl-module-content input::-webkit-input-placeholder {
   color: #A3792C;
}
body .contact-form .fl-module-content input:-moz-placeholder { /* Firefox 18- */
   color: #A3792C;  
}
body .contact-form .fl-module-content input::-moz-placeholder {  /* Firefox 19+ */
   color: #A3792C;  
}
body .contact-form .fl-module-content input:-ms-input-placeholder {  
   color: #A3792C;  
}
body .contact-form .fl-module-content textarea::-webkit-input-placeholder {
   color: #A3792C;
}
body .contact-form .fl-module-content textarea:-moz-placeholder { /* Firefox 18- */
   color: #A3792C;  
}
body .contact-form .fl-module-content textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #A3792C;  
}
body .contact-form .fl-module-content textarea:-ms-input-placeholder {  
   color: #A3792C;  
}
body .contact-form .fl-module-content select::-webkit-input-placeholder {
   color: #A3792C;
}
body .contact-form .fl-module-content select:-moz-placeholder { /* Firefox 18- */
   color: #A3792C;  
}
body .contact-form .fl-module-content select::-moz-placeholder {  /* Firefox 19+ */
   color: #A3792C;  
}
body .contact-form .fl-module-content select:-ms-input-placeholder {  
   color: #A3792C;  
}
body .form11 .file-upload input {
	max-width: 132px;
}
@media all and (max-width: 980px) {
    body .contact-form .fl-module-content {
        margin-left: 20px;
        padding-left: inherit;
    }
}

/* Other Forms */
.vfbp-form span {
    display: inline;
}

.vfbp-form .vfb-fieldType-text label,
.vfbp-form .vfb-fieldType-email label,
.vfbp-form .vfb-fieldType-phone label,
.vfbp-form .vfb-fieldType-textarea label {
    display: none;
}

.vfbp-form .vfb-fieldType-checkbox > label {
    font-weight: normal;
}

.vfbp-form .vfb-fieldType-checkbox > div {
    display: inline;
}

.vfbp-form .vfb-fieldType-checkbox > div > .vfb-checkbox {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

.vfbp-form .vfb-fieldType-checkbox > div > .vfb-checkbox > label {
    display: inline;
}

.vfbp-form input.vfb-form-control,
.vfbp-form textarea.vfb-form-control {
    color: #A3792C;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0 ,0.1);
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
}

.vfbp-form input.vfb-form-control::-webkit-input-placeholder,
.vfbp-form textarea.vfb-form-control::-webkit-input-placeholder {
   color: #A3792C;
}

.vfbp-form input.vfb-form-control:-moz-placeholder,
.vfbp-form textarea.vfb-form-control:-moz-placeholder { /* Firefox 18- */
   color: #A3792C;  
}

.vfbp-form input.vfb-form-control::-moz-placeholder,
.vfbp-form textarea.vfb-form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #A3792C;  
}

.vfbp-form input.vfb-form-control:-ms-input-placeholder,
.vfbp-form textarea.vfb-form-control:-ms-input-placeholder {  
   color: #A3792C;  
}

.vfbp-form .btn-primary {
    background-color: #A3792C;
    border: none;
}
.vfbp-form .btn-primary:hover {
    background-color: #826023;
}

.vfbp-form .btn-primary[type="submit"] {
    max-width: 150px;
    border-radius: 50px;
    background: transparent;
    color: #c61089;
    border: 2px solid #c61089;
    float: none;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.vfbp-form .btn-primary[type="submit"]:hover {
    background: #c61089;
    color: #fff;
}

/*body .form11 .wdform-page-and-images {
    padding-left: 0 !important;
}

body .form11 .wdform_column.ui-sortable {
    width: 100%;
}

body .form11 .wdform-label-section {
    display: none;
}

body .form11 input[type="text"] {
    width: 100%;
    font-family: Arial;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0 ,0.1);
    border-radius: 4px;
    outline: none;
    padding: 10px !important;
    -webkit-appearance: none;
    vertical-align: middle;
    margin: 5px 0;
    color: #A3792C;
    font-size: 16px !important;
    height: 41px;
}

body .form11 .wdform_section {
    width: 100% !important;
}

body .form11 .wdform-field {
    width: 100% !important;
}*/

/*    Blockquotes
---------------------*/
body blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: inherit;
    font-style: italic;
    font-family: inherit;
    text-align: inherit;
}
body blockquote:before {
    content: none;
}


/*       Header
---------------------*/
body #site-banner-main {
    width: 84%;
}
body #masthead .site-branding {
    top: 3px;
}
body #masthead {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 30px;
    padding-top: 20px;
}
body #site-banner-left, body #site-banner-right {
    width: 100%;
    display: block;
}
body #site-navigation {
    vertical-align: bottom;
}
body #site-navigation .nav-menu {
    /*margin-left: 40px;*/
    margin-left: 0;
}
body .top-navigation ul li {
    margin: 0 10px;
}
body .top-navigation ul li a {
    font-weight: 500;
    /*letter-spacing: 0.25px;
    font-size: 1.25em;*/
    letter-spacing: 0px;
    font-size: 1.5em;
    padding: 0 4px;
}
body .top-navigation ul li a:hover {
    color: #c61089 !important;
}
body .ms-skin-default .ms-nav-next {
    background: url("/wp-content/themes/TESSERACT-child/images/right-arrow.png") no-repeat;
    opacity: 0.4;
}
body .ms-skin-default .ms-nav-next:hover, body .ms-skin-default .ms-nav-prev:hover {
    opacity: 0.8;
}
body .ms-skin-default .ms-nav-prev {
    background: url("/wp-content/themes/TESSERACT-child/images/left-arrow.png") no-repeat;
    opacity: 0.4;
}
body .site-branding h1 {
    font-size: 24px;
}
body #site-banner-right {
    line-height: 0;
    margin-bottom: -10px;
}
body #header-right-menu {
    margin-right: 25px;
}
body #header-right-menu li:last-child a {
    padding-right: 10px !important;
}
body #header-right-menu a {
    color: #a3792c;
    text-transform: uppercase;
    line-height: 0;
    font-size: 0.9em;
    font-weight: bold !important;
    padding: 0 20px !important;
}
body .header-social-icons {
    display: inline-block;
    position: relative;
    top: 3px;
}
body .header-social-icons a {
    color: #c61089;
    font-size: 1.72em;
    padding: 0 8px;
}
body .header-social-icons a:hover {
    color: #A3792C;
    text-decoration: none;
}
body .header-social-icons a:first-child {
    padding-left: 0;
}
body .top-navigation > ul > li:hover > ul,
body .top-navigation > ul > li:before:hover > ul {
    background: #fff;
    box-shadow: 0 8px 8px rgba(0,0,0,0.25);
    top: 22px;
    left: -10px;
    padding-top: 10px;
}
body .top-navigation > ul > li > ul {
    visibility: hidden;
}
body .top-navigation > ul > li:hover > ul {
    visibility: visible;
}
body .top-navigation > ul > li > ul,
body .top-navigation > ul > li:hover > ul {
    padding-top: 25px;
}
body .top-navigation > ul > li:hover:before {
    display: block;
}
body .top-navigation > ul > li:before {
    content: "~";
    display: none;
    position: absolute;
    height: 33px;
    width: 100%;
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #c61089;
    text-align: center;
    line-height: 24px;
    top: 22px;
    z-index: -1;
    font-weight: bold;
}
body #site-navigation .nav-menu .sub-menu a {
    padding: 10px 4px 0px 4px;
    font-size: 1.5em;
}
body .top-navigation ul ul li:first-child > a {
    padding-top: 8px;
}
body #site-navigation .nav-menu .sub-menu  li:last-child > a {
    padding-bottom: 18px;
}

/*   Header Shadow
---------------------*/
#mask {
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*    Breadcrumb
---------------------*/
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 20px;
}
.breadcrumb span {
    margin-top: 20px;
}
.breadcrumb a {
    color: #5c5e7e;
}
.breadcrumb a:hover span {
    text-decoration: underline;
}
.breadcrumb > span {
    margin-left: 8px;
    margin-right: 8px;
}
.breadcrumb > span:first-child {
    margin-left: 0;
}
.breadcrumb > span:last-child {
    margin-right: 0;
}


/*   Donate Button
---------------------*/
body .donate-box {
    width: 14%;
    display: table;
    float: right;
    position: relative;
    overflow:visible;
}
body .donate-box .donate-heart {
    background: url("/wp-content/themes/TESSERACT-child/images/donate-heart.png") no-repeat;
    position:absolute;
    height: 150px;
    width: 165px;
    top: -70px;
}

/*    Mailing List
---------------------*/
body .mailing-list-box {
    position: relative;
    height:0;
}
body .mailing-list-box .fl-row-content-wrap {
    position:relative;
    /* margin-top: -80px; */ 
}
body .mailing-list-box .fl-row-content-wrap:before {
    /*background: #c61089;
    background-position: right;*/
    height: 100px;
    overflow: visible;
    z-index: 1;
    width: 79.125%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    /*border-bottom: 8px solid rgba(54,54,54,0.3);*/
  -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
                
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
                
  -moz-background-clip: content;     /* Firefox 3.6 */
  -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
  background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

body .mailing-list-box .fl-row-content-wrap .fl-row-content {
    background: url("/wp-content/themes/TESSERACT-child/images/mailing-list-triangle.png") no-repeat;
    background-position: right;
    height: 100px;
    position: relative;
    z-index: 2;
}
body .mailing-list-box .fl-row-content-wrap .fl-row-content:before {
    background: #c61089;
    height: 100px;
    overflow: visible;
    z-index: 1;
    width: 1000%;
    content: "";
    display: block;
    position: absolute;
    right: 46px;
    border-bottom: 8px solid rgba(54,54,54,0.3);
  -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
                
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
                
  -moz-background-clip: content;     /* Firefox 3.6 */
  -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
  background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
body .mailing-list-box .mailing-list {
    z-index: 2;
    position: relative;
    height: 92px;
    display: table-cell;
    vertical-align: middle;
}
body .mailing-list-email input[type="email"]:focus {
    background: #fff;
}
body .mailing-list-title, body .mailing-list-email, body .mailing-list-submit {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
body .mailing-list-title {
    font-weight: 300;
    color: #fff;
    font-size: 1.8em;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
body .mailing-list-submit input {
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    min-width: 125px;
    font-weight: bold;
}
body .mailing-list-submit input:hover {
    background: #fff;
    color: #c61089;
    border: 2px solid #fff;
    font-weight:900;
}
body .mailing-list-email input {
    border-radius: 10px;
    border: 1px solid transparent;
    min-width: 250px;
    height: 43px;
    font-size: 13px;
    color: #a3792c;
}
body .mailing-list-email input::-webkit-input-placeholder {
    color: #a3792c;
}
body .mailing-list-email input:-moz-placeholder {
    color: #a3792c;
}
body .mailing-list-email input::-moz-placeholder {
    color: #a3792c;
}
body .mailing-list-email input:-ms-input-placeholder {
    color: #a3792c;
}
body .fl-module .fl-module-content a.button {
    background: transparent !important;
    color: #c61089 !important;
    border: 2px solid #c61089 !important;
    border-radius: 50px !important;
}
body .fl-module .fl-module-content a.button:hover {
    background-color: #c61089 !important;
    color: #fff !important;
    text-decoration: none;
}
body #colophon a:hover {
    color: #7c81bb;
}

/* Bottom Page Menu
---------------------*/
.bottom-page-menu-container {
    background: url("/wp-content/themes/TESSERACT-child/images/MPF_BackgroundTile.png") repeat;
    width: 100%;
    clear: both;
    margin: 0 auto;
}
.bottom-page-menu {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
}
.bottom-page-menu-container span {
    color: #363b74;
    font-weight: bold;
    line-height: 18px;
    font-size: 15px;
}
.bottom-page-menu-container .bottom-page-menu > div:first-child {
    width: 25%;
    float: left;
    display: inline-block;
}
.bottom-page-menu-container .bottom-page-menu > div:last-child {
    width: 75%;
    display: inline-block;
}
body .bottom-page-menu-container ul {
    margin-top: -11px;
}
.bottom-page-menu-container li {
    width: 50%;
    float:left;
    display:list-item;
    text-transform: uppercase;
    color: #363b74;
    font-size: 15px;
    margin-left: -25px;
    line-height: 40px;
}
.bottom-page-menu-container li a {
    padding-left: 20px;
    color: #363b74;
}
.bottom-page-menu-container li a:hover {
    text-decoration: underline;
}
.bottom-page-menu-container .bottom-page-menu > div {
    min-height: 200px;
}

@media all and (max-width: 768px) {
    .bottom-page-menu-container .bottom-page-menu > div:first-child {
        width: 100%;
        float: none;
        display: inline-block;
        min-height: 0;
        margin-bottom: 20px;
    }
    .bottom-page-menu-container .bottom-page-menu > div:last-child {
        width: 100%;
    }
    .a-foundation-in-care h1.page-title span {
        font-size: 100px !important;
    }
}
@media all and (max-width: 480px) {
    .bottom-page-menu-container li {
        float: none;
        width: 100%;
        margin-left: -20px;
    }
    .a-foundation-in-care h1.page-title span {
        font-size: 64px  !important;
    }
}


/*       Footer
---------------------*/
body #colophon {
    background: url("/wp-content/themes/TESSERACT-child/images/watermark-footer.png") no-repeat #363b74;
    background-position: bottom left;
}
body #horizontal-menu-wrap {
    width: 90%;
    padding-top: 40px;
}
body #horizontal-menu-wrap .fl-col {
    vertical-align: top;
}
body .footer-details-right img {
    width: 193px;
    height: auto;
}
body .footer-menu-title {
    text-transform: uppercase;
    font-size: 1.2em;
}
body .site-footer .menu-item {
    margin: 5px 0;
}
body #horizontal-menu-wrap .footer-details-left {
    display: block; 
    width: 50%;
    float: left;
    padding-top: 30px;
    margin-bottom: 0;
}
body #horizontal-menu-wrap .footer-details-right {
    display: block;
    width: 25%;
    float: right;
    text-align: left;
    margin-bottom: 15px;
}
body .site-footer span {
    margin: 0 2px;
}
body #horizontal-menu-wrap .footer-details {
    display: table;
    width:100%;
}
body .footer-details-left span {
    color: #7c81bb;
    text-transform: uppercase;
    font-size: 0.95em;
}
body .footer-contact-us .textwidget {
    margin-top: 1em;
}

body .footer-contact-us .textwidget p {
    white-space: normal;
}

@media all and (min-width: 481px) {
    body .footer-details-left div {
        display: inline-block;
    }
    body .footer-details-left div:last-child span.bold {
        margin-left: 20px;
    }
}
@media all and (max-width: 480px) {
    body .footer-details-left div {
        display: block;
    }
    body .footer-details-left div:last-child span.bold {
        margin-left: 0;
    }
}

/* Footer Mailing List
---------------------*/
body .mailing-list-footer {
    margin-top: 80px;
}
body .mailing-list-footer .fl-row-content-wrap {
    padding: 0;
}
body .mailing-list-footer .fl-module-content {
    margin: 0;
}
body .mailing-list-footer + #colophon #footer-banner {
    padding-top: 20px;
}
.fl-builder-edit .mailing-list-footer {
    display: none;
}

/*       Home
---------------------*/
body .master-slider .ms-nav-next, body .master-slider .ms-nav-prev {
    bottom: 25%;
    top: auto;
}
body .home-widgets .fl-rich-text p {
    line-height: 1.1em;
    font-size: 16px;
}
body .home-widgets .fl-photo-content img {
    height: 100% !important;
    max-height: 315px; /* commented out before */
}

@media all and (min-width: 980px) {
    body .home-widgets .fl-col .fl-col-content {
        width: 80%;
        margin: 0 auto;
        border-top: 2px solid;
        border-bottom: 2px solid;
        border-color: #9f7930;
        height: 325px; /* commented out before */
        overflow: hidden;
    }
}

/*   Home Carousel
---------------------*/
body .our-supporters .widgettitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    color: #363b74;
}
body .amazingcarousel-image > div > a, body .amazingcarousel-title {
    display: none !important;
}


/*  Facebook Widget
---------------------*/
body #cff.cff-fixed-height {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
body .cff-likebox {
    margin-top: 0;
}
#cff h3, #cff h4, #cff h5, #cff h6, #cff p {
    font-size: 13px;
}
#cff .cff-item {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
}

/*  Sizing and Responsive 
--------------------------*/
body #site-banner, body .fl-row-fixed-width {
    max-width: 1200px;
}
body #horizontal-menu-wrap {
    width: 1200px;
}
@media all and (max-width:1700px) {
    body #colophon {
        background: #363b74;
    }
}
@media all and (max-width: 1300px) {
    body .top-navigation ul li a {
        font-size: 1.25em;
    }
}
@media all and (max-width: 1215px) {
    body .top-navigation ul li a {

    }
}

/* Container Size is 1200px */
@media all and (max-width: 1200px) {

    /* Footer */
    body #horizontal-menu-wrap {
        width: 100%;
    }
    #footer-banner #horizontal-menu-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer-banner #horizontal-menu-wrap .fl-col {
        width: 50% !important;
        float: left;
        display: block;
    }
    #footer-banner #horizontal-menu-wrap .fl-col:nth-child(2n+3) {
        clear:both;
    }
    body #horizontal-menu-wrap .footer-details {
        padding-top: 30px;
    }

    /* Mailing List Signup */
    body .mailing-list-box {
        margin-bottom: -20px;
        height:auto;
    }
    body .mailing-list-box .fl-row-content-wrap:before,
    body .mailing-list-box .fl-row-content-wrap .fl-row-content {
        height: auto;
    }
    body .mailing-list-box .fl-row-content-wrap .fl-row-content {
        background:none;
    }
    body .mailing-list-box .fl-row-content-wrap .fl-row-content:before {
        right: 0;
        height: 100%;
    }
    body .mailing-list-box .mailing-list {
        height: auto;
        padding: 5px 20px 30px 20px;
        display: block;
        width: 100%;
    }
    body .mailing-list-box .mailing-list {
        text-align: center;
    }
    body .mailing-list-title {
        display: block;
        margin: 5px auto;
        text-align: center;
    }
    body .mailing-list-submit {
        margin-right: 0;
    }

    /* Our Supporters Carousel */
    .our-supporters {
        margin: 0 20px;
    }
}

body .ms-parent-id-3 {
    display: none;
}
body .ms-parent-id-2 {
    display: initial;
}

@media all and (max-width: 768px) {

    /* Home */
    #cff {
        max-width: 335px;
        margin: 0 auto;
        float: none;
    }
    body .home-widgets .fl-col .fl-col-content {
        border-top: 2px solid;
        border-bottom: 2px solid;
        border-color: #9f7930;
        margin-bottom: 50px !important;
    }
    body .home-widgets .fl-col:last-child .fl-col-content {
        margin-bottom: 0px;
    }
    body .home-widgets .fl-row-content-wrap {
        padding-bottom: 50px;
    }
    body .ms-parent-id-3 {
        display: initial;
    }
    body .ms-parent-id-2 {
        display: none;
    }

    /* Mailing List Signup */
    body .mailing-list-box {
        margin-bottom: -10px;
    }
    body .mailing-list-title, body .mailing-list-email, body .mailing-list-submit,
    body .mailing-list-box .mailing-list {
        margin-bottom: 15px;
        margin-right: 0;
    }

    /* Footer */
    #footer-banner #horizontal-menu-wrap .fl-col {
        clear: none;
    }
    body #horizontal-menu-wrap .footer-details-left {
        padding-top: 15px;
    }

    /* Responsive Menu */
    body #masthead {
        padding-bottom: 20px;
    }
    body .sidr {
        background-color: #363b74;
    }
    body .sidr-inner #sidr-id-menu-top-menu {
        display: none;
    }
    body #site-banner-right > * {
        display:block;
    }
    body #site-banner-main {
        width: 80%;
    }
    body .sidr ul li a {
        font-size: 1.1em;
    }
    body .sidr-background {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    body .donate-box {
        width: 30%;
    }
    body .donate-box .donate-heart {
        top: -120px;
    }
    body #mobile-menu-trigger-wrap {
        top: 10px;
        left: -10px;
        margin-top: -20px;
    }

    body #site-banner-right {
        position: relative;
        margin-bottom: 0;
        margin-top: 10px;
    }
    body #site-banner-right > * {
        text-align: center;
    }
    body #site-banner-right #header-right-menu {
        margin: 0;
    }
    body #header-right-menu a {
        padding: 0 !important;
    }
}

@media all and (max-width: 480px) {

    /* Home */
    .home.page #main .fl-col {
        margin-left: 20px;
        margin-right: 20px;
    }

    /* Responsive Menu */
    body #masthead {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    body #site-banner-main {
        width: 100%;
        padding-bottom: 0;
    }
    body .donate-box {
        width: 100%;
        display: block;
        position: relative;
        top: auto;
        left: auto;
    }
    body .donate-box .donate-heart {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        display: block;
        position: relative;
        margin-top: 10px;
    }
    body #mobile-menu-trigger-wrap {
        top: 20px;
        left: -10px;
        margin-top: -20px;
    }

    body #site-banner-right {
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    body #site-banner-right > * {
        text-align: center;
    }
    body #site-banner-right #header-right-menu {
        margin: 0;
    }
    body #header-right-menu a {
        padding: 0 !important;
    }

    /* Footer */
    #footer-banner #horizontal-menu-wrap .fl-col {
        width: 100% !important;
        float: none;
        text-align: center;
    }
    body #horizontal-menu-wrap .footer-details-right,
    body #horizontal-menu-wrap .footer-details-left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    body #horizontal-menu-wrap .footer-details-left {
        padding-top: 0;
    }
}

/* Hide Menu Plugin
---------------------*/
.bottom-page-menu-container .menu-item.hide_this_item {
    display: none !important;
}
.top-navigation .menu-item.hide_this_item {
    display: inline-block !important;
}
.site-footer .menu-item.hide_this_item {
    display: block !important;
}

body #site-navigation .nav-menu .sub-menu li:last-child > a {
    padding-bottom: 40px;
}
body #site-navigation .nav-menu .sub-menu a {
    width: 100%;
    padding: 10px 15px 12px 15px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25em;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.75);
}
body #site-navigation .nav-menu .sub-menu li:first-child > a {
    padding-top: 15px;
}
body #site-navigation .nav-menu .sub-menu a:hover {
    color: #c61089;
    font-weight: 900;
}
.top-navigation ul ul li {
    margin: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    body .top-navigation ul li {
        margin: 0 9px;
    }
    body .top-navigation ul li a {
        padding: 0;
    }
    body .top-navigation > ul > li > ul, body .top-navigation > ul > li:hover > ul {
        padding-top: 24px;
    }
}
@media only screen and (max-width: 480px) {
    .top-navigation ul li, #header-right-menu ul li {
        margin: 0 5px;
    }
}
@media only screen and (min-width: 1025px) {
    body .top-navigation > ul > li > ul, body .top-navigation > ul > li:hover > ul {
        width: 200px;
        left: calc(50% - 100px);
    }
}
@media only screen and (min-width: 769px) {
    body .top-navigation > ul > li > ul, body .top-navigation > ul > li:hover > ul {
        left: calc(50% - 100px);
        width: 200px;
    }
}
.top-navigation .sub-menu .menu-item.hide_this_item {
    display: block !important;
}
#header-right-menu ul li {
    display: inline-block !important;
}

.fl-module.fl-module-rich-text .fl-rich-text h2,
.fl-module.fl-module-rich-text .fl-rich-text h3 {
    color: #A3792C !important;
    font-size: 16px !important;
}

.fl-module.fl-module-rich-text .fl-rich-text h2 {
    text-transform: uppercase !important;
}

/*.fl-module.fl-module-rich-text.H2 > .fl-module-content.fl-node-content,
.fl-module.fl-module-rich-text.H3 > .fl-module-content.fl-node-content {
    margin-bottom: 0 !important;
}*/


/* 2017 edits - Matt */ 

.header-social-icons .fa-pinterest-square,
.header-social-icons .fa-vimeo-square {
  display: none;
}

.hidetemp {
  display: none !important;
}

/* newsletter popup copy styling changes */

.snp-pop-2379 .snp-newtheme8 .snp-newsletter-content h3 {
   /* font-size: 20px !important;   */
    font-weight: bold !important;
   /* color: #c61089 !important;  */
}

.purple-heading {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #34365f;
	text-transform: none;
}

.full-size-image .fl-photo-content,
.full-size-image .fl-photo-content img {
	width: 100% !important;
}