/*
  Theme Name: Peer Health
  Author: Click5
  Description: Peer Health Exchange theme
  Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

ul {
	list-style: none;
}

body {
	margin: 0;
	padding: 0;
	color: #727272;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
    background-color: #fff;
}

p,
p a {
	font-size: 20px;
	line-height: 27px;
  font-weight: 300;
}

strong, b {
    font-weight: 700;
}

a {
    color: #727272;
}

a,
a:before,
a:after {
	-webkit-transition: .4s ease;
			transition: .4s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

/* Forms */

form {
	margin: 0 0 0 0px;
	padding: 0;
}

form > p {
	float: right;
/*    width: 100%;*/
	margin: 0;
	padding: 0;
}

form > div {
    float: left;
    width: 100%;
}

::-webkit-input-placeholder {
	color: #707070;
	opacity: 1;
}

::-moz-placeholder {
	color: #707070;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #707070;
	opacity: 1;
}

:-moz-placeholder {
	color: #707070;
	opacity: 1;
}

input {
    float: left;
    width: 100%;
    height: 44px;
    line-height: 42px;
    margin: 0 0 12px;
    padding: 0 20px;
    color: #707070;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border: solid 1px #cecece;
    background-color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

input.half {
    width: calc(50% - 2px);
    margin-right: 4px;
}

input.half.last {
    margin-right: 0;
}

textarea {
    float: left;
    width: 100%;
    height: 140px;
    line-height: 16px;
    margin: 0 0 12px;
    padding: 12px 20px;
    color: #707070;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border: solid 1px #cecece;
    background-color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: .4s ease;
            transition: .4s ease;
    resize: none;
}

input:focus,
textarea:focus {
    border-color: #0b97df;
}

input[type=submit] {
    float: right;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    background-color: #0b97df;
}

input[type=submit]:hover,
input[type=submit]:focus {
	background-color: #f8763b;
}

input.error,
input.wpcf7-not-valid {
    border: 1px solid #ec2b2b;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0 0 8px !important;
    padding: 10px 20px 9px !important;
    color: #676767;
	font-size: 15px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div.wpcf7 img.ajax-loader {
    display: none !important;
}

.wrap {
	position: relative;
	z-index: 10;
	width: 1180px;
	margin: 0 auto;
}

.wrap:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.owl-stage-outer {
	overflow: hidden;
}

.owl-item {
	float: left;
}

.btn {
	
}

#wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
}

#widget-above-content,
#header,
#home-hero,
#hero,
#about,
#result,
#partnership,
#stories,
#job,
#blog,
#location,
#location-list,
#join,
#footer,
#main {
    position: relative;
    float: left;
    width: 100%;
}

/* Header */

#header {
    position: relative;
    z-index: 200;
    border-bottom: solid 1px #e2e2e2;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.04);
       -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.04);
            box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.04);
}

.home #header {
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

#header .logo {
    float: left;
    margin: 29px 0 0;
}

#header .top {
    float: right;
    width: calc(100% - 250px);
}

#header .row {
    float: left;
    width: 100%;
}

#header .menu-row ul {
    float: right;
    margin: 15px 0;
}

#header .menu-row ul li {
    float: left;
}

#header .menu-row ul li + li {
    margin: 0 0 0 16px;
}

#header .menu-row ul li a {
    display: inline-block;
    line-height: 14px;
    color: #858585;
    font-size: 14px;
    letter-spacing: -1px;
    text-decoration: none;
}

#header .menu-row ul li.current-menu-item a,
#header .menu-row ul li a:hover {
    color: #0b97df;
}

#header ul.social {
    float: right;
    padding: 0 16px 0 31px;
    border-top: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
}

#header ul.social li {
    float: left;
    height: 88px;
    padding: 34px 0 39px;
}

#header ul.social li + li {
    margin: 0 0 0 20px;
}

#header ul.social li a {
    display: inline-block;
    color: #0b97df;
    font-size: 15px;
}

/* Nav */

#menu {
    float: right;
    height: 88px;
    border-top: solid 1px #e2e2e2;
}

#menu > ul {
    position: relative;
    top: 50%;
    float: left;
    padding: 0 33px 0 19px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#menu > ul > li {
    position: relative;
	float: left;
}

#menu > ul > li + li {
    margin: 0 0 0 26px;
}

#menu > ul > li:last-child {
    margin: 0 0 0 22px;
}

#menu > ul > li > a {
    display: inline-block;
    position: relative;
    height: 31px;
    line-height: 30px;
    color: #484848;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -1px;
}

#menu > ul > li:last-child > a {
    padding: 0 26px;
    color: #fff;
    background-color: #f8763b;
    -webkit-border-radius: 14px;
            border-radius: 14px;
}

#menu > ul > li.current-menu-item:last-child > a,
#menu > ul > li:last-child > a:hover {
    color: #fff;
    background-color: #0b97df;
}

#menu > ul > li.current-menu-item > a,
#menu > ul > li.current-page-ancestor > a,
#menu > ul > li a:hover {
	color: #0b97df;
}

#menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 192px;
    padding: 35px 20px 22px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#menu > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

#menu > ul > li.menu-item-has-children:hover > a {
    color: #0b97df;
}

#menu .sub-menu li {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

#menu .sub-menu li:last-child {
    margin: 0;
}

#menu .sub-menu li a {
    line-height: 19px;
    color: #404040;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

#menu .sub-menu li a:hover,
#menu .sub-menu li.current-menu-item a {
    color: #0b97df;
}

/* Mobile Nav */

#select-nav {
	display: none;
}

/* Home */

#home-hero {
    position: relative;
    height: 684px;
    z-index: 0;
}

#home-hero .tp-caption.black {
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    white-space: normal !important;
}

#home-hero .rev_slider_wrapper {
    position: absolute !important;
    height: 684px !important;
}

#home-hero .rev_slider {
    height: 684px !important;
}

#home-hero .tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: transparent;
    width: 24px;
    height: 6px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 1px;
    border: solid 1px rgba(255, 255, 255, 0.7);
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#home-hero .tp-bullets.simplebullets.round .bullet.last {
    margin-right: 1px;
}

#home-hero .tp-bullets.simplebullets.round .bullet:hover,
#home-hero .tp-bullets.simplebullets.round .bullet.selected {
    border-color: #fff;
    background-color: #fff;
}

#home-hero .donate-link {
    position: absolute;
    z-index: 110;
    right: 0;
    bottom: 0;
    width: 194px;
    height: 194px;
}

#home-hero .donate-link:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
	height: 0;
	border-bottom: 194px solid #f8763b;
	border-left: 194px solid transparent;
}

#home-hero .donate-link a {
    position: absolute;
    z-index: 20; 
    right: 36px;
    bottom: 26px;
    padding: 27px 0 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
}

#home-hero .donate-link a i {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

#home-hero .wrap {
    z-index: 100;
    height: 684px;
    margin: 0 auto !important;
}

#home-hero .inner {
    position: absolute;
    bottom: 134px;
    width: 100%;
    color: #fff;
}

#home-hero h1 {
    position: relative;
    float: left;
    width: 340px;
    line-height: 55px !important;
    padding: 28px 35px 26px 0;
    font-size: 65px !important;
    font-weight: 700;
    text-align: right;
    letter-spacing: -3px;
}

#home-hero h1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
}

#home-hero p {
    position: absolute;
    top: calc(50% + 5px);
    left: 340px;
    right: 0;
    line-height: 38px;
    padding: 0 0 0 34px;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: -2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#about {
    padding: 73px 0;
}

#about .text,
#about .video {
    float: left;
    width: 50%;
}

#about .text {
    padding: 38px 46px 19px 0;
}

