/* GENERAL STYLES
==============================================================*/

.site-wrapper {
	overflow: hidden;
}

/* SITE HEADER - Nav / Logo
==============================================================*/
.header_wrap {
    position: relative;
    margin-bottom: 0 !important;
    z-index: 1 !important;
    line-height:26px;
}
header {
    position: absolute !important;
    width: 100%;
    background: rgba(255,255,255,.9);
    z-index: 9997 !important;
    top: 0;
    left: 0;
    padding: 0px 30px 0;
    line-height: 34px;
}
.logo_space {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}
.logo_space img {
    width: 100%;
    margin: 0;
    display: block;
}
.nav_space {
    width: 78%;
    display: inline-block;
    vertical-align: middle;
    text-align: right !important;
}

#nav
		{
			width: 100%; /* 1000 */
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
                margin: 0;
			}
				#nav li a
				{
                    font-family: 'Titillium Web', 'Arial', sans-serif;
					color: #363331;
					display: block;
                    margin: 0;
				}

#nav ul li.offset {
    margin-left: 80px;
    border-right: 1px solid #fff;
    padding-right: 0;
}

.give {
    background: #ECD925 !important;
    text-transform: uppercase;
}

#menu-header-navigation {
    margin-bottom: 0 !important;
}

			/* first level */

			#nav > ul
			{
                list-style-type: none;
                text-align: right;
                margin-left:-7%;
                
			}
				#nav > ul > li {
					display:inline-block;
                    margin: 0;
                    padding: 50px 30px 20px
				}
					#nav > ul > li > a
					{
						font-size: 15px; /* 24 */
						line-height: 0; /* 60 (24) */
						text-align: center;
                        font-weight: 700;
                        padding: 0 0;
                        margin: 0;
                        display: inline-block;
					}
						
                    #nav > ul > li > a:hover {
                        color: #87D1E6;
                    }
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							
						}


				/* second level */

				#nav li ul
				{
					background-color: #fff;
					display: none;
					position: absolute;
					top: 95%;
                    list-style-type:none;
                    margin-left: -55px;
                    padding: 0;
                    width:250px;
                    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
                    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
                    
				}
        #nav ul li ul li {
            text-align: center;
            list-style-type:none;
            margin: 0;
            padding: 0;
            
        }
        #nav ul li ul li a {
            color: #003359;
        }
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						
						#nav li ul a
						{
							font-size: 17px; /* 20 */
							padding: 18px 30px; /* 15 (20) */
                            line-height: 20px;
                            font-weight: bold;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #ECD925;
                                color: #1C355E;
							}


		@media only screen and ( max-width: 1000px ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
            
            .nav_space {
                width: 78%;
                display: block;
                position: absolute;
                top: 23px;
                right: 30px;
                vertical-align: middle;
                text-align: right !important;
            }
		}

		@media only screen and ( max-width: 1024px ) /* 640 */
		{
            
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
            #nav ul li.offset {
                margin-left: 0px;
                border-right: 0;
            }
            #nav ul li {
                text-align: center !important;
                padding: 15px 0 10px;
            }
            #nav li a
				{
                    font-size: 20px !important;
                    font-family: 'Titillium Web', 'Arial', sans-serif;
					color: #fff;
					display: block;
                    margin: 0;
				}
            
            #nav li.give a {
                color: #333;
            }
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: center;
					text-indent: -9999px;
					background-color: #014f6e;
					position: absolute;
                    /* top: -80px; */
                    right: 0;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
                top: 71px;
                background: #014f6e;
                width: 100%;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: center;
						padding: 20px 24px /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding-top: 0;
				}
		}


@media only screen and (min-width: 1160px) and (max-width: 1366px) {
    #nav ul li.offset {
        margin-left: 20px;
        border-right: 1px solid #fff;
        padding-right: 0;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #nav > ul > li > a {
        height: 100%;
        font-size: 13px;
        line-height: 0;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 12px;
        margin: 0;
        display: inline-block;
    }
    
    #nav ul li.offset {
        margin-left: 0px;
        border-right: 1px solid #fff;
        padding-right: 0;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    header {
        padding: 0px 0 0;
    }
    .logo_space {
        width: 250px;
        display: inline-block;
        vertical-align: middle;
    }
    .nav_space {
                width: 78%;
                display: block;
                position: absolute;
                top: 23px;
                right: 30px;
                vertical-align: middle;
                text-align: right !important;
            }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    header {
        padding: 0px 0 0;
    }
    .logo_space {
        width: 250px;
        display: inline-block;
        vertical-align: middle;
    }
    #nav > ul
			{
                list-style-type: none;
                text-align: right;
                margin-left:-7%;
                
			}
    
    #nav li ul {
        width: 100% !important;
        margin-left: 0 !important;
    }

}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}








.hero {
    position: relative;
    width: 100%;
    z-index: 1 !important;
    background: #1c355e;
    overflow: hidden;
}
.hero_content a {
    background: transparent;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #1C355E;
    position: relative;
    display:inline-block;
    margin-top: 10px;
}

.hero_content a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #1c355e;
}

.hero_content a:hover {
    color: #ECD925;
}

