@charset "utf-8";

.payment_logo {
    padding:10px;
    background-color: #fff;
    float:right;
    border-radius: 10px;
}
.payment_cards_logo {
    clear:right;
}
.payment_cards_logo img {
    margin-left: 10px;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    color: #ccc;
    text-decoration: underline;
}
.input-group .form-control {
    z-index: 1;
}

.alert {
	text-align: center;	
}

.show_divorce1 {
	display: inline-block!important;
	visibility: visible!important;
}
/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
/* ACTIVITY INDICATION */

#imagelightbox-loading, #imagelightbox-loading div {
	border-radius: 50%;
}
#imagelightbox-loading {
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */
	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div {
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}
.jqifade {
	position: absolute;
	background-color: #777
}
iframe.jqifade {
	display: block;
	z-index: -1
}
div.jqi {
	width: 400px;
	max-width: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #fff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 7px
}
div.jqi .jqicontainer {
}
div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbb;
	font-weight: 700
}
div.jqi .jqistate {
	background-color: #fff
}
div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eee;
	margin-bottom: 0px;
}
div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444;
	overflow: auto
}
div.jqi .jqibuttonshide {
	display: none
}
div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button {
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	border: 0;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: 700;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton {
	color: #8D7249;
}
div.jqi .jqibuttons button:hover, div.jqi .jqibuttons button:focus {
	color: #8D7249;
	outline: 0
}
div.jqi .jqibuttons button[disabled] {
	color: #aaa
}
.jqiwarning .jqi .jqibuttons {
	background-color: #b95656
}
div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: .6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eee;
	border-top: 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px
}
.jqi .jqiarrow {
	position: absolute;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent
}
.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #fff
}
.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #fff;
	margin-left: -10px
}
.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #fff
}
.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #fff
}
.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #fff;
	margin-left: -10px
}
.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #fff
}
.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #fff
}
.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #fff;
	margin-top: -10px
}
.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #fff
}
.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #fff
}
.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #fff;
	margin-top: -10px
}
.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #fff
}
 @-webkit-keyframes imagelightbox-loading {
 from {
 opacity: .5;
 -webkit-transform: scale( .75 );
 transform: scale( .75 );
}
 50% {
 opacity: 1;
 -webkit-transform: scale( 1 );
 transform: scale( 1 );
}
 to {
 opacity: .5;
 -webkit-transform: scale( .75 );
 transform: scale( 1 );
}
}
 @keyframes imagelightbox-loading {
 from {
opacity: .5;
transform: scale( .75 );
}
 50% {
opacity: 1;
transform: scale( 1 );
}
 to {
opacity: .5;
transform: scale( .75 );
}
}
/* OVERLAY */

#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba(0,0,0,0.50);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* "CLOSE" BUTTON */

#imagelightbox-close {
	width: 2.8em; /* 40 */
	height: 2.8em; /* 40 */
	text-align: left;
	background-color: #000;
	border: solid 1px #000;
	border-radius: 40%;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
	background-color: #111;
}
#imagelightbox-close:before, #imagelightbox-close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#imagelightbox-close:before {
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
#imagelightbox-close:after {
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
/* CAPTION */

#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background: url(../images/nav-bg.png) left top repeat;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}
/* NAVIGATION */

#imagelightbox-nav {
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em; /* 60 */
	padding: 0.313em; /* 5 */
	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
#imagelightbox-nav button {
	width: 1em; /* 20 */
	height: 1em; /* 20 */
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
	background-color: #fff;
}
/* ARROWS */

.imagelightbox-arrow {
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #000;
	background-color: rgba( 0, 0, 0, .7 );
	border: solid 1px #000;
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
	background-color: #666;
	background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active {
	background-color: #111;
}
.imagelightbox-arrow-left {
	left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
	right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em; /* 5 */
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
 @-webkit-keyframes fade-in {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @keyframes fade-in {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
#imageGallery img {
	width: 8.75em;
	height: 8.75em;
	border-color: #eee;
	border: 0.625em solid rgba( 255, 255, 255, .5 );
	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 );
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 );
	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
}
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	background: #333;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 10px 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2)
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}
.sidr p a {
	color: rgba(255,255,255,0.9)
}
.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d
}
.sidr ul li {
	display: block;
	margin: 0;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
	line-height: 20px;
	padding: 10px 20px;
}
.sidr a {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.sidr ul li i {
	display: none;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	border-top: none;
	line-height: 49px
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr ul li a, .sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #fff
}
.sidr ul li ul {
	border-bottom: none;
	margin: 0
}
.sidr ul li ul li {
	line-height: 24px;
	font-size: 13px;
	padding: 7px;
}
.sidr ul li ul li:last-child {
	border-bottom: none
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 30px
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr ul li ul li a, .sidr ul li ul li span {
	color: rgba(255,255,255,0.8);
	padding-left: 12px
}
.sidr form {
	margin: 0 15px
}
.sidr label {
	font-size: 13px
}
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.6);
	display: block;
	clear: both
}
.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}
.sidr input[type=button], .sidr input[type=submit] {
	color: #333;
	background: #fff
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
	background: rgba(255,255,255,0.9)
}