#about .text h2 {
    line-height: 38px;
    margin: 0 0 26px;
    color: #0b97df;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -3px;
}

#about .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#about .video a {
    position: absolute;
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .video a i {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 54px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#about p {
    line-height: 30px;
    margin: 0 0 26px;
    color: #737373;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
}

#about a.btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 22px 0 25px;
    color: #0b97df;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #0b97df;
    -webkit-border-radius: 19px;
            border-radius: 19px;
}

#about a.btn:hover {
    color: #fff;
    background-color: #0b97df;
}

#about a.btn i {
    margin: 0 0 0 40px;
    font-size: 13px;
}

#result {
    padding: 30px 0 35px;
}

#result h2 {
    line-height: 32px;
    margin: 0 0 35px;
    color: #0b97df;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -2px;
}

#result ul.list {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 0 0 33px;
    padding: 0;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}

#result ul.list > li {
    position: relative;
    float: left;
    width: 33.33333333%;
    border-left: solid 1px #e6e6e6;
}

#result ul.list > li .icon {
    position: absolute;
    top: 144px;
    right: 240px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

#result ul.list > li:last-child {
    border-right: solid 1px #e6e6e6;
}

#result ul.list > li .sublist {
    float: left;
    width: 100%;
    padding: 116px 15px 37px 155px; 
}

#result ul.list > li .sublist h4 {
    line-height: 25px;
    margin: 0 0 22px;
    color: #f8753b;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}

#result ul.list > li .sublist ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#result ul.list > li .sublist ul li {
    position: relative;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0 0 0 18px;
    color: #272727;
    font-size: 15px;
}

#result ul.list > li .sublist ul li:before {
    content: '\f0da';
    position: absolute;
    top: 0;
    left: 0;
    color: #0b97df;
    font-size: 10px;
    font-family: 'FontAwesome';
}

#result ul.list > li .sublist ul li:last-child {
    margin: 0;
}

#result ul.buttons {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#result ul.buttons li {
    float: none;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
}

#result ul.buttons li a {
    display: inline-block;
    width: 235px;
    height: 40px;
    line-height: 38px;
    color: #f26623;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #f26623;
    -webkit-border-radius: 19px;
            border-radius: 19px;
}

#result ul.buttons li:first-child a {
    padding: 0 20px 0 27px;
}

#result ul.buttons li:first-child a:hover {
    color: #fff;
    background-color: #f26623;
}

#result ul.buttons li:last-child a {
    padding: 0 24px 0 34px;
    color: #fff;
    background-color: #f26623;
}

#result ul.buttons li:last-child a:hover {
    border-color: #0b97df;
    background-color: #0b97df;
}

#result ul.buttons li a i {
    position: relative;
    top: calc(50% - 1px);
    float: right;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#partnership {
    position: relative;
    padding: 66px 0 60px;
    color: #fff;
    background-color: #0b97df;
}

#partnership .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: url(images/partnership-image.jpg) center center no-repeat;
    background-size: cover;
}

#partnership .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

#partnership .title p {
    line-height: 22px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#partnership .title h2 {
    line-height: 60px;
    margin: 0 0 26px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
}

#partnership .title a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 24px 0 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #fff;
    -webkit-border-radius: 19px;
            border-radius: 19px;
}

#partnership .title a i {
    margin: 0 0 0 36px;
    font-size: 14px;
}

#partnership .title a:hover {
    color: #0b97df;
    background-color: #fff;
}

#partnership .text {
    float: right;
    width: 50%;
    min-height: 100px;
    padding: 0 0 0 54px;
}

#partnership .text p {
    line-height: 33px;
    margin: 0 0 54px;
    font-size: 22px;
}

#partnership .text p a {
    color: #fff;
}

#partnership .text p a:hover {
    text-decoration: none;
}

#partnership .text ul {
    float: left;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.25);
}

#partnership .text ul li {
    float: left;
    width: 100%;
    height: 77px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

#partnership .text ul li .number,
#partnership .text ul li p {
    position: relative;
    top: 50%;
    float: left;
    width: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#partnership .text ul li .number {
    padding: 0 15px 0 0;
    line-height: 45px;
    font-size: 45px;
    font-weight: 600;
    text-align: right;
    letter-spacing: -2px;
}

#partnership .text ul li p {
    line-height: 21px;
    padding: 0 0 0 15px;
    font-size: 15px;
}

#stories {
    padding: 70px 0 15px;
    background-color: #f5f8f9;
}

#stories .title p {
    line-height: 22px;
    margin: 0 0 4px;
    color: #212121;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#stories .title h2 {
    line-height: 42px;
    margin: 0 0 18px;
    color: #0b97df;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -2px;
}

#stories ul {
    float: left;
    width: 100%;
}

#stories ul li {
    float: left;
    width: calc(33.33333333% - 32px);
    margin: 0 47px 47px 0;
}

#stories ul li:last-child {
    margin: 0;
}

#stories ul li a {
    position: relative;
    display: block;
    height: 278px;
    margin: 0 0 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#stories ul li a i {
    position: absolute;
    z-index: 10;
/*    top: calc(50% - 20px);*/
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 36px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/*
#stories ul li a span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 19px;
    background: url(images/stories-bottom-bg.png) center bottom no-repeat;
    background-size: cover;
}
*/

#stories ul li p {
    line-height: 23px;
    color: #404040;
    font-size: 14px;
}

#stories ul li p strong {
    line-height: 18px;
    color: #2e2e2e;
    font-size: 18px;
    font-family: 'Open Sans';
    letter-spacing: -1px;
}

#job {
    padding: 87px 0 45px;
    color: #fff;
    background-color: #678cac;
}

#job .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(images/job-bg-image.jpg) center center no-repeat;
    background-size: cover;
}

#job .text {
    float: left;
    width: 50%;
    padding: 0 50px 0 0;
}

#job .text p {
    line-height: 22px;
    margin: 0 0 4px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#job .text h2 {
    line-height: 50px;
    margin: 0 0 22px;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -2px;
}

#job .text a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 24px 0 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #fff;
    -webkit-border-radius: 19px;
            border-radius: 19px;
}

#job .text a i {
    margin: 0 0 0 105px;
    font-size: 14px;
}

#job .text a:hover {
    color: #0b97df;
    background-color: #fff;
}

#blog {
    padding: 75px 0 56px;
}

#blog .title {
    margin: 0 0 21px;
    border-bottom: solid 1px #dcdcdc;
}

#blog .title p {
    line-height: 17px;
    margin: 0 0 4px;
    color: #212121;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#blog .title h2 {
    line-height: 44px;
    margin: 0 0 18px;
    color: #f26623;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
}

#blog ul {
    float: left;
    width: 100%;
}

#blog ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(25% - 12px);
    height: 291px;
    margin: 0 18px 12px 0;
}

#blog ul li:nth-child(2n + 3) {
    margin: 0 0 12px;
}

#blog ul li:first-child {
    width: calc(50% - 12px);
    height: 594px;
}

#blog ul li:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border: solid 1px #e3e3e3;
}

#blog ul li .image {
    position: relative;
    float: left;
    width: 100%;
    height: 203px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#blog ul li .image div {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 115px;
    height: 28px;
    color: #fff;
}

#blog ul li .image div.twitter {
    background-color: #0b97df;
}

#blog ul li .image div.instagram {
    background-color: #8852a0;
}

#blog ul li .image div.rss {
    background-color: #f26623;
}
#blog ul li .image div.facebook {
    background-color: #3b5998;
}

#blog ul li .image div span,
#blog ul li .image div p {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#blog ul li .image div span {
    display: inline-block;
    width: 38px;
    font-size: 14px;
    text-align: center;
}