.hero_space.sub .blue_overlay {
    display: none;
}
.hero_image {
   width:100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 95vh;
    background-size: cover !important;
    background-position: right !important;
}
.hero_image img {
    height: auto;
    min-width: cover !important;
}
.hero_image.short {
    height: 80vh;
}
.hero_image.short img {
    height: auto;
    width: 100% !important;
    display: block;
}

.fade.short {
    height: 80vh;
}

.blue_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8888;
    
    background-size: cover;
    bottom: 0 !important;
}
.hero_space {
    position: relative;
    height:95vh;
}

.base-hero {
    background: #1c355e;
    margin-bottom: 0;
    padding: 240px 40px 40px 40px;
}

.base-hero h1 {
    color: #fff;
}

.base-hero-bkg {
    background: #1c355e;
}
.hero_space.sub_hero {
    height:auto;
    background-size: cover !important;
    padding-top: 600px;
    z-index: 9999;
}

.hero_space.sub_hero .hero_content {
    padding: 60px 0 40px;
}

.hero.sub h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: normal;
}


.hero_space.sub_hero:after {
    content: '';
    background: url(../images/texture.png);
    width: 20%;
    height: 40px;
    margin: 0 40%;
    display: block;
    position: absolute;
    bottom: -20px;
    z-index: 9999;
}
.fade {
    background: url(../images/fade.png) no-repeat;
    position: absolute !important;
    width: 100%;
    height: 95vh;
    z-index: 9999;
    background-size: cover;
}
.hero_image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .7;
}
.hero_content {
    background: url(../images/hero-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 70px 0 100px;
}
.hero_content h1 {
    color: #1C355E;
    width: 50%;
    text-align: center;
    font-size: 38px;
    line-height: 42px;
    margin: 0 auto;
}
.hero_content p {
    font-weight: bold;
    color: #fff;
}
/* .hero_content a {
    background: #014f6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 18px 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.hero_content a:hover {
    background: #f6a01b;
}
*/
.hero_content ul {
    margin: 0;
}
.hero_content ul li {
    display: inline-block;
    zoom: 1;
    margin-right: 20px;
}
.hero_content ul li a {
    color: #014f6e;
    display: inline-block;
    background: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}
.hero_content ul li a:hover {
    background: transparent;
    padding: 0;
    border-bottom: 3px solid #f6a01b;
}


@media only screen and ( max-width: 959px ) /* 640 */ {
    .hero_content h1 {
        color: #1C355E;
        width: 80%;
        text-align: center;
        font-size: 25px;
        line-height: 34px;
        margin: 0 auto;
    }
    
    .hero_image {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        height: 700px;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .hero.sub h1 {
        font-size: 40px;
        margin-bottom: 30px;
        font-weight: normal;
    }
}



/* Modules
==============================================================*/

.approach {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    margin-bottom: 60px;
}
.approach h2 {
    background: url(../images/texture.png);
    padding: 90px 100px 50px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 30px !important;
    color: #1C355E;
    font-weight: bold;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.approach h2:after {
    content:'';
    display: block;
    height: 8px;
    background: #87D1E6;
    width: 50%;
    margin: 20px auto 0;
    width: 100%;
}

.approach h2:before {
    content:'';
    display: block;
    width: 1px;
    background: #87D1E6;
    height: 80px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin: 0 auto !important;
}






.link-boxes {
			/* don't edit */
			position: relative;
			/* careful editing */
			margin: 0 -10px; /* half the gutter between boxes */
		}
	
		.link-box {
			/* don't edit */
			box-sizing: border-box;
			display: inline-block;
            margin-bottom: 20px !important;
			/* be careful editing */
			padding: 0 10px; /* half of the gutter between boxes */
			width: 33.1%;
		}
		.link-box-wrapper {
			/* don't edit */
			position: relative;
		}
		.link-box-link {
			/* don't edit */
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 3;
		}
		.link-box-inner {
			/* don't edit */
			height: 100%;
			overflow: hidden;
			position: relative;
		}
		.link-box-img {
			/* be carefule editing */
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: cover;
			height: 300px;
		}
		.link-box-header {
			/* don't edit */
			position: relative;
		}
		.link-box-heading {
			/* dont edit */
			backface-visibility: hidden;
			box-sizing: border-box;
			bottom: 0;
			opacity: 1;
			position: absolute;
			width: 100%;

			/* be careful editing */
			padding: 50px 40px 30px 40px;
			transition: bottom 0.35s ease-in-out;

			/* can edit */
			color: #1C355E;
			font-size: 26px;
			font-weight: bold;
			line-height: 24px;
			text-transform: uppercase;
			z-index: 1;
            text-align: left;
		}
		.link-box-link:hover + .link-box-inner .link-box-heading {
			/* don't edit */
			bottom: 100%;
		}

		.link-box-heading:after {
			/* don't edit */
			content: '';
			left: 0;
			position: absolute;
			top: 0;
			height: 9000px;
			width: 100%;
			z-index: -1;

			/* can edit */
			background: url(../images/callout-blue.png) top center; /* defines the background color of the overlay */
            background-size: auto !important
		}
	

		.link-box-content {
			/* don't edit */
			height: 100%;
			left: 0;
			opacity: 0;
			overflow: hidden;
			position: absolute;
			top: 0;
			transform: translate(0, 100%);
			transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
			width: 100%;
			white-space: nowrap;
			z-index: 2;
		}
		.link-box-link:hover + .link-box-inner .link-box-content {
			/* don't edit */
			opacity: 1;
			transform: translate(0,0);
		}

		.vertical-aligner {
			/* don't edit */
			height: 100%;
			display: inline-block;
			margin: 0 0 0 -1px;
			vertical-align: bottom;
			width: 1px;
		}
		.link-box-copy {
			/* don't edit */
			box-sizing: border-box;
			display: inline-block;
			vertical-align: bottom;
			white-space: normal;
			width: 100%;

			/* be careful editing */
			padding: 20px 40px 30px 40px;

			/* can edit */
			color: #1C355E;
			font-size: 18px;
			line-height: 26px;
            text-align: left;
		}


		@media (max-width: 767px) {
            .approach h2 {
                background: url(../images/texture.png);
                padding: 90px 50px 50px;
                text-align: center;
                display: inline-block;
                margin: 0 auto 30px !important;
                color: #1C355E;
                font-weight: bold;
                position: relative;
                z-index: 1;
            }
			.link-box {
				/* don't edit */
				display: block;
				width: 100%;
					
				/* can edit */
				margin: 0 0 20px 0;
			}
			.link-box-link:hover + .link-box-inner .link-box-heading {
				/* don't edit */
				bottom: 0;
			}

			.link-box-content {
				/* dont' edit */
				display: block;
				opacity: 1;
				overflow: visible;
				position: relative;
				transform: translate(0,0);
			}
		}









.triple-cta {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.triple-cta h2 {
    background: url(../images/texture.png);
    padding: 50px 100px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 50px !important;
    color: #1C355E;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 30px;
}

.triple-cta h2:after {
    content:'';
    display: block;
    height: 8px;
    background: #87D1E6;
    width: 50%;
    margin: 20px auto 0;
    width: 100%;
}

.triple-cta h2:before {
    content:'';
    display: block;
    width: 1px;
    background: #87D1E6;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin: 0 auto !important;
}

.signup {
    background: url(../images/newsletter-bkg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 100px;
    text-align: center;
}

.signup-wrapper {
    background: rgba(0,0,0,.6);
    padding: 80px 90px;
}

.signup-wrapper h5 {
    color: #ECD925;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.signup-wrapper p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

.signup-wrapper a {
    background:#1C355E;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
}

.signup-wrapper a:hover {
    color: #87D1E6;
}

.signup-wrapper ul {
    list-style-type: none;
    margin-left: 0 !important;
}

.signup-wrapper ul li {
    display: inline-block;
    margin-bottom: 0;
}

.signup-wrapper input[type="text"] {
    width: 500px;
    border:0 !important;
    color: #7C7562;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
}

.signup-wrapper input[type="submit"] {
    background: #1C355E;
    border: 0 !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
        line-height: 23px;

}


@media only screen and ( max-width: 959px ) /* 640 */ {
    .signup {
        padding: 30px;
    }
    
    .signup-wrapper {
        padding: 30px 30px;
    }
    
    .signup-wrapper h5 {
        color: #fff;
        font-size: 23px;
        margin-bottom: 20px;
    }
    
    
}








.margintop {
    margin-top: 90px !important;
}


.home-events-wrapper {
    background: #F9F8F4;
    margin-top: -50px;
}

.events-short {
    background: url(../images/texture.png);
}

.events-head {
    display: inline-block;
    width: 85%;
}

.events-head h6 {
    background: #ECD925;
    margin: 0;
    padding: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px
}

.events-all {
    display: inline-block;
    width: 15%;
    background: #1C355E;
}

.events-all a {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 28px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    width: 100%;
}

.events-all a:hover {
    color: #87D1E6;
}

.events-list {
    padding: 50px 0 60px;
}
.events-list ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.events-list ul li {
    display: inline-block;
    zoom: 1;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center;
    margin-bottom: 0;
    border-right: 1px solid #e0ded7;
}

.events-list ul li:last-child {
    border-right: 0 !important;
}

.events-list ul li img {
    width: 40px;
}

.events-list ul li h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

.events-list ul li h5 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}


.events-list ul li p {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.events-list ul li a {
    color: #fff;
    background: #1C355E;
    display: inline-block;
    padding: 10px 24px;
    font-weight: bold;
    font-size: 13px;
}

.events-list ul li a:hover {
    background: #87D1E6;
}

.events-list ul li h4 a {
    background: transparent;
    padding: 0 !important;
    color: #232323;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

.events-list ul li h4 a:hover {
    color: #87D1E6;
    background: transparent !important;
}


@media only screen and ( max-width: 959px ) /* 640 */ {
    .events-all {
        display: block;
        width: 100%;
        background: #1C355E;
        text-align: center;
    }
    
    .events-head h6 {
        background: #ECD925;
        margin: 0;
        padding: 30px;
        text-transform: uppercase;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 23px;
    }
    
    .events-head {
        display: block;
        width: 100%;
        text-align: center;
    }
    
   .events-list ul li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px 40px;
        text-align: center;
        margin-bottom: 40px;
        border-right: 0; 
       border-bottom: 1px solid #e0ded7;
    } 
    .events-list ul li:last-child {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}


@media only screen and ( max-width: 767px ) /* 640 */ {
    .events-head h6 {
        background: #ECD925;
        margin: 0;
        padding: 30px;
        text-transform: uppercase;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 23px;
        margin-top: 30px;
    }   
}



/* FOOTER
==============================================================*/

footer {
    z-index: 1;
}
.footer-content {
    border-top: 30px solid #ECD925;
    padding: 30px 0 50px;
}

.footer-content:before {
    content:'';
    background: url(../images/texture.png);
    display: block;
    width: 260px;
    height: 40px;
    top: 10px;
    left: -30px;
    z-index: 9999;
    position: absolute;
}

.footer-left {
    padding: 15px 0;
}

.footer-left ul {
    margin: 0;
}

.footer-left ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-left ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #363331;
    font-weight: bold;
}

.footer-left ul li a:hover {
    color: #87D1E6;
}

.footer-social {
    display: inline-block;
    width: 63%;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 10px;
}
.footer-social ul {
    margin: 0;
}
.footer-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.footer-social ul li p {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.footer-social ul li img {
    width: 30px;
    margin: 0px;
    display: block;
}

.footer-logo {
    border-left: 1px solid #e0ded7;
    display: inline-block;
    width: 37%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10px;
}

.footer-logo img {
    width: 100%;
    margin: 0;
    display: block;
}

.legal {
    font-size: 12px;
}

.legal p a {
    font-weight: bold;
    color: #87D1E6;
}

.legal p a:hover {
    text-decoration: underline;
}




@media only screen and ( max-width: 767px ) /* 640 */ {
    .footer-left ul li {
        display: block;
        margin-right: 0 !important;
        text-align: center;
    }
    
    .footer-social {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        padding-right: 0;
    }
    
    .footer-logo {
        border-left: 0;
        display: block;
        width: 100%;
        vertical-align: middle;
        box-sizing: border-box;
        padding-left: 0;
        text-align: center;
    }
    
    .footer-logo img {
        width: 80%;
        display: block;
        margin: 40px auto 0;
    }
    
    .legal {
        text-align: center;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-left ul li a {
        font-size: 14px;
        line-height: 22px;
        color: #363331;
        font-weight: bold;
    }
    
    .footer-left {
        padding: 0;
    }
    
   .footer-social {
        display: block;
        width: 100%;
        text-align: right;
        vertical-align: top !important;
        box-sizing: border-box;
        padding-right: 0;
    }
    
    .footer-logo {
        border-left: 0;
        display: block;
        width: 100%;
        vertical-align: top !important;
        box-sizing: border-box;
        padding-left: 0;
        text-align: right;
    }
    
    .footer-logo img {
        width: 80%;
        display: block;
        float: right;
    } 
}





.page-intro {
    background: url(../images/texture.png);
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.page-intro p {
    font-size: 20px;
    line-height: 30px;
    color: #1C355E;
    margin-bottom: 30px;
}

.page-intro:last-child {
    margin-bottom: 0 !important;
}


.sub-triple-cta:before {
    content:'';
    background: #87D1E6;
    width: 200px;
    height: 10px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.sub-triple-cta {
    background: url(../images/blue-arch.svg) no-repeat top right;
    padding: 0 0 60px;
    position: relative;
}

.sub-triple-cta:after {
    content:'';
    display: block;
    width: 1px;
    background: #87D1E6;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto !important;
}

.side-by-side {
    margin: 0;
}

.side-by {
    
}

.side-by img {
    width: 100%;
}

.side-by h3 {
    font-size: 34px;
    line-height: 42px;
    color: #1C355E;
    font-weight: bold;
}

.side-by p {
    font-size: 17px;
    line-height: 27px;
}

.side-by a {
    color: #87D1E6;
    font-weight: bold;
    font-size: 21px;
}

.side-by a:hover {
    color: #1C355E;
}

.side-by-wrapper {
    border-bottom: 1px solid #eee;
    padding: 60px 0;
}

.side-by-wrapper.last {
    border-bottom: 0;
}
.leftside {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.rightside {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.text {
    padding: 0 50px;
}

.clean-intro {
    text-align: center;
    padding: 50px 0;
    position: relative;
}


@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .sub-triple-cta {
        background: transparent !important;
        padding: 0 0 60px;
        position: relative;
    }
    
    .leftside {
        display: block;
        zoom: 1;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
    }

    .rightside {
        display: block;
        zoom: 1;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
    }
    
    .text {
        padding: 0 0;
    }
    
    .side-by h3 {
        font-size: 34px;
        line-height: 38px;
        color: 
        #1C355E;
        font-weight: bold;
    }
    
    .side-by a {
        color: #87D1E6;
        font-weight: bold;
        font-size: 21px;
        margin-bottom: 30px !important;
        display: block;
    }
}













.gray {
    background: url(../images/gray-arch.jpg) no-repeat top right;
}

.clean-intro p {
    font-size: 20px;
    line-height: 30px;
    color: #1C355E;
}

.clean-intro:after {
    content:'';
    display: block;
    width: 1px;
    background: #87D1E6;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto !important;
}

.clean-intro_noline {
    text-align: center;
    padding: 50px 0 0;
    position: relative;
}

.clean-intro_noline p {
    font-size: 22px;
    line-height: 34px;
    color: #1C355E;
}

.full-width-img {
    margin-bottom: 50px;
}

.full-width-img img {
    width: 100%;
    margin: 0;
    display: block;
}

.voices-filter {
    background: url(../images/texture.png) repeat-x;
    padding: 50px 0;
}

.voices-feed {
    background: url(../images/texture.png) repeat-x;
    padding: 50px 0;
}

.voices-feed.tags {
    background: transparent !important;
}
.voices-feed h3.pt-cv-title  {
    padding: 0 !important;
    font-size: 28px !important; 
    line-height: 30px !important;
    color: #1C355E !important;
    margin-bottom: 20px;
}

.voices-feed h3.pt-cv-title a {
    color: #1C355E !important;
    font-weight: bold !important;
}

.voices-feed h3.pt-cv-title a:hover {
    color: #87D1E6 !important;
}


.voices-feed .entry-date time {
    text-transform: uppercase !important;
    color: #87D1E6 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}

.voices-feed .pt-cv-meta-fields {
    margin-bottom: 0 !important;
}

.voices-feed .pt-cv-content {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ddd !important;
}

.voices-feed .pt-cv-content-item {
     background: url(../images/tile-texture.jpg) repeat-y !important;
    box-sizing: border-box !important;
    padding: 30px 60px !important;
    margin-bottom: 50px !important;
}

.voices-feed .pt-cv-ctf-author_image {
    display: inline-block !important;
    zoom: 1 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    vertical-align: middle; !important 
}

.voices-feed .pt-cv-ctf-author_image .pt-cv-ctf-value {
    display: inline-block !important;
    zoom: 1 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    vertical-align: middle; !important 
}

.voices-feed .pt-cv-wrapper .col-md-12 {
    width: auto !important;
}

.voices-feed .pt-cv-ctf-author_name {
    width: 400px;
    box-sizing: border-box;
    padding-left: 20px;
        font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1C355E;
    margin-bottom: 0;
    line-height: 20px;
}

.voices-feed .pt-cv-ctf-author_title {
    width: 400px;
    box-sizing: border-box;
    line-height: 20px;
    padding: 0 0 0 20px !important;
    margin-top: 0 !important;
}


.voices-feed .pt-cv-ctf-author_image {

    margin: 0 !important;
}

.voices-feed .pt-cv-ctf-list .col-md-12.pt-cv-ctf-column {
    width: 20%;
}

.voices-feed .pt-cv-page {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
}

.voices-feed .cvp-live-button {
    display: none;
}

.voices-feed .cvp-search-box input {
    border: 0 !important;
}


.voices-feed ul {
    margin: 0;
   display: flex;
  flex-wrap: wrap;
}

.voices-feed ul li {
    background: url(../images/tile-texture.jpg) repeat-y;
    box-sizing: border-box;
    padding: 30px 60px;
    margin-bottom: 50px;
    display: inline-block;
    zoom: 1;
    width: 49% !important;
    vertical-align: top;
    
}

.voices-feed ul li h6 {
    text-transform: uppercase;
    color: #87D1E6;
    font-size: 13px;
    font-weight: bold;
}

.voices-feed ul li h3 {
    font-size: 28px; 
    line-height: 30px;
    color: #1C355E;
    margin-bottom: 20px;
}

.voices-feed ul li h3 a {
    color: #1C355E;
    font-weight: bold;
}

.voices-feed ul li h3 a:hover {
    color: #87D1E6;
}

.voices-feed ul li p {
    line-height: 24px;
    margin-bottom: 20px;
}

.voices-feed ul li p a {
    font-weight: bold;
    color: #1C355E;
}

.voices-feed ul li a {
    font-weight: bold;
}

.voices-feed ul li p a:hover {
    color: #87D1E6;
}

.post-author {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.post-author h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1C355E;
    margin-bottom: 0;
    line-height: 20px;
}

.post-author p {
    color: #87D1E6;
    margin-bottom: 0 !important;
}

.author-img {
    display: inline-block;
    zoom: 1;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.author-img img {
    display: block;
    width: 100%;
    margin: 0;
}

.author-info {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;  
    box-sizing: border-box;
    padding-left: 10px;
}

.load-more {
    padding: 10px 0 20px;
    text-align: center;
}

.load-more a {
    background: #1C355E;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 25px;
}

.load-more a:hover {
    background: #87D1E6;
    color: #1C355E;
}




@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .voices-feed ul li {
        background: url(../images/tile-texture.jpg) repeat-y;
        box-sizing: border-box;
        padding: 30px 60px;
        margin-bottom: 50px;
        display: block;
        width: 100% !important;
        vertical-align: top;
        flex-grow: 1;
    }
}











.team-members {
    padding: 50px 0;
}

.team-members ul {
    margin: 0;
}

.team-members ul li {
    margin: 0 1.5% 40px;
    padding: 0 0 40px;
    display: inline-block;
    zoom: 1;
    width: 30.3%;
    box-sizing: border-box;
    background: url(../images/texture-bottom.jpg) repeat-x bottom center;
}

.staff-tn {
    display: inline-block;
    zoom: 1;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.staff-tn img {
    width: 100%;
    display: block;
    margin: 0;
}

.staff-info {
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
    width: 70%;
}

.staff-info h3 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1C355E;
}

.staff-info p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}

.staff-info a {
    color: #87D1E6;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;

}

.staff-info a:hover {
    color: #1C355E;
}

.staff-info a.biolink {
    font-size: 12px;
    font-weight: bold;
}

.staff-info a.biolink:hover {
    color: #1C355E;
}




@media only screen and (min-width: 768px) and (max-width: 1280px) {
     .team-members ul li {
        margin: 0 1.5% 40px;
        padding: 0 0 40px;
        display: inline-block;
        zoom: 1;
        width: 47%;
        box-sizing: border-box;
        background: url(../images/texture-bottom.jpg) repeat-x bottom center;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .team-members ul li {
        margin: 0 1.5% 40px;
        padding: 0 0 40px;
        display: block;
        zoom: 1;
        width: 100% !important;
        box-sizing: border-box;
        background: url(../images/texture-bottom.jpg) repeat-x bottom center;
    }
    
    .staff-tn {
        display: block;
        zoom: 1;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        overflow: hidden;
        vertical-align: top;
        margin: 0 10%;
        
    }
    
    .staff-info {
        display: block;
        zoom: 1;
        box-sizing: border-box;
        padding-top: 30px;
        padding-left: 0;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }
}




.join {
    background-position: 50% 50% !important;
    padding: 100px;
    text-align: center;
}

.join-box {
    background: url(../images/texture-bottom.jpg) repeat-x top center #fff;
    width: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

.join-box h4 {
    font-weight: bold;
    color: #1C355E;
}

.join-box p {
    color: #1C355E;
}

.join-box a {
    color: #fff;
    background: #1C355E;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
}

.join-box a:hover {
    color: #1C355E;
    background: #87D1E6;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .join {
        background-position: 50% 50% !important;
        padding: 30px;
        text-align: center;
    }
    .join-box {
        background: url(../images/texture-bottom.jpg) repeat-x top center #fff;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 30px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    }

}





.contact-info {
    padding: 50px 0;
}
.map-info {
   background: #1C355E;
}

.map-left {
    display: inline-block;
    zoom: 1;
    width: 50%;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 !important;
}

.map-left iframe {
    width: 100% !important;
}

.map-right {
    display: inline-block;
    zoom: 1;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 80px;
    position: relative;
}

 .google-maps {
        position: relative;
        padding-bottom: 0; 
        margin: 0 !important;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

.map-right h6 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.map-right address, .map-right phone {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
}

.map-right a {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
}

.map-right a:hover {
    color: #87D1E6;
}

.goto {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
}

.goto img {
    width: 100%;
    display: block;
    margin: 0;
}

.contact-form span {
    margin: 0 .49% !important;
    padding: 0 !important;
}

.contact-form input[type="text"] {
    background: #F4F4F4;
    border: 0;
    color: #1C355E;
    padding: 25px;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    display: inline-block;
    width: 49%;
    margin-bottom: -1.3%;
}

.contact-form a {
    background: #1C355E;
    border: 0;
    color: #fff;
    padding: 25px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 20px 35px;
    position: relative;
    z-index: 9999 !important;
}

.contact-form a:hover {
    color: #87D1E6;
}


.contact-form textarea {
     background: #F4F4F4;
    border: 0;
    color: #1C355E;
    padding: 25px;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 1.5%;
}

.contact-form input[type="submit"] {
     background: #1C355E;
    border: 0;
    color: #fff;
    padding: 25px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 20px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .contact-info {
        padding: 0 0 50px;
    }
    
    .contact-info .container { width: 100% !important; }
    .contact-info .container .sixteen.columns {
        width: 100% !important;
    }
    .map-left {
        display: block;
        zoom: 1;
        width: 100% !important;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .map-left iframe {
        width: 100%;
    }
    .map-right {
        display: block;
        zoom: 1;
        width: 100% !important;
        vertical-align: top;
        box-sizing: border-box;
        padding: 30px 20px !important;
        position: relative;
    }
    
    .goto {
        position: absolute;
        bottom: 0;
        right: 0 !important;
        width: 50px;
        left: auto;
    }
    
    .contact-form input[type="text"] {
    background: #F4F4F4;
    border: 0;
    color: #1C355E;
        padding: 25px;
        font-size: 17px;
        font-family: 'Titillium Web', sans-serif;
        display: block;
        width: 100%;
        margin-bottom: -1.3%;
    }
    
    .wpcf7-form br {
        display: none !important;
    }
    
    .contact-form textarea {
        margin-bottom: 20px;
    }
}








.full-post {
    position: relative;
    border-top: 1px solid #ddd;
}

.author-cred {
    padding-top: 50px;
    
    box-sizing: border-box;
    padding-right: 60px;
}

.author-cred h2 {
    font-weight: bold;
    color: #1C355E;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
}

.author-cred p {
    color: #8E8E8E;
    font-size: 15px;
    line-height: 22px;
}

.cred-img {
    width: 100%;
        -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.cred-img img {
    display: block;
    width: 100%;
    margin: 0;
}

.full-article {
    padding: 50px 0 50px 70px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background: url(../images/tile-texture.jpg) no-repeat 0px -30px;
}

.full-article h1 {
    color: #1C355E;
    margin-bottom: 30px;
}

.full-article p a {
    color: #1C355E !important;
    font-weight: bold !important;;
}

.full-article img {
    max-width: 100%;
    margin: 0 auto !important;
}

.backtoblog {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.backtoblog a {
    color: #87D1E6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.backtoblog a:hover {
        color:  #1C355E;
}


@media only screen and (max-width: 999px) {
    .full-article {
        padding: 50px 0;
        background: transparent;
    }
    .full-article h1 {
        color: #1C355E;
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 42px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .author-cred {
        padding-top: 15px;
        text-align: left;
        box-sizing: border-box;
        padding-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        
    }
    
    .author-post-info {
        display: inline-block;
        vertical-align: middle;
        width: 87%;
        box-sizing: border-box;
        padding-left: 20px;
    }
    
    .author-post-info h2 {
        font-size: 19px;
    }
    
    .author-post-info p {
        margin-bottom: 0 !important;
    }
    
    .cred-img {
        width: 13%;
        margin: 0 auto 0;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    .cred-img img {
        display: block;
        width: 100%;
        margin: 0 auto !important;
    }
}









.full-bio {
    background: rgba(28,53,94,.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.bio-wrapper {
    background: url(../images/texture.png) repeat-x top center #fff;
    padding: 80px 50px;
    box-sizing: border-box;
    height: 100%;
}

.bio-hero {
    width: 300px;
    height: 300px;
    overflow: hidden; 
        -webkit-border-radius: 150px;
    border-radius: 150px;
    margin: 0 auto;
       -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.9);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.9);
    margin-bottom: 0;
}

.bio-border {
    width: 342px;
    height: 342px;
    border: 3px solid #1C355E;
    padding: 20px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    box-sizing: border-box;
    margin: 0 auto 30px !important;
}

.bio-hero img {
    width: 100%;
    display: block;
    margin: 0;
}

.bio-meta {
    text-align: center;
    margin-bottom: 30px;
}

.bio-meta h3 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1C355E;
}

.bio-meta p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}

.bio-meta a {
    color: #87D1E6;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;

}

.bio-meta a:hover {
    color: #1C355E;
}




.modal {
    display: none;
    vertical-align: middle;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 9999 !important;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 0 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top:50px;
    right: 10px;
    display: block;
    width: 70px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/close.svg);
}


@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .modal {
        width: 100% !important;
    }
    
    .bio-wrapper {
        background: url(../images/texture.png) repeat-x top center 
        #fff;
        padding: 80px 20px;
        box-sizing: border-box;
        height: 100%;
    }
    
    .modal a.close-modal {
        position: absolute;
        top: 50px;
        right: 30px;
        display: block;
        width: 70px;
        height: 30px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/close.svg);
    }
}






.cvp-live-filter select::before {
    display: block;
    content: ;
    content: '';
    width: 90%;
    height: 2px;
    background: #000;
    position: relative;
}

.tools_for_action-feed {
    padding-top: 40px;
    padding-bottom: 40px;
}


.tools_feed {
    position: relative;
}

.tools_rule {
    position: absolute;
    top: 35px;
    width: 72%;
    height: 2px;
    background-color: #e1e1e1;
    z-index: 1;
}

.cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
float: right;
}
.pt-cv-wrapper select {
outline: none !important;
}

.cvp-live-filter select {
border: 0 !important;
outline: 0 !important;
font-size: 16px !important;
font-weight: bold !important;
padding: 0px 30px !important;
text-transform: uppercase !important;
z-index: 8888 !important;
position: relative !important;
margin-bottom: 20px !important;
}

.tx_category {
background: #fff;
}

#pt-cv-view-6c55cceoql .pt-cv-ifield {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
}

.cvp-live-filter.cvp-dropdown {
    margin-right: 0 !important;
}

.pt-cv-view .pt-cv-title {
    padding: 0 30px 30px;
    box-sizing: border-box;
}



.cvp-live-filter.cvp-search-box {
    width: 350px !important;
    display: inline-block;
}


.voices-feed .cvp-live-filter select {
    margin-bottom: 0 !important;
}





.pt-cv-wrapper input {
    line-height: normal;
}
.pt-cv-wrapper button, .pt-cv-wrapper input, .pt-cv-wrapper optgroup, .pt-cv-wrapper select, .pt-cv-wrapper textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px;
    max-width: 100%;
    outline: medium none;
    padding: 20px;
    -webkit-transition: border-color 200ms ease-in-out 0ms, border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    -moz-transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    -ms-transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    -o-transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    width: 100%;
}





.cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
    display: inline-block;
    margin-right: 20px !important;
    vertical-align: top;
    width: 225px;
    background: #fff !important;
    padding: 20px !important;
}
.cvp-live-filter.cvp-dropdown {
    margin-right: 0 !important;
}
.cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
    float: right;
}





.cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
    display: inline-block;
    margin-right: 20px !important;
    vertical-align: top;
    width: 368px;
    background: #fff !important;
    padding: 18px !important;
    margin-bottom: 0 !important;
}
.cvp-live-filter.cvp-dropdown {
    margin-right: 0 !important;
}
.cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
    float: right;
}
.cvp-live-filter {
    margin-bottom: 0 !important;
}

.voices-feed .cvp-search-box input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    margin: 0 0 !important;
    max-width: 100%;
    outline: medium none;
    padding: 20px !important;
    -webkit-transition: border-color 200ms ease-in-out 0ms, border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    -moz-transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    -ms-transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    -o-transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    transition: border-color 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.voices-feed .cvp-search-box input[type="text"]:focus {
    border: 2px solid #ECD925;
}



.pt-cv-colsys {
    margin-left: 0;
    margin-right: 0;
    margin-top: 90px;
}

.voices-feed .cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
    display: inline-block !important;
    margin-right: 12px !important;
    vertical-align: top;
}



@media only screen and (min-width: 768px) and (max-width: 999px) {
    .cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
        display: inline-block;
        margin-right: 10px !important;
        vertical-align: top;
        width: 24% !important;
        background: #fff !important;
        padding: 18px !important;
    } 
    
    .cvp-live-filter select {
        min-height: 30px;
        width: 100% !important;
    }
    
    .cvp-live-filter.cvp-search-box {
        width: 24% !important;
        display: inline-block;
        margin-right: 0 !important;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
   .cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
        display: inline-block;
        margin-right: 0 !important;
        vertical-align: top;
        width: 90% !important;
        background: #fff !important;
        padding: 18px !important;
    } 
    
    .cvp-live-filter select {
        min-height: 30px;
        width: 100% !important;
    }
    
    .cvp-live-filter.cvp-search-box {
        width: 100% !important;
        display: inline-block;
    }
}




.tags-container {
    padding-bottom: 30px;
    font-weight: bold;
}




/* ACCORDION
================================================================================================================================================================= */

.accordion-content {
    padding: 40px 0 80px;   
}

.accordion {
    background-color: #1C355E;
    color: #fff !important;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    line-height: 24px;
    transition: 0.4s;
    font-family: 'Titillium Web', 'Arial', sans-serif;
    border-radius: 0 !important;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.panel-content p a {
    color: #1C355E !important;
    font-weight: bold;
}

.panel-content p a:hover {
    color: #87D1E6 !important;
}

.active-open, .accordion:hover {
     background-color: #ECD925 !important; 
    color: #1c355e !important;
    border-bottom: 2px solid #fff !important;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 33px;
}

.active-open:after {
    content: "\2212";
}

.panel {
    box-sizing: border-box;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-content {
   margin: 30px 30px 50px 30px; 
}  


.export_btn {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Titillium Web', 'Arial', sans-serif;
}


.panel.open {
    max-height: 100%;
}


.events_page-feed .home-events-wrapper {
    margin-top: 40px !important;
    background: #fff !important;
}



.wpcf7-response-output {
    color: #fff !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #ECD925 !important;
}


#pt-cv-view-6c55cceoql + .pt-cv-pagination-wrapper .pt-cv-more, #pt-cv-view-6c55cceoql + .pt-cv-pagination-wrapper .pagination .active a {
    font-family: 'Titillium Web', Arial, serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #1c355e !important;
    background-color: #fff !important;
}

#pt-cv-view-6c55cceoql + .pt-cv-pagination-wrapper .pt-cv-more, #pt-cv-view-6c55cceoql + .pt-cv-pagination-wrapper .pagination .active a:hover {
    background-color: #e1e1e1 !important;
    color: #1c355e !important;
}


#pt-cv-view-332fc8d6ck + .pt-cv-pagination-wrapper .pt-cv-more, #pt-cv-view-332fc8d6ck + .pt-cv-pagination-wrapper .pagination .active a:hover {
    background-color: #e1e1e1 !important;
    color: #1c355e !important;
}


.voices-feed ul.pagination > li { padding: 0 !important; }


.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
    color: #1c355e !important;
}


.full-event h3 {
    margin-bottom: 0 !important;
}

.full-event h5 {
    line-height: 28px !important;
    margin-bottom: 0 !important;
}

.approach .videoWrapper {
    padding-top: 0 !important;
}

.home_second_layer_copy {
    padding: 20px 0 20px;
}

.full-event-content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.event-post-image {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.event-post-image img {
    width: 100%;
    display: block;
    margin: 0;
}


@media only screen and (max-width: 560px) {
    .full-event-content {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }

    .event-post-image {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    
}

/* Smaller than Medium Desktop */
@media only screen and (max-width: 1179px) {}
/* Medium Desktop */
@media only screen and (min-width: 1000px) and (max-width: 1179px) {}
/* Smaller than 960 (devices and browsers) */
@media only screen and (max-width: 999px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}


.not-found {
    text-align: center;
    padding: 50px 0;
}