@media only screen and (max-width: 41.250em) /* 660 */ {
#container {
	width: 100%;
}
#imagelightbox-close {
	top: 1.25em; /* 20 */
	right: 1.25em; /* 20 */
}
#imagelightbox-nav {
	bottom: 1.25em; /* 20 */
}
.imagelightbox-arrow {
	width: 2.5em; /* 40 */
	height: 3.75em; /* 60 */
	margin-top: -2.75em; /* 30 */
}
.imagelightbox-arrow-left {
	left: 1.25em; /* 20 */
}
.imagelightbox-arrow-right {
	right: 1.25em; /* 20 */
}
}

@media only screen and (max-width: 20em) /* 320 */ {
.imagelightbox-arrow-left {
	left: 0;
}
.imagelightbox-arrow-right {
	right: 0;
}
}
.recentnews {
	border-top: 10px solid#eeeeeb;
	padding: 53px 0 53px 0;
	float: left;
	width: 100%;
}
.recentnews h6 {
	font-weight: normal;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #2F2D78;
	margin-bottom: 20px;
}
.protectionpart-right {
	padding-left: 35px;
}
.impactElement {
	width: 100%;
	height: auto;
	text-align: center;
}
.impactElement img {
	width: 100%;
	height: auto;
	max-width: 1920px;
}
.statement {
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #333333;
	margin-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	line-height: 24px;
}
.information h3 {
	font-size: 40px;
	color: #c1c1c1;
	margin: 0;
}
.information h2 {
	font-size: 30px;
	margin: 0 0 10px 0;
}
.information {
	background-repeat: repeat;
	background-position: left top;
	padding: 35px 0;
	margin-top: 2px;
	text-align: center;
	background-color: rgba(47,45,120,1.00);
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
}
body {
	position: relative;
}
.news_list {
	float: left;
	width: 100%;
}
.news_list ul li {
	display: list-item;
	list-style: circle;
	padding-bottom: 10px;
}
.news_list ul li a {
	color: #2f2d77;
	text-decoration: underline;
}
.news_list ul li a:hover {
	color: #000;
}
.article {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(228,228,228,1.00);
}
.article .title {
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #161616;
	margin-bottom: 15px;
}
.article .image {
	float: left;
	width: 100%;
	border-bottom: 4px solid #2f2d77;
	max-width: 647px;
}
.article .image img {
	width: 100%;
	height: auto;
}
.article .content {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
.article .action {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 25px;
}
#navbar-example {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	top: 0px;
	left: 0px;
	text-align: center;
}
.service_row {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid #ccc 1px;
	float: left;
	position: relative;
}
.table_row {
	display: table;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
	height: 426px;
	margin: 0px;
	padding: 0px;
}
.button_group {
	margin-top: 10px !important;
}
.online_button {
	transition: all 1.5s ease-out;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #7e7ebb;
	border: 1px solid #7e7ebb;
	color: #fff;
	background-image: url(../images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
}
.online_button:hover {
	border: 1px solid #D7D7D7;
	color: #3D3D3D;
	background-color: #D7D7D7;
}
.read_more_large:hover {
	border: 1px solid #D7D7D7;
	color: #3D3D3D;
	background-color: #D7D7D7;
}
.read_more_large {
	transition: all 1.5s ease-out;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #2f2d77;
	border: 1px solid #2f2d77;
	color: #fff;
	padding: 15px;
}
.service_image {
	float: left;
}
.service_image img {
	border: 1px solid #E4E4E4;
	float: left;
}
.maincontent {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.label_head {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	background-color: #c0c0d6;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
.news_item {
	text-align: center;
	float: left;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(228,228,228,1.00);
}
.news_item .image {
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #2f2d77;
}
.news_item .image img {
	float: left;
	width: 100%;
	height: auto;
}
.news_item .title {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #161616;
}
.news_item .date {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #161616;
}
.space_content {
	padding-right: 40px;
}
.impact img {
	width: 100%;
	height: auto;
}
.member {
	padding-bottom: 20px;
}
.member .image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.member .image:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.impact, .impact_section {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    /* display: inline-block; */
    border-bottom: 1px solid #2f2d77;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
}.impact {
	border-bottom: 10px solid #2f2d77;
}
.impact iframe {
	float: left;
	width: 100%;
}
.impact_section .home_impact {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 570px;
}
.impact_section .home_impact.dandelion {
	background-image: url(../images/impacts/home_dandelion.jpg);
}
.impact_section .home_impact.mediation {
	background-image: url(../images/impacts/mediation.jpg);
}
.impact_section .home_impact.daisy {
	background-image: url(../images/impacts/daisy.jpg);
}
.impact_section h2 {
	font-size: 24px;
	color: #000000;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.impact_section p {
	font-size: 14px;
	font-family: "Abril Titling";
	color: #404041;
	line-height: 20px;
	line-height: 30px;
}
.impact_section button {
	transition: all 1.5s ease-out;
	margin-top: 20px;
	border-radius: 5px;
	background-color: rgb(217, 217, 217);
	width: auto;
	z-index: 44;
	background-image: url(../images/logo_icon.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	outline: none;
	border: solid 1px rgb(217, 217, 217);
	font-size: 16px;
	color: #010101;
	padding-LEFT: 53px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 18px;
}
.impact_section button:hover {
	background-color: rgba(126,126,187,1.00);
	color: rgba(255,255,255,1.00);
}
.accreditation {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.legal_icons {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
	float: left;
}
.legal_icons img {
	margin-left: 10px;
	margin-right: 20px;
}
.legal_icons .logo {
	display: inline-block;
}
.footer {
	background-color: #212121;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 16px;
}
.footer .foot_left {
	text-align: left;
}
.footer .foot_right {
	text-align: right;
}
.footer .disclaimer {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}
.centre_wrap {
	width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.home_center {
	padding-top: 170px;
}
.get_in_touch_center {
	padding-top: 60px;
}
.foot_center {
	width: 780px;
}
.get_in_touch {
	color: #fff;
	text-align: center;
	background-image: url(../images/impacts/getintouch.jpg);
	min-height: 307px;
}
.get_in_touch h3 {
	font-family: "trajan-pro-3", sans-serif;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
.get_in_touch p {
	font-size: 20px;
}
.get_in_touch p img {
	margin-left: 5px;
	margin-right: 5px;
}
.team {
	font-family: "lato", sans-serif;
	width: 100%;
	background-color: #2f2d77;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
	float: left;
}
.team .image {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.team .image img {
	width: 100%;
	height: auto;
	max-width: 197px;
}
.team .name {
	margin-bottom: 5px;
	width: 100%;
	font-size: 14px;
	font-family: "trajan-pro-3", sans-serif;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding-top: 15px;
}
.team p {
	width: 100%;
	font-size: 12px;
	color: rgb(255, 255, 255);
}
.team .role {
	min-height: 40px;
}
.team .social_team {
	margin-bottom: 5px;
	margin-top: 5px;
}
.team .social_team img {
	margin-left: 5px;
	margin-right: 5px;
}
.team a {
	width: 100%;
	font-size: 12px;
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
.team a:hover {
	color: rgba(199,199,199,1.00);
}
.textcontent {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	font-family: "lato", sans-serif;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom: 20px;
}
.textcontent img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.textcontent.blog_imagery img {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	border-bottom: none !important;
}
.textcontent h1 {
	font-weight: normal;
	font-family: "trajan-pro-3", sans-serif;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #2F2D78;
	margin-bottom: 20px;
	line-height: 28px;
}
.textcontent h2 {
	font-family: "lato", sans-serif;
	font-size: 18px;
	color: #15629d !important;
	margin: 0;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
	display: block;
	float: none;
}
.textcontent h3 {
	font-family: "lato", sans-serif;
	font-size: 16px;
	color: #15629d !important;
	margin: 0;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
	display: block;
	float: none;
}
.textcontent h4 {
	font-family: "lato", sans-serif;
	font-size: 14px;
	color: #000 !important;
	margin: 0;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
	display: block;
	float: none;
}
.textcontent p {
	font-size: 14px !important;
	color: #333333 !important;
	padding-top: 7px !important;
	padding-left: 0 !important;
	padding-bottom: 7px !important;
	padding-right: 0 !important;
}
.textcontent ul li {
}
.textcontent a {
	transition: all 1.5s ease-out;
	color: #0975B8;
	text-decoration: none;
}
.textcontent a:hover {
	color: #000;
	text-decoration: underline;
}
body {
	font-family: "lato", sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}
img {
	transition: all 1.5s ease-out;
}
.loading {
	opacity: 0;
}
.img-res {
	max-width: 100%;
}
.img-res.loading {
	margin-top: 160px;
}
#mobile_menu {
	display: none;
}
.social_top {
	padding-top: 30px;
	text-align: right;
}
.social_top li {
	display: inline;
	list-style: none;
	margin-left: 2px;
}
.nav li a.main {
	transition: all 1.0s ease-out;
	margin-left: 15px;
	font-family: "trajan-pro-3", sans-serif;
	font-size: 12px;
	color: #000024;
	text-transform: uppercase;
	background-color: #f2f2f2;
}
.nav li .caret_main {
	transition: all 1.0s ease-out;
	margin-left: -9px;
	font-family: "trajan-pro-3", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 9px;
	color: #3D3D3D;
	background-color: #f2f2f2;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 1px solid rgba(213,213,213,1.00);
}
.nav li .caret_main.active {
	color: #ffffff;
	background-color: #2f2d77;
}
.nav li .btn-main {
	transition: all 1.0s ease-out;
	margin-left: 15px;
	font-family: "trajan-pro-3", sans-serif;
	font-size: 12px;
	color: #000024;
	text-transform: uppercase;
	background-color: #f2f2f2;
	padding: 9px 12px;
}
.nav li .btn-main:hover {
	color: #3D3D3D;
	background-color: #D7D7D7;
}
.btn-caret {
	padding: 9px 12px;
}
.btn-group>.btn+.dropdown-toggle {
	background-color: #D7D7D7;
}
.navbar-btn {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav li a.main.active {
	color: #ffffff;
	background-color: #2f2d77;
}
.nav li:hover a.main {
	color: #3D3D3D;
	background-color: #D7D7D7;
}
.dropdown-menu {
	left: -15px;
}
.tagline {
	font-family: "trajan-pro-3", sans-serif;
	background-color: rgba(47,45,119,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 30px;
}
.tagline .tag {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
.tagline .quote {
	font-size: 80px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}
li .pill_blue.main img {
	padding-left: 5px;
}
.nav {
	padding-top: 20px;
	float: right;
	text-align: right;
}
.nav.nav-pills li .pill_blue {
	background-color: rgba(126,126,187,1.00);
	color: rgba(255,255,255,1.00);
	background-image: url(../images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 30px;
}
.phone_top {
	padding-top: 10px;
	text-align: right;
	font-family: "trajan-pro-3", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
.blue {
	color: #2f2d77;
}
.header_left {
	padding-top: 20px;
}
.article .title .date {
	float: right;
	text-align: right;
	font-size: 14px;
}
#sideMenu, #sidrHome {
	display: none;
}

@media only screen and (max-width:1200px) {
.nav li a.main {
	margin-left: 5px;
}
.nav>li>a {
	padding: 10px 10px;
}
.nav li .caret_main {
	margin-left: -2px;
	padding: 10px 7px;
}
}

@media only screen and (max-width:1024px) {
.home_center {
	padding-top: 50px;
	padding-bottom: 50px;
}
.impact_section .home_impact {
	min-height: 10px;
}
}

@media only screen and (max-width:990px) {
.hide_tablet {
	display: none !important;
}
}

@media only screen and (max-width:990px) {
.impact_section .home_impact {
	background-position-x: center;
}
.team {
	padding-bottom: 0px;
}
.foot_center {
	width: auto;
}
}

@media only screen and (max-width:768px) {
.social_top {
	padding-top: 30px;
	text-align: center;
}
.legal_icons .logo {
	display: inline-block;
	float: left;
	width: auto;
	text-align: center;
	padding: 20px;
}
.centre_wrap {
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.tagline .tag {
	margin-left: 0px;
	margin-right: 0px;
}
#sideMenu {
	display: block !important;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:999;
	width: 100px;
	height:100px;
}
.header_left, .social_top, .phone_top {
	text-align: center;
}
.hide_mobile, .tagline .quote {
	display: none !important;
}
.tagline {
	padding-top: 21px;
	margin-top: 30px;
}
}

@media only screen and (max-width:667px) {
.legal_icons .logo {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	padding: 0px;
}
.footer .foot_left, .footer .foot_right {
	text-align: center;
	padding-bottom: 20px;
}
}

@media only screen and (max-width:375px) {
	
.social_top {
	padding-top: 30px;
	text-align: center;
	position: relative;
	top: auto;
	right: auto;
}
	
.legal_icons .logo {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
}