#blog ul li .image div span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#blog ul li .image div p {
    width: calc(100% - 38px);
    padding: 0 0 0 12px;
    font-size: 11px;
    font-weight: 700;
}

#blog ul li:first-child .image {
    height: 506px;
}

#blog ul li h3 {
    float: left;
    width: 100%;
    line-height: 16px;
    padding: 15px 18px 0;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
}

#blog ul li:first-child h3 {
    line-height: 22px;
    padding: 18px 26px 0;
    font-size: 20px;
}

#blog ul li .icon-item {
    position: absolute;
    z-index: 20px;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
}

#blog ul li:first-child .icon-item {
    width: 44px;
    height: 44px;
}

#blog ul li .icon-item:after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 33px solid #f8763b;
    border-left: 33px solid transparent;
}

#blog ul li:first-child .icon-item:after {
    border-bottom: 44px solid #f8763b;
    border-left: 44px solid transparent;
}

#blog ul li .icon-item i {
    position: absolute;
    z-index: 1;
    right: 6px;
    bottom: 4px;
    color: #fff;
    font-size: 10px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#blog ul li:first-child .icon-item i {
    right: 8px;
    bottom: 6px;
    font-size: 14px;
}

#blog ul li a{
    text-decoration: none
}

#blog ul li p.content-2{
    display: block;
    clear: both;
    transform: translateY(20px);
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 18px;
    padding: 20px 0; 
}

#blog ul li .twitter-header{
    padding: 40px 0 10px;
    margin: 10px 18px;
    border-bottom: 1px solid #e3e3e3;
}

#blog ul li .twitter-header img{
    float: left;
}

#blog ul li .twitter-header h4{
    font-size: 14px;
    font-weight: 500;
    color: #1e1e25;
    line-height: 20px;
    padding: 20px 0;
}
#blog ul li .twitter-header h4 span{
    font-weight: 300;
    color: #887272;
}

#location {
    padding: 42px 0 32px;
}

#location p {
    line-height: 17px;
    color: #212121;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#location h2 {
    line-height: 38px;
    color: #0b97df;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -2px;
}

#location-list {
    padding: 44px 0 47px;
    background-color: #e0ecf3;
}

#location-list .text {
    float: left;
    width: 469px;
}

#location-list .text p {
    line-height: 24px;
    margin: 0 0 31px;
    color: #1e1e1e;
    font-size: 17px;
}

#location-list .text p a {
    color: #1e1e1e;
    font-size: 17px;
}

#location-list .text p a:hover {
    text-decoration: none;
}

#location-list .text ul {
    float: left;
    width: 100%;
    padding: 0 0 0 18px;
}

#location-list .text ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 12px;
    padding: 0 0 0 18px;
}

#location-list .text ul li:last-child {
    margin: 0;
}

#location-list .text ul li:before {
    content: '\f0da';
    position: absolute;
    top: 6px;
    left: 0;
    color: #0b97df;
    font-size: 8px;
    font-family: FontAwesome;    
}

#location-list .text ul li a {
    display: inline-block;
    line-height: 17px;
    color: #1e1e1e;
    font-size: 17px;
    text-decoration: none;
}

#location-list .text ul li a:hover {
    color: #0b97df
}

#location-list .image {
    position: absolute;
    right: -20px;
    top: -35px;
}

#location-list .image a {
    position: absolute;
    z-index: 10;
}

#location-list .image a.boston {
    top: 60px;
    right: 17px;
    width: 40px;
    height: 40px;
}

#location-list .image a.chicago {
    top: 112px;
    right: 214px;
    width: 45px;
    height: 45px;
}

#location-list .image a.los-angeles {
    top: 207px;
    left: 23px;
    width: 54px;
    height: 54px;
}

#location-list .image a.new-york {
    top: 103px;
    right: 30px;
    width: 55px;
    height: 55px;
}

#location-list .image a.bay-area {
    top: 150px;
    left: 0;
    width: 50px;
    height: 50px;
}

#location-list .image img {
    width: 100%;
    height: auto;
}

#join {
    padding: 41px 0 44px;
    color: #fff;
    background-color: #0b97df;
}

#join p {
    float: left;
    line-height: 35px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -2px;
}

#join ul {
    float: right;
}

#join ul li {
    float: left;
}

#join ul li + li {
    margin: 0 0 0 6px;
}

#join ul li a.btn-join {
    display: inline-block;
    width: 234px;
    height: 38px;
    line-height: 36px;
    padding: 0 14px 0 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #fff;
    -webkit-border-radius: 17px;
            border-radius: 17px;
}

#join ul li a.btn-join:hover {
    color: #0b97df;
    background-color: #fff;
}

#join ul li a.btn-join i {
    float: right;
    line-height: 36px;
    font-size: 10px;
}

#join ul li a.btn-donate {
    display: inline-block;
    width: 232px;
    height: 38px;
    line-height: 36px;
    padding: 0 22px 0 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #f26623;
    background-color: #f26623;
    -webkit-border-radius: 17px;
            border-radius: 17px;
}

#join ul li a.btn-donate:hover {
    color: #f26623;
    border-color: #fff;
    background-color: #fff;
}

#join ul li a.btn-donate i {
    float: right;
    line-height: 36px;
    font-size: 10px;
}

/* Pages */

#title,
#about-text,
#about-video,
#about-history,
#about-core,
#about-list,
#page-job,
#mail-line,
#sites-welcome,
#sites-text,
#sites-numbers,
#sites-links {
    position: relative;
    float: left;
    width: 100%;
}

#title {
    z-index: 100;
    padding: 65px 0 21px;
}

#title h1 {
    float: left;
    line-height: 46px;
    color: #0b97df;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: -3px;
}

#title .select {
    position: relative;
    float: right;
}

#title .select button {
    height: 40px;
    line-height: 38px;
    padding: 0 22px 0 24px;
    color: #979898;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -1px;
    cursor: pointer;
    border: solid 1px #c5c5c5;
    -webkit-border-radius: 18px;
            border-radius: 18px;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#title .select button.open {
    border-bottom: 0;
    border-color: #0b97df;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
            border-top-left-radius: 18px;
            border-top-right-radius: 18px;
}

#title .select button:hover {
    border-color: #0b97df;
}

#title .select button i {
    position: relative;
    top: -1px;
    margin: 0 0 0 70px;
    color: #0b97df;
    font-size: 10px;
}

#title .select ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 6px 22px 20px 24px;
    border: solid 1px #0b97df;
    border-top: 0;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
            border-bottom-left-radius: 18px;
            border-bottom-right-radius: 18px;
}

#title .select ul li a {
    display: inline-block;
    color: #979898;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -1px;
    text-decoration: none;
}

#title .select ul li a:hover {
    color: #0b97df;
}

#about-text {
    padding: 44px 0 50px;
    border-bottom: solid 3px #fff;
    background-color: #f4f6fa;
}

#about-text .col {
    float: left;
    width: calc(50% - 46px);
    margin: 0 92px 0 0;
}

#about-text .col.last {
    margin: 0;
}

#about-text h3 {
    line-height: 28px;
    margin: 0 0 28px;
    color: #f8763b;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

#about-text p {
    line-height: 27px;
    color: #474747;
    font-size: 16px;
    text-align: justify;
}

#about-text p a {
  color: #0b97df;
  font-size: 16px;
  text-decoration: none;
}

#about-text strong a {
  font-weight: 700;
}

#about-text p a:hover {
  color: #f8763b;
}

#about-video > a {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/about-video-poster.jpg) center center no-repeat;
    background-size: cover;
}

#about-video > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#about-video .wrap {
    z-index: 2;
    padding: 238px 0 34px;
    pointer-events: none;
}

#about-video .inner {
    float: left;
    max-width: 450px;
}

#about-video h2,
#about-video p {
    color: #fff;
}

#about-video h2 {
    position: relative;
    line-height: 45px;
    margin: 0 0 12px;
    padding: 0 0 18px;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
}

#about-video h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

#about-video p {
    line-height: 29px;
    font-size: 20px;
    letter-spacing: -1px;
}

#about-history {
    padding: 58px 0 20px;
}

#about-history h2 {
    line-height: 28px;
    margin: 0 0 19px;
    padding: 0 0 18px;
    color: #f8763b;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
    border-bottom: solid 1px #e1e1e1;
}

#about-history .col {
    float: left;
    width: calc(50% - 45px);
    margin: 0 90px 0 0;
}

#about-history .col.last {
    margin: 0;
}

#about-history h3 {
    line-height: 28px;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#about-history p {
    line-height: 27px;
    margin: 0 0 22px;
    color: #474747;
    font-size: 16px;
    text-align: justify;
}


#about-history p a {
  color: #0b97df;
  font-size: 16px;
  text-decoration: none;
}

#about-history strong a {
  font-weight: 700;
}

#about-history p a:hover {
  color: #f8763b;
}



#about-core {
    color: #fff;
    background-color: #0b97df;
}

#about-core .bg-image {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: url(images/about-core-image.jpg) center center no-repeat;
    background-size: cover;
}

#about-core .wrap {
    z-index: 2;
}

#about-core .inner {
    float: right;
    width: 50%;
    padding: 80px 0 78px 54px;
}

#about-core .title p {
    line-height: 17px;
    font-size: 17px;
    text-transform: uppercase;
}

#about-core .title h2 {
    line-height: 55px;
    margin: 0 0 26px;
    padding: 0 0 22px;
    font-size: 55px;
    letter-spacing: -2px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#about-core p {
    line-height: 26px;
    font-size: 19px;
}

#about-list {
    padding: 67px 0 59px;
    background-color: #f4f6fa;
}

#about-list ul {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

#about-list ul li {
    float: left;
    width: calc(33.33333333% - 10px);
    margin: 0 15px 15px 0;
    padding: 40px 38px 34px 37px;
    background-color: #fff;
}

#about-list ul li:nth-child(3n + 3) {
    margin: 0 0 15px;
}

#about-list ul li:last-child {
    width: calc(66.66666666% - 5px);
    margin: 0 0 15px;
}

#about-list ul li .icon {
    display: block;
    height: 80px;
    margin: 0 0 22px;
}

#about-list ul li:nth-child(4) .icon,
#about-list ul li:nth-child(5) .icon {
    height: 90px;
}

#about-list ul li h3 {
    line-height: 21px;
    margin: 0 0 22px;
    color: #1f1f1f;
    font-size: 21px;
    letter-spacing: -2px;
}

#about-list ul li p {
    line-height: 25px;
    color: #474747;
    font-size: 15px;
}

#about-list ul li:last-child p {
    float: left;
    width: calc(50% - 36px);
    margin: 0 72px 0 0;
}

#about-list ul li:last-child p:last-child {
    margin: 0;
}

#about-list p a {
  color: #0b97df;
  font-size: 15px;
  text-decoration: none;
}

#about-list strong a {
  font-weight: 700;
}

#about-list p a:hover {
  color: #f8763b;
}


#page-job .bg-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(images/page-job-image.jpg) center center no-repeat;
    background-size: cover;
}

#page-job .wrap {
    z-index: 2;
}

#page-job .inner {
    float: left;
    width: 50%;
    padding: 80px 50px 65px 0;
}

#page-job p {
    line-height: 22px;
    margin: 0;
    color: #0b97df;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#page-job h2 {
    line-height: 58px;
    margin: 0 0 18px;
    color: #415675;
    font-size: 58px;
    letter-spacing: -2px;
}

#page-job .btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 24px 0 25px;
    color: #415675;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #0b97df;
    -webkit-border-radius: 18px;
            border-radius: 18px;
}

#page-job .btn:hover {
    color: #fff;
    background-color: #0b97df;
}

#page-job .btn i {
    line-height: 38px;
    margin: 0 0 0 107px;
}

#blog-list,
#blog-nav,
#blog-list ul.list {
    float: left;
    width: 100%;
}

#blog-list {
    padding: 32px 0 23px;
    background-color: #f4f6fa;
}

#blog-list ul.list {
    display: flex;
    flex-wrap: wrap;
}

#blog-list ul.list > li {
    position: relative;
    float: left;
    width: calc(33.33333333% - 15px);
    margin: 0 22px 22px 0;
    background-color: #fff;
    border: solid 1px #e3e3e3;
}

#blog-list ul.list > li:nth-child(3n + 3) {
    margin: 0 0 22px;
}

#blog-list .thumb {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 0;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#blog-list .inner {
/*    position: relative;*/
    float: left;
    width: 100%;
    margin: 270px 0 0;
    padding: 28px 30px 28px 24px;   
}

#blog-list .inner.no-margin {
    margin: 0;
    padding-top: 40px;
}

#blog-list .inner .meta {
    display: inline-block;
    line-height: 12px;
    margin: 0 0 18px;
    color: #acacac;
    font-size: 11px;
}

#blog-list .inner h2 {
    line-height: 22px;
    margin: 0 0 16px;
    color: #1e1e1e;
    font-size: 20px;
    letter-spacing: -2px;
}

#blog-list .inner h2 a {
    color: #1e1e1e;
    font-size: 20px;
    text-decoration: none;
}

#blog-list .inner h2 a:hover {
    color: #0b97df;
}

#blog-list .inner p {
    line-height: 25px;
    color: #474747;
    font-size: 14px;
}

#blog-list ul.social {
    position: absolute;
    bottom: 30px;
    left: 24px;
}

#main ul.social {
    float: left;
    width: 100%;
}

#blog-list ul.social li,
#main ul.social li {
    float: left;
    margin: 0 2px 0 0;
}

#blog-list ul.social li a,
#main ul.social li a {
    display: inline-block;
    line-height: 1;
}

#blog-list ul.social li a:hover,
#main ul.social li a:hover {
    opacity: 0.8;
}

#blog-list ul.social li a img,
#main ul.social li a img {
    vertical-align: middle;
}

#blog-list ul.social li a img {
    width: 26px;
    height: auto;
}

#blog-list .btn-more {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: inline-block;
    width: 46px;
    height: 46px;
}

#blog-list .btn-more:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
	height: 0;
	border-bottom: 46px solid #f26623;
	border-left: 46px solid transparent;
}

#blog-list .btn-more a {
    position: absolute;
    right: 9px;
    bottom: 7px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#blog-nav {
    padding: 34px 0 33px;
    text-align: center;
}

#blog-nav a {
    text-decoration: none;
}

#blog-nav a span,
#blog-nav strong {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
}

#blog-nav strong {
    color: #fff;
}

#blog-nav strong:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2px;
    right: 0;
    left: 0;
    height: 59px;
    background-color: #0b97df;
    -webkit-border-radius: 19px;
            border-radius: 19px;
}

#blog-nav a span:hover {
    color: #0b97df;
}

#blog-nav a span:after {
    content: '';
    position: absolute;
    right: 0;
}

#blog-nav a span.next,
#blog-nav a span.prev {
    width: auto;
    line-height: 37px;
    color: #0b97df;
    letter-spacing: -1px;
    border: solid 1px #cecece;
    -webkit-border-radius: 19px;
            border-radius: 19px;
}

#blog-nav a span.next {
    margin: 0 0 0 12px;
    padding: 0 19px 0 26px;
}

#blog-nav a span.prev {
    margin: 0 12px 0 0;
    padding: 0 26px 0 19px;
}

#blog-nav a span.next:hover,
#blog-nav a span.prev:hover {
    color: #fff;
    border-color: #0b97df;
    background-color: #0b97df;
}

#blog-nav a span i {
    position: relative;
    top: -1px;
    font-size: 10px;
}

#blog-nav a span.next i {
    margin: 0 0 0 26px;
}

#blog-nav a span.prev i {
    margin: 0 26px 0 0;
}

#mail-line .inner {
    float: left;
    position: relative;
    width: 50%;
    height: 160px;
    border-top: solid 1px #e1e1e1;
}

#mail-line .inner a {
    position: absolute;
    top: 60%;
    left: 0;
    display: inline-block;
    color: #f8763b;
    font-size: 16px;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#mail-line .inner a i {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 14px 0 0;
    font-size: 14px;
}

#mail-line .inner a span {
    position: relative;
}

#mail-line .inner a span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f8763b;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#mail-line .inner a:hover span:after {
    opacity: 0;
}

#mail-line p.address{
	color: #474747;
	font-size: 16px;
	padding: 10px 0;
}

#sites-welcome {
    background-color: #f4f6fa;
}

#sites-welcome .video {
    position: absolute;
    top: -96px;
    right: 0;
    bottom: 32px;
    left: 50%;
    max-width: 1000px;
    background: url(images/sites-video-poster.jpg) center center no-repeat;
    background-size: cover;
}

#sites-welcome .video i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#sites-welcome .inner {
    float: left;
    width: 50%;
    padding: 40px 50px 36px 0;
}

#sites-welcome .inner.full {
    width: 100%;
    padding-right: 0;
}

#sites-welcome h3 {
    line-height: 33px;
    margin: 0 0 34px;
    color: #000;
    font-size: 22px;
    font-weight: 300;
}

#sites-welcome ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sites-welcome ul li {
    position: relative;
    float: left;
    padding: 0 0 0 14px;
}

#sites-welcome ul li + li {
    margin: 0 0 0 44px;
}

#sites-welcome ul li a {
    display: inline-block;
    line-height: 16px;
    color: #0b97df;
    font-size: 16px;
    text-decoration: none;
}

#sites-welcome ul li a:hover {
    color: #f8763b;
}

#sites-welcome ul li a:before {
    content: '\f0da';
    position: absolute;
    top: 3px;
    left: 0;
    color: #0b97df;
    font-size: 10px;
    font-family: FontAwesome;
}

#sites-text {
    padding: 48px 0 24px;
}

#sites-text .col {
    float: left;
    width: calc(50% - 41px);
    margin: 0 82px 0 0;
    text-align: justify;
}

#sites-text .col.full {
    width: 100%;
    margin: 0;
}

#sites-text .col.last {
    margin: 0;
}

#sites-text p,
#sites-text ul,
#sites-text ol {
    line-height: 27px;
    margin: 0 0 22px;
    color: #474747;
    font-size: 15px;
}

/* MWW added list styles */
#sites-text ul,
#sites-text ol {
    list-style: disc;
    padding-left: 40px;
}

#sites-numbers {
    padding: 38px 0 32px;
    color: #fff;
    background-color: #0b97df;
}

#sites-numbers .years {
    float: left;
    line-height: 38px;
    font-size: 30px;
    border-bottom: 2px solid #fff;
}

#sites-numbers ul {
    float: right;
    list-style: none;
    margin: 0 14px 0 0;
    padding: 0;
}

#sites-numbers ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#sites-numbers ul li + li {
    margin: 0 0 0 132px;
}

#sites-numbers ul li .icon,
#sites-numbers ul li .text,
#sites-numbers ul li .text span,
#sites-numbers ul li .text p {
    float: left;
}

#sites-numbers ul li:nth-child(1) .icon {
    margin: 0 22px 0 0
}

#sites-numbers ul li:nth-child(2 ) .icon {
    margin: 0 20px 0 0
}

#sites-numbers ul li .text span {
    display: inline-block;
    line-height: 50px;
    margin: 0 12px 0 0;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
}

#sites-numbers ul li .text p {
    line-height: 20px;
    margin: 4px 0 0;
    font-size: 21px;
}

#sites-links {
    padding: 60px 0 0;
}

#sites-links .line {
    float: left;
    width: 100%;
    margin: 0 0 50px;
}

#sites-links .title {
    position: relative;
    z-index: 1;
    float: left;
    width: 336px;
    height: 270px;
    color: #fff;
}

#sites-links .title  .inner {
    position: absolute;
    right: 30px;
    bottom: 18px;
    left: 0;
}

#sites-links .title .bg {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 546px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} 

#sites-links .title p {
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#sites-links .title h3 {
    line-height: 39px;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: -1px;
}

#sites-links .text {
    float: right;
    width: calc(100% - 392px);
    min-height: 270px;
    border-bottom: solid 1px #e1e1e1;
} 

#sites-links .text p {
    line-height: 24px;
    margin: 0 0 18px;
    color: #191919;
    font-size: 16px;
    font-weight: 400;
}

#sites-links .text ul {
    float: left;
    width: calc(50% - 20px);
    list-style: none;
    margin: 0 40px 30px 0;
    padding: 0 0 30px;
}

#sites-links .text ul:nth-child(2n + 2) {
    margin: 0;
}

#sites-links .text ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 16px;
    margin: 0 0 14px;
    padding: 0 0 0 18px;
    color: #474747;
    font-size: 14px;
}

#sites-links .text ul li:before {
    content: '\f0da';
    position: absolute;
    top: -1px;
    left: 0;
    color: #f8763b;
    font-size: 10px;
    font-family: FontAwesome;
}

#sites-links .text ul li:last-child {
    margin: 0;
}



#main {
    padding: 0 0 44px;
    background-color: #f4f6fa;
}

#main:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 44px;
    background-color: #fff;
}

#main .col-left {
    position: relative;
    z-index: 10;
    float: left;
    width: calc(100% - 384px);
}

#main .col-left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -44px;
    bottom: 0;
    left: -44px;
    background-color: #fff;
}

#main .postpublishdate {
    display: inline-block;
    width: 100%;
    line-height: 13px;
    padding: 0 0 16px;
    margin: 0 0 16px;
    color: #808080;
    font-size: 13px;
    border-bottom: solid 2px #f7f7f7;
}

#main .entry {
    float: left;
    width: 100%;
    text-align: justify;
}

.single #main .entry {
    padding: 20px 0 0;
}

#main .entry h2 {
    float: left;
    width: 100%;
    line-height: 32px;
    margin: 0 0 26px;
    color: #0b97df;
    font-size: 26px;
    font-weight: 600;
}

#main .entry h3 {
    float: left;
    width: 100%;
    line-height: 32px;
    margin: 0 0 26px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

#main .entry h3 a {
    color: #0b97df;
    text-decoration: none;
}

#main .entry h3 a:hover {
    color: #f8763b;
}

#main .entry h4 {
    float: left;
    width: 100%;
    line-height: 22px;
    margin: 0 0 22px;
    color: #f8763b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

#main .entry p {
    float: left;
    width: 100%;
    line-height: 27px;
    margin: 0 0 22px;
    color: #474747;
    font-size: 15px;
}

/* MWW */
@media (min-width:500px) {
  #main .entry p {
    float: none;
    width: auto;
  }
}

hr {
  clear: both;
  margin: 1em 0;
  border-top: 1px solid #000;
}

/* end */


#main .entry p a {
    color: #0b97df;
    font-size: 15px;
    text-decoration: none;
}

#main .entry strong a {
    font-weight: 700;
}

#main .entry p a:hover {
    color: #f8763b;
}

#main .entry p iframe {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#main .entry ol {
  list-style-type: decimal;
}

#main .entry ol,
#main .entry ul {
    float: left;
    width: 100%;
    margin: 0 0 22px;
    padding: 0 0 0 30px;
}

#main .entry ul.half {
    width: 50%;
    margin: 0 0 22px;
}

#main .entry ul.contact-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#main .entry ul.resources {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: solid 1px #e3e4e8;
}

#main .entry ul.resources li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #e3e4e8;
}

#main .entry ul.resources li:before {
    display: none;
}

#main .entry ul.resources li h3 {
    margin: 0;
    padding: 13px 0 13px 35px;
    cursor: pointer;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#main .entry ul.resources li h3.open {
    cursor: default;
    pointer-events: none;
}

#main .entry ul.resources li:hover h3,
#main .entry ul.resources li h3.open {
    color: #f8763b;
}

#main .entry ul.resources li h3:before {
    content: '\f054';
    position: absolute;
    top: 15px;
    left: 6px;
    color: #f8763b;
    font-size: 12px;
    font-family: FontAwesome;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#main .entry ul.resources li h3.open:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

#main .entry ul.resources li .text {
    float: left;
    width: 100%;
    display: none;
    padding: 13px 0 0;
}

#main .entry ol li,
#main .entry ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 0 0 16px;
    padding: 0 0 0 16px;
    color: #474747;
    font-size: 15px;
}
#main .entry ol li {
    margin: 0 0 16px;
    padding: 0 0 0 8px;
}

#main .entry ul.contact-list li {
    width: calc(50% - 20px);
    line-height: 27px;
    margin: 0 40px 22px 0;
}

#main .entry ul.contact-list li p {
    margin: 0;
}

#main .entry ul li:last-child,
#main .entry ul.contact-list li:nth-child(2n + 2) {
    margin: 0;
}

#main .entry ul li:before {
    content: '\f0da';
    position: absolute;
    top: 0;
    left: 1px;
    color: #f8763b;
    font-size: 9px;
    font-family: FontAwesome;
}

#main .entry ul.contact-list li:before {
    display: none;
}

#main .meta-info {
    float: left;
    width: 100%;
    margin: 25px 0 35px;
    padding: 26px 22px 25px;
    background-color: #f4f6fa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

#main .meta-info p {
    line-height: 15px;
    margin: 0 0 16px;
    color: #474747;
    font-size: 13px;
}

#main .meta-info p a {
    color: #474747;
    font-size: 13px;
    text-decoration: none;
}

#main .meta-info p a:hover {
    color: #0b97df;
}

#main .meta-info p:last-child {
    margin: 0;
}

#main .meta-info p strong {
    color: #000000;
    font-weight: 400;
}

#main .next-post {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 246px;
    color: #fff;
    text-decoration: none;
    background-color: #f8763b;
}

#main .next-post .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main .next-post .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 48px 27px 0 33px;
    background: url(images/next-post-bg.jpg) right bottom no-repeat;
    background-size: cover;
}

#main .next-post .text.fullwidth {
    width: 100%;
    background-color: #ff7431;
    background-size: auto;
}

#main .next-post p {
    line-height: 13px;
    margin: 0 0 15px;
    padding: 0 0 11px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#main .next-post h2 {
    line-height: 29px;
    padding: 0 60px 0 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
}

#main .mapsmarker {
    float: left;
    width: 100% !important;
    margin: 40px 0 30px;
}

#main .col-right {
    float: right;
    width: 296px;
    padding: 38px 0 0;
}

#main .col-right h3 {
    line-height: 28px;
    margin: 0 0 18px;
    padding: 0 0 14px;
    color: #0b97df;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
    border-bottom: solid 1px #e3e4e8;
}

#main .col-right .contact-form {
    float: left;
    width: 100%;
    margin: 0 0 44px;
}

#main .col-right .submenu,
#main .col-right .submenu ul,
#main .col-right .submenu ul li {
    float: left;
    width: 100%;
}

#main .col-right .submenu {
    margin: 0 0 40px;
}

#main .col-right .submenu .children {
    display: none;
}

#main .col-right .submenu ul li {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 0 16px;
}

#main .col-right .submenu ul li:before {
    content: '\f0da';
    position: absolute;
    top: 8px;
    left: 0;
    color: #f8763b;
    font-size: 8px;
    font-family: FontAwesome;
}

#main .col-right .submenu ul li:last-child {
    margin: 0;
}

#main .col-right .submenu ul li a {
    display: inline-block;
    line-height: 20px;
    color: #474747;
    font-size: 14px;
    text-decoration: none;
}

#main .col-right .submenu ul li a:hover {
    color: #f8763b;
}

#main .col-right .submenu ul li.current_page_item a {
    color: #0b97df;
}

#main .widget,
#main .widget ul,
#main .widget ul li,
#main .widgettitle {
    float: left;
    width: 100%;
}

#main .widget {
    margin: 0 0 36px;
}

#main .widgettitle {
    line-height: 28px;
    margin: 0 0 18px;
    padding: 0 0 14px;
    color: #0b97df;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    border-bottom: solid 1px #e3e4e8;
}

#main .widget ul li {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 0 16px;
}

#main .widget.widget_categories ul li {
    margin: 0 0 12px;
}

#main .widget ul li:last-child {
    margin: 0;
}

#main .widget ul li:before {
    content: '\f0da';
    position: absolute;
    top: 5px;
    left: 1px;
    color: #f8763b;
    font-size: 9px;
    font-family: FontAwesome;
}

#main .widget ul li a {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 20px;
    color: #040404;
    font-size: 14px;
    text-decoration: none;
}

#main .widget ul li a:hover {
    color: #0b97df;
}

#main .widget ul li .post-date {
    display: inline-block;
    line-height: 20px;
    color: #868686;
    font-size: 12px;
}

#main .widget_tag_cloud a {
    color: #2b2b2b;
    font-weight: 400;
    text-decoration: none;
}

#main .widget_tag_cloud a:hover {
    color: #0b97df;
}

#main .link-box {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    margin: 14px 0 0;
    padding: 200px 0 33px;
    color: #fff;
}

#main .link-box .bg-image {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -45px;
    width: 548px;
    background: url(images/link-box-image.jpg) center center no-repeat;
    background-size: cover;
}

#main .link-box p {
    line-height: 18px;
    margin: 0 0 6px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#main .link-box h2 {
    line-height: 38px;
    margin: 0 0 10px;
    font-size: 38px;
    letter-spacing: -2px;
}

#main .link-box .btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 18px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 1px #fff;
    -webkit-border-radius: 18px;
            border-radius: 18px;
}

#main .link-box .btn:hover {
    color: #0b97df;
    background-color: #fff;
}

#main .link-box .btn i {
    display: inline-block;
    margin: 0 0 0 52px;
}

#main .full {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
}

#main .full:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -44px;
    bottom: 0;
    left: -44px;
    background-color: #fff;
}

#main .tml input[type=submit] {
    padding: 0 40px;
}

#main .tml .tml-action-links a {
    text-align: left;
}

#main .tml-rememberme-wrap label {
    position: relative;
    top: 9px;
    padding: 0 0 0 18px;
}

#teams,
#teams ul,
#teams ul li,
#teams .header,
#teams .main,
#teams .row,
#teams .info,
#teams .person-text {
    float: left;
    width: 100%;
}

#title.teams-title {
    border-bottom: solid 1px #e1e1e1;
}

#teams ul li,
#teams .header {
    position: relative;
}

#teams ul li:after {
    content: '';
    position: absolute;
    left: -1000px;
    bottom: 0;
    width: 3000px;
    height: 1px;
    background-color: #e1e1e1;
}

#teams .header:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1000px;
    bottom: 0;
    width: 3000px;
    opacity: 0;
    background-color: #f4f6fa;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#teams .header:hover:after {
    opacity: 1;
}

#teams .header {
    padding: 20px 0 19px;
}

#teams .header h2 {
    position: relative;
    float: left;
    line-height: 30px;
    padding: 0 150px 0 30px;
    color: #415675;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

#teams .header h2:before {
    content: '\f054';
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 10px;
    color: #0b97df;
    font-family: FontAwesome;
}

#teams .header button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 30px;
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: -1px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #0b97df;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#teams .header button.expand {
    color: #fff;
    background-color: #0b97df;
}

#teams .header button.expand.hide {
    opacity: 0;
    pointer-events: none;
}

#teams .header button.collapse {
    color: #0b97df;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}

#teams .header button.collapse.show {
    opacity: 1;
    pointer-events: auto;
}

#teams .main {
    position: relative;
    padding: 18px 0 17px;
}

#teams .main:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1000px;
    bottom: 0;
    width: 3000px;
    background-color: #f4f6fa;
}

#teams .person {
    float: left;
    display: list-item;
    list-style: none;
    width: calc(33.33333333% - 10px);
    margin: 0 15px 15px 0;
}

#teams .person:nth-child(3n + 3) {
    margin: 0 0 15px;
}

#teams .info {
    float: left;
    width: 100%;
    position: relative;
    height: 128px;  
    padding: 34px 23px 0 31px;
    cursor: pointer;
    border: solid 1px #e3e3e3;
    background-color: #fff;
}

#teams .info:before {
    content: '';
    position: absolute;
    z-index: 10;
    right: -1px;
    bottom: -17px;
    left: -1px;
    height: 17px;
    opacity:0;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    background-color: #fff;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#teams .info.open:before {
    opacity: 1;
}

#teams .person.no-bio .info {
    cursor: default;
}

#teams .info:after {
    content: '';
    position: absolute;
    z-index: 10;
    right: -1px;
    bottom: -1px;
    width: 0;
	height: 0;
	border-bottom: 13px solid #f26623;
	border-left: 13px solid transparent;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#teams .info.open:after {
    opacity: 0;
}

#teams .person.no-bio .info:after {
    display: none;
}

#teams .info img {
    position: absolute;
    z-index: 10;
    top: 21px;
    right: 23px;
    width: 94px;
    height: 94px;
    background-color: #e8641b;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

#teams .info h3 {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0 0 12px;
    color: #0b97df;
    font-size: 18px;
    letter-spacing: -1px;
    border-bottom: solid 1px #e6e6e6;
}

#teams .info p {
    line-height: 14px;
    padding: 0 104px 0 0;
    color: #959595;
    font-size: 12px; 
}

#teams .info a {
    position: absolute;
    z-index: 20;
    left: 31px;
    bottom: -10px;
    line-height: 20px;
    color: #f8763b;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
}

#teams .info a i {
    position: relative;
    top: -1px;
    font-size: 10px;
}

#teams .info a span {
    display: inline-block;
    position: relative;
    margin: 0 0 0 6px;
}

#teams .info a span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f8763b;
    -webkit-transition: .4s ease;
            transition: .4s ease;
}

#teams .info a span:hover:after {
    opacity: 0;
}

#teams .info.open a {
    opacity: 1;
    pointer-events: auto;
}

#teams .mobile-text {
    display: none;
}

#teams .desktop-text,
#teams .mobile-text {
    margin: 0 0 14px;
    padding: 32px 37px 30px 32px;
    border: solid 1px #e3e3e3;
    background-color: #fff;
}

#teams .desktop-text p,
#teams .mobile-text p {
    line-height: 25px;
    margin: 0 0 24px;
    color: #474747;
    font-size: 14px;
    text-align: justify;
}

#teams .desktop-text p:last-child,
#teams .mobile-text p:last-child {
    margin: 0;
}

#donate-text,
#donate-make,
#donate-lines,
#donate-lines ul,
#donate-lines ul li {
    float: left;
    width: 100%;
}

#donate-text {
    position: relative;
    padding: 40px 0 38px;
}

#donate-text:before,
#donate-text:after {
    content: '';
    position: absolute;
    z-index: -10;
    top: 0;
    bottom: 0;
    width: 50%;
}

#donate-text:before {
    left: 0;
    background-color: #f4f6fa;
}

#donate-text:after {
    right: 0;
    background-color: #0b97df;
}

#donate-text .col {
    float: left;
    width: calc(50% - 44px);
    margin: 0 88px 0 0;
}

#donate-text .col p:last-child {
    margin: 0;
}

#donate-text .left p {
    line-height: 28px;
    margin: 0 0 16px;
    color: #3b3b3b;
    font-size: 17px;
}

#donate-text .left p a {
    font-size: 17px;
    font-weight: 400;
}

#donate-text .left p a:hover {
    text-decoration: none;
}

#donate-text .col.right {
    margin: 0;
}

#donate-text .right p {
    line-height: 25px;
    margin: 0 0 40px;
    color: #fff;
    font-size: 19px;
}

#donate-text .right p strong {
    font-weight: 500;
}

#donate-text .right p.address {
    line-height: 24px;
    font-size: 17px;
}

#donate-text .right p.address strong {
    font-size: 18px;
}

#donate-make {
    padding: 65px 0 62px;
    text-align: center;
}

.donate-double {
  padding:40px 0;
  clear:both;
}

.donate-double p {
  margin: 0 0 12px;
}

.donate-double h2,
#donate-make p {
    line-height: 26px;
    margin: 0 0 18px;
    color: #333333;
    font-size: 27px;
    letter-spacing: -1px;
}

#donate-make .btn {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    padding: 0 34px 0 48px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border: solid 2px #f26623;
    background-color: #f26623;
    -webkit-border-radius: 26px;
            border-radius: 26px;
}

#donate-make .btn:hover {
    color: #f26623;
    background-color: #fff;
}

#donate-make .btn i {
    margin: 0 0 0 60px;
    font-size: 15px;
}

#donate-lines {
    padding: 0 0 70px;
}

#donate-lines ul li {
    position: relative;
}

#donate-lines .text {
    position: relative;
    float: left;
    width: 50%;
    height: 390px;
    border-top: solid 1px #e3e3e3;
}

#donate-lines .text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -88px;
    bottom: -1px;
    width: 88px;
    border-top: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
}

#donate-lines .text .inner {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#donate-lines .image {
    position: absolute;
    top: 0;
    right: -88px;
    bottom: 0;
    width: calc(50% + 88px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#donate-lines ul li:nth-child(2) .text {
    float: right;
    border: 0;
    border-bottom: solid 1px #e3e3e3;
}

#donate-lines ul li:nth-child(2) .text:before {
    left: auto;
    right: -88px;
    border: 0;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}

#donate-lines ul li:nth-child(2) .text .inner {
    right: 0;
    left: 40px;
}

#donate-lines ul li:nth-child(2) .image {
    right: auto;
    left: -88px;
}

#donate-lines .title {
    margin: 0 0 20px;
    padding: 0 0 18px;
    border-bottom: solid 1px #dddddd;
}

#donate-lines .title p {
    line-height: 25px;
    color: #1e1e1e;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#donate-lines .title h2 {
    line-height: 50px;
    color: #0b97df;
    font-size: 50px;
    letter-spacing: -2px;
}

#donate-lines p {
    line-height: 26px;
    color: #333333;
    font-size: 18px;
}

#donate-lines p a {
    color: #333333;
    font-size: 18px;
}

#donate-lines ul li:nth-child(2) .title h2 {
    color: #f26623;
} 

#main .lmm-listmarkers,
#main .lmm-listmarkers table {
    width: 100% !important;
}

#main .lmm-listmarkers-hr {
    border: 0;
}

#main .lmm-listmarkers-markername {
    display: inline-block;
    margin: 0 0 16px;
}

#main .lmm-listmarkers-markername a {
    color: #0b97df;
    line-height: 20px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-decoration: none;
}

#main .lmm-listmarkers-markername a:hover {
    text-decoration: underline
}

/* Footer */

#footer {
    padding: 66px 0 25px;
    background-color: #f3f3f3;
}

#footer h3 {
    line-height: 16px;
    margin: 0 0 20px;
    color: #020202;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#footer .contact {
    float: left;
    width: 405px;
}

#footer .contact p {
    line-height: 25px;
    margin: 0 0 16px;
    color: #404040;
    font-size: 15px;
}

#footer .contact p a {
    color: #404040;
    font-size: 15px;
    text-decoration: none;
}

#footer .contact p a:hover {
    color: #0b97df;
}

#footer .nav {
    float: right;
    width: calc(100% - 405px);
}

#footer ul.list {
    float: left;
    width: 100%;
}

#footer ul.list > li {
    float: left;
    width: 25%;
}

#footer ul.list ul li {
    margin: 0 0 10px;
}

#footer ul.list ul li:last-child {
    margin: 0;
}

#footer ul.list > li a {
    display: inline-block;
    line-height: 15px;
    color: #404040;
    font-size: 15px;
    text-decoration: none;
}

#footer ul.list > li a:hover {
    color: #0b97df;
}

#footer .bottom {
    float: left;
    width: 100%;
    margin: 50px 0 0;
    padding-top: 25px;
    border-top: solid 1px #dadada;
}

#footer .copy {
    float: left;
    line-height: 12px;
    color: rgba(64, 64, 64, 0.7);
    font-size: 12px;
}

#footer .copy a {
    font-size: 12px;
    text-decoration: none;
}

#footer .copy a:hover {
    text-decoration: underline;
}

#footer .copy span a {
    display: inline-block;
    line-height: 12px;
    margin: 4px 0 0;
    color: rgba(64, 64, 64, 0.4);
    font-size: 11px;
    text-decoration: none;
}

#footer .copy span a:hover {
    text-decoration: underline;
}

#footer ul.social {
    float: right;
}

#footer ul.social li {
    float: left;
}

#footer ul.social li + li {
    margin: 0 0 0 24px;
}

#footer ul.social a {
    color: #525252;
    font-size: 18px;
    text-decoration: none;
}

#footer ul.social a:hover {
    color: #0b97df;
}

/* ***************** */

/* Tables */

table {
	padding: 0;
	margin: 2px 40px 16px 40px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fcenter { float: none; margin-left: auto; margin-right: auto; }
.fright { float: right; }
.fnone { float: none; }

.cboth { clear: both; }
.clear { clear: both; display: block; width: 100%; }
.cleft { clear: left; }
.cright { clear: right; }

.nowrap { white-space: nowrap; }

/* WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 26px auto;
}

/* MWW sizefull needs this too */

img.size-full,
img.aligncenter {
    max-width: 100%;
    height: auto;
}

.alignright {
    float:right;
    margin: 8px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 8px 30px 20px 0;
}

img.alignright,
img.alignleft {
    max-width: 250px;
    height: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

a img.alignnone {
    margin: 5px 30px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 30px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 30px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Slicknav - mobile nav */

.slicknav_menu {
	background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
	display: none;
    pointer-events: none;
}

.slicknav_menu.sticky {
    position: fixed;
}

.sticky .slicknav_btn {
    padding: 21px 15px 22px;
}

.slicknav_btn,
.slicknav_nav{
    pointer-events: auto;
}

.slicknav_nav li {
	background: none;
}

.slicknav_btn {
	background-color: #3aabe6 ;
	padding: 39px 15px;
}

.slicknav_nav li {
	background-color: #3aabe6 ;
}

.slicknav_nav li a:hover {
	background-color: #f8763b !important;
}

.addtoany_list a > span {
    -webkit-border-radius: 50% !important;
            border-radius: 50% !important;
}

#form-popup {
    position: relative;
}

.mfp-form-popup .mfp-content {
    max-width: 768px;
    padding: 60px 40px 30px;
    border: solid 1px #e2e2e2;
    background-color: #f4f6fa;
}

.mfp-form-popup .mfp-content input[type=submit] {
    float: right;
    width: 240px;
}

.mfp-form-popup .close-popup {
    position: absolute;
    z-index: 100;
    right: -41px;
    top: -61px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #0b97df;
}

.mfp-form-popup .g-recaptcha {
    -webkit-transform:scale(0.59);
    -webkit-transform-origin:0 0;
            transform:scale(0.59);
            transform-origin:0 0;
}

.mfp-form-popup .close-popup:hover {
    background-color: #f8763b;
}

.mfp-form-popup .close-popup i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.mfp-form-popup form > div.wpcf7-form-control-wrap {
    width: 177px;
    height: 47px;
}

#wpcf7-f5997-o1 h3 {
  line-height: 28px;
  margin: 0 0 18px;
  padding: 0 0 14px;
  color: #0b97df;
  font-size: 28px;
  font-weight: 600;
  
  text-align: center
}

#wpcf7-f5997-o1 h3 {
  text-transform: uppercase;
}

#wpcf7-f5997-o1 form > p {
  float: none;
  margin-bottom: 1em;
}

#wpcf7-f5997-o1 .locations-text {
  float:left;
  font-size: 14px;
  line-height: 16px;
  margin:0 0 10px 5px;
}

#wpcf7-f5997-o1 .wpcf7-form-control-wrap.locations {
  position: static;
}
#wpcf7-f5997-o1 span.wpcf7-list-item {
  display: block;
  clear: both;
}
#wpcf7-f5997-o1 span.wpcf7-list-item input {
  width: auto;
  height: 25px;
}
#wpcf7-f5997-o1 .wpcf7-list-item-label { 
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
}
#wpcf7-f5997-o1 .wpcf7-submit {
  margin-bottom: 1em;
}

.sidebar-form .g-recaptcha {
    -webkit-transform:scale(0.98);
    -webkit-transform-origin:0 0;
            transform:scale(0.98);
            transform-origin:0 0;
}

.sidebar-form form > div.wpcf7-form-control-wrap {
    margin: 0 0 10px;
}

select[name="your-recipient"]{
    display: none;
}

.lmm-listmarkers td{text-align: left}

/* hide googles recaptcha slider */
/* 
.grecaptcha-badge {
  display:none;
}
.recaptcha-msg,
.recaptcha-msg a {
  font-size:12px;
  line-height:14px;
}
.recaptcha-msg {
  margin:1em 0;
}
 */

/* contact us form */
.contact-form.sidebar-form .wpcf7-list-item {
  margin: 0;
  display:block;
  margin-bottom: .5em;
}
.contact-form.sidebar-form .wpcf7-list-item.first {
  margin-top:.5em;
}
.contact-form.sidebar-form .wpcf7-list-item input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 2px 1em 0 0;
  clear: left;
}

/* for home page widget */
.widget-above-content {
  color:#fff;
  text-align: center;
}
.widget-above-content .wrap {
  background:#e17439;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget-above-content h2 {
  font-size:48px;
  line-height:52px;
}
.widget-above-content p {
  font-size:17px;
  line-height:22px;
}
.widget-above-content p a {
  color:#fff;
}

/* make 2 column layouts work better */
.wp-block-columns {
  clear: both;
}
.wp-block-image img {
  height: auto !important;
}

#full-width {
  padding: 0 0 44px;
}
#full-width p {
  margin-bottom: 1em;
}

/* boards page - make it always expanded */
.page-id-4360 .main {
  display: block !important;
}
.page-id-4360 .header button {
  display: none !important;
}
