/* --- BASE --- */

body {
   	font-family: urbane-rounded, sans-serif;
	font-weight: 300;
	font-style: normal;
   	font-size: 1.5rem;
   	line-height: 1.65;
   	color: #777;
   	background: #fff;
   	transition: 0.4s all;
}
.wrap {
	width: 88%;
	max-width: 1300px;
	margin: 0 auto!important;
	position: relative;
}

.vc_row {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.vc_rtl-columns-reverse {
    flex-direction: row-reverse;
}

.pt0{
	padding-top: 0!important;
}

.pb0{
	padding-bottom: 0!important;
}

.pb5{
	padding-bottom: 5rem!important;
}

.white-color, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6{
	color: #ffffff!important;
}

.box-shadow-right{
	box-shadow: 0px 0px 12px -2px;
}

.box-shadow-left{
	box-shadow: 0px 0px 12px -2px;
}

.minHeight80 h3{
	height: 80px;
}

.background-light-grey{
	background-color: 
}


/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
	font-family: fieldwork, sans-serif;
	font-style: normal;
	line-height: 1.25;
	margin: 0 0 2rem 0;
	color: #000;
	font-weight: 600;
}
h1 {
	font-size: 4.2rem;
	line-height: 1.25;
}
h2 {
	font-size: 4rem;
    line-height: 1.4;
    color: #d83c42;
    text-transform: uppercase;
}
h3 {
    font-size: 3rem;
	line-height: 1.45;
	/* margin: 0;*/
	color: #5471d2;
	text-transform: uppercase;
}
h4 {
    font-size: 2.3rem;
    font-weight: 600;
}
h5 {
    font-size: 1.75rem;
    font-weight: 600;
}
h6 {
    font-size: 1.65rem;
    font-weight: 600;
}
.feat-heading .subtitle {
	font-size: 2rem;
	line-height: 1.55;
	font-weight: 300;
	margin-top: -1rem;
}
p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 0 0 2.5rem 0;
}
.intro p {
	font-size: 1.8rem;
	font-weight: 400;
}
.lead p {
	font-size: 2.3rem;
	line-height: 1.55;
	font-weight: 300;
	margin-bottom: 3rem;
}
.lead.center p {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

b, strong {
	font-weight: 600;
}
i, em {
	font-style: italic;
}

.testimonial {
    height: auto;
    /* border-bottom: 1px solid #ebebeb; */
    display: block;
    position: relative;
    /* top: 1px; */
    width: 100%;
    /* border: 0!important; */
    /* height: 1px; */
    background: #000;
    background: -webkit-gradient(linear,0 0,100% 0,from(transparent),to(transparent),color-stop(50%,#fdf4e3));
    margin-bottom: 25px;
    padding: 25px 25px 5px 25px;
    font-weight: bold;
}

.testimonial:nth-child(2n+0) {

    background: -webkit-gradient(linear,0 0,100% 0,from(transparent),to(transparent),color-stop(50%,rgba(39, 65, 147, 0.15)));
}

.testimonial:nth-child(3n+0) {

    background: -webkit-gradient(linear,0 0,100% 0,from(transparent),to(transparent),color-stop(50%,rgba(216, 60, 66, 0.15)));
}

blockquote {
	margin: 0 0 3rem 0;
	padding-left: 1.7rem;
	border-left: 3px solid #f5f5f5;
}
blockquote p {
	font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    display: inline;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.3px;
    font-style: italic;
}
cite {
    /*display: block;*/
    display: inline;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: italic;
	margin-top: -1rem;
}
.ir-quote__author {
	margin-top: -2rem;
	padding-left: 2rem;
}
.ir-quote__author .name {
	font-size: 1.75rem;
	margin: 0;
}
.ir-quote__author .position {
	font-size: 1.45rem;
	text-transform: uppercase;
}
address {
	font-weight: 400;
	margin-bottom: 1em;
}
abbr,
acronym {
	cursor: help;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	font-size: 1.5rem;
	background-color: #fafafa;
	padding: .125em .25em;
}
code {
	word-wrap: break-word;
}
pre {
	max-width: 100%;
	font-size: .8em;
	white-space: pre-wrap;
    word-wrap: break-word;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #f1f1f1;
	overflow: auto;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
    top: -0.5em;
}
.upp {
	text-transform: uppercase;
}


/* --- LINKS --- */
a {
	display: inline-block;
	color: #333;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #687077;
}


/* --- BUTTONS --- */
.btn,
a.btn,
button,
.give-btn{
	position: relative;
    display: inline-block;
    padding: 0px 30px;
    background: #d83d42;
    border: 2px solid #d83d42;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    height: 45px;
    line-height: 42px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    margin-bottom: 35px;
}

.btn:after ,
a.btn:after,
button:after,
.give-btn:after,
.mc4wp-form-theme input[type=submit]:after  {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
    transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}


.btn.alt,
a.btn.alt {
	color: #000;
    background: #d83d42;
}
.btn.lg,
a.btn.lg {
	padding: .8rem 3.5rem;
}
.btn:hover,
.btn:active,
.btn:focus,
a.btn:hover,
a.btn:active,
a.btn:focus,
button:hover,
button:active,
button:focus,
.give-btn::hover {
	border: 2px solid #fff;
	background: #d83d42;
}
.btn:hover:after, .btn:focus:after,
button:hover:after, button:focus:after {
    -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
    transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

.page-banner .btn:hover,
.page-banner .btn:active,
.page-banner .btn:focus {
	color: #fff;
}

a.btn.alt:hover,
a.btn.alt:active,
a.btn.alt:focus,
.btn.alt:hover,
.btn.alt:active,
.btn.alt:focus {
	color: #EAA921;
	background: #ffffff;
}
.btn.full-width {
	display: block;
}
.btn.center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


/* --- lists --- */
header ul,
footer ul,
#sidebar ul {
	list-style: none;
	margin: 0!important;
}
#content ul,
#content ol,
#content dl {
	margin: 0 0 3rem 2rem;
}
#content ul ul {
	padding-left: 0;
	margin-top: .5rem;
	margin-bottom: 0;
}
#content ol ol {
	padding-left: 1rem;
	margin-bottom: 0;
}
#content li {
	margin: 0 0 1rem 0;
}
#content dl {
	margin-bottom: 1rem;
}
#content dt {
	color: #000;
}
#content dd {
	margin: 0 0 1rem 0;
}


/* --- IMAGES --- */
img {
    display: block;
    height: auto;
}
main img {
	max-width: 100%;
	/*margin-bottom: 1em;*/
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.25em;
}
.wp-caption > a {
	display: block;
}
.wp-caption img {
	margin-bottom: 0;
}
.wp-caption-text {
	font-size: .8em;
	font-weight: 400;
	padding:  .3em .5em .2em .5em;
	background: #fafafa;
	border-bottom: 2px solid #eaeaea;
}
.alignleft {
	display: block;
	float: left;
	margin-top: .35em;
	margin-right: 1em;
}
.alignright {
	display: block;
	float: right;
	margin-top: .35em;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* --- galleries --- */
.gallery {
	margin-bottom: 3rem;
	overflow: hidden;
}
h3 + .gallery {
	margin-top: -1.5rem;
}
.gallery + .gallery {
	margin-top: -1em;
}
.gallery-item {
	float: left;
	padding: 0 .2em .2em 0;
}
.gallery-icon a,
.gallery-icon img,
.tiled-gallery-item a,
.tiled-gallery-item img {
	display: block;
	margin: 0;
}
.gallery-columns-1 .gallery-item {
	width: auto;
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: auto;
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: auto;
	max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
	width: auto;
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: auto;
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: auto;
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	width: auto;
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	width: auto;
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: auto;
	max-width: 11.11111%;
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1) {
	clear: left;
}

/* --- square thumbnail galleries --- */
.gallery-size-thumbnail {
	text-align: center;
}
.gallery-size-thumbnail .gallery-item {
	padding: 0 .6em .6em 0;
}
.gallery-size-thumbnail img {
	margin: 0 auto!important;
	max-width: 8rem;
}
.gallery-size-thumbnail.gallery-columns-1 .gallery-item {
	float: none;
	clear: none;
	width: 100%;
}
.gallery-size-thumbnail.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-size-thumbnail.gallery-columns-3 .gallery-item {
	width: 33.33333%;
}
.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
	width: 20%;
	clear: none;
}
.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
	width: 16.66667%;
	clear: none;
}
.gallery-caption {
	background: #fafafa;
	display: none;
}




/* --- TABLES --- */
main table {
	width: 100%;
	margin-bottom: 3rem;
	border-spacing: 0;
	border-collapse: collapse;
}
main table + h3 {
	margin-top: 3rem;
}
main thead th {
	font-weight: 500;
	padding: .3em .2em .1em .2em;
	border-bottom: 2px solid #d4d4d4;
}
main tr.odd {
	background: #fafafa;
}
main td {
	padding: .2em .7em;
	vertical-align: middle;
}
main tfoot {
	border-top: 2px solid #d4d4d4;
}
#content tr th {
	font-weight: 500;
	text-align: right;
}
#content thead th {
	text-align: center;
}
#content tr:nth-child(even),
#content tr.even {
	background: #f9f9f9;
}
#content tr:nth-child(odd) {
	background: #fff;
}
#content tr th,
#content tr td {
	line-height: 1.3;
	padding: .55em .7em;
}


/* --- IFRAMES --- */
iframe {
    width: 100%;
}
.iframe-wrap {
	margin-bottom: 2rem;
}
.iframe-wrap .btn {
	margin-top: 2rem;
}
.iframe-wrap.bg {
	padding: 1rem;
}


/* --- IFRAMES : videos --- */
.video-wrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   padding-top: 25px;
   height: 0;
}
.wpb_video_wrapper .video-wrapper {
    padding-bottom:0;
    padding-top: 0;
    height: auto;
}
.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* --- TOPBAR --- */
#topbar {
    font-size: 1.4rem;
    padding: .9rem 0;
    background: #b3b7bb;
}
#topbar p {
	font-size: 1.4rem;
	margin: 0;
}


/* --- HEADER --- */
header {
    padding: 1rem 0 1rem;
    background: #f5f5f5;

}
header h1 {
    float: left;
    width: 70%;
    max-width: 20rem;
	font-size: 2rem;
    font-weight: 600;
	line-height: 1.15;
	margin: 0;
	transition: 0.4s all;
}
header .tagline {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    padding: .4rem 0 0 0;
    opacity: .6;
}
header h1 a {
    display: block;
}
header h1 img {
    width: 100%;
    height: 90px;
}

header.sticky h1 img {
    width: 100%;
    height: 76px;
}


/* --- NAVIGATION : main menu --- */
.sitenav a {
	display: block;
	/*color: white;*/
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2rem;
    font-family: 'tgn-soft-round-comp', sans-serif;
    letter-spacing: 0.3px;
}

header.sticky  h1 {
    max-width: 17rem;
}

.sitenav a  {
  letter-spacing: 0;
}

.sitenav a:hover,
.sitenav a:active {
/*  letter-spacing: 1px;*/
}

/*.sitenav a:after,
.sitenav a:before,
.sitenav .current-page-parent > a:after, 
.sitenav .current-page-parent > a:before, 
.sitenav .current-menu-parent > a:after,
.sitenav .current-menu-parent > a:before,
.sitenav .current-menu-item > a:after,
.sitenav .current-menu-item > a:before{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
  width: 0;
}*/
/*
.sitenav a:hover:after,
.sitenav a:hover:before,
.sitenav .current-page-parent > a:after, 
.sitenav .current-page-parent > a:before, 
.sitenav .current-menu-parent > a:after,
.sitenav .current-menu-parent > a:before,
.sitenav .current-menu-item > a:after,
.sitenav .current-menu-item > a:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
  width: 70%;
}

.sticky .sitenav a:hover:after,
.sticky .sitenav a:hover:before,
.sticky .sitenav .current-page-parent > a:after, 
.sticky .sitenav .current-page-parent > a:before, 
.sticky .sitenav .current-menu-parent > a:after,
.sticky .sitenav .current-menu-parent > a:before,
.sticky .sitenav .current-menu-item > a:after,
.sticky .sitenav .current-menu-item > a:before {
  border-color: #000;
}*/

/*
.sitenav a:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
*/

/* --- NAVIGATION : breadcrumbs --- */
.bcr {
	font-size: 1.4rem;
	margin: -1rem 0 2rem 0;
}
.bcr .breadcrumb_last {
	font-weight: 600;
}
.bcr a:hover,
.bcr a:active,
.bcr a:focus {
	color: #687077;
}

/* --- NAVIGATION : archive navigation --- */
#content ul.page-numbers {
    list-style: none;
	margin: 0;
	padding: .5rem 0;
	border-top: 2px solid #eaeaea;
	overflow: hidden;
}
#content ul.page-numbers li {
	float: left;
}
#content ul.page-numbers .page-numbers {
	display: block;
	min-width: 3.2rem;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 .5rem 0 0;
	padding: .5rem .7rem;
	background: #f5f5f5;
}
#content ul.page-numbers .page-numbers.current {
	color: #fff;
	background: #687077;
}
#content ul.page-numbers .page-numbers:hover,
#content ul.page-numbers .page-numbers:active,
#content ul.page-numbers .page-numbers:focus {
	background: #eaeaea;
}

/* --- NAVIGATION : post navigation --- */
.post-navigation {
    margin: 4rem 0 0 0;
    padding: .5rem 0 0 0;
    border-top: 1px solid #eaeaea;
}
.post-navigation a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: .5rem 0;
}
.post-navigation a strong {
    display: block;
    font-weight: 600;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.post-navigation a:hover strong,
.post-navigation a:active strong,
.post-navigation a:focus strong {
	color: #d54249;
}


/* --- MAIN --- */
main {
   padding: 105px 0 0;
   position: relative;
}

.home main {
   /* padding: 0;*/
    overflow: hidden;
}


/* --- PAGE BANNERS --- */
.page-banner {
    margin-top: 0rem;
    margin-bottom: 16rem;
    position: relative;
}

.home .page-banner {
    margin-top: 0rem;
    margin-bottom: -3rem;
}

.page-banner#static .wrap {
	min-height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	align-items: center;
	
}
.page-banner#static .banner-content {
	position: absolute;
    bottom: -110px;
    text-align: left;
    padding: 9px 25px 25px;
   /* background-color: rgb(249, 249, 249);*/
    text-transform: uppercase;
    margin: auto;
    left: 0;
    right: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-banner#static .banner-content * {
	text-align: center;
	color: #fff;
}
.page-banner#static .banner-content h1 {
    margin: 0;
    font-family: 'tgn-soft-round-comp', sans-serif;
    font-style: normal;
    color: #000;
    font-size: 6rem;
}
.page-banner#static .banner-content img{
	max-width: 39rem;
    display: block;
    margin: auto;
}
.page-banner#static .banner-content p {
    font-size: 1.9rem;
}
.page-banner#static .banner-content p:last-of-type {
	margin-bottom: 0;
}


/* --- ARCHIVES --- */
.taxonomy-description {
	font-size: 1.4rem;
	line-height: 1.4;
}


/* --- ARCHIVES : post excerpt --- */
.post.excerpt {
	margin-bottom: 5rem;
}
.post.excerpt.sticky {
    padding: 2rem;
	background: #f5f5f5;
	position: relative;
}
.post.excerpt.sticky:before {
	content: "Featured";
	display: inline;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 2px 7px 1px 8px;
	color: #fff;
	background: #687077;
	position: absolute;
	top: -5px;
	right: -5px;
}
.post.excerpt h2 {
	margin-bottom: .2rem;
}
a.post-thumbnail,
a.post-thumbnail img {
	display: block;
	line-height: 1;
	margin: 0 0 1.4rem 0;
	padding: 0;
}


/* --- ARCHIVES : post meta --- */
.meta {
	font-size: 1.4rem;
	font-weight: 600;
    margin: 0 0 1.4rem 0;
	opacity: .6;
}


/* --- POST : comments --- */
.comments-area {
	background: #fafafa;
	border-bottom: 2px solid #d4d4d4;
	overflow: hidden;
}
.comments-title {
	margin: .9em 1em .5em 1em;
}
.comments-title,
.comment-reply-title {
	font-weight: 500;
	border-bottom: 1px solid #d4d4d4;
}
.comment-reply-title span,
.comments-title span {
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 1px solid #484b50;
}
.comment-list,
.comment-list ol {
	list-style: none;
}
.comment-list {
	padding: 1em 1em 0 1em;
}
#content .comment-list ol {
	margin-left: .7em;
}
.comment-list .comment-meta {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: none;
	border-left: 3px solid #d4d4d4;
	overflow: hidden;
}
.comment-list .bypostauthor .comment-meta {
	border-left: 3px solid #484b50;
}
.comment-list .says {
	display: none;
}
.comment-list .comment-author {
	overflow: hidden;
}
.comment-list .comment-author img {
	float: left;
	margin: 0 10px 0 0;
}
.comment-list .comment-author .fn {
	display: block;
	font-size: 1.15em;
	font-weight: 500;
	padding: 17px 0 0 0;
}
.comment-metadata {
	margin: 10px 0 0 0;
}
.comment-metadata time {
	font-weight: 400;
	color: #8c959c;
}
.comment-metadata .edit-link a {
	margin-left: .4em;
	color: #8c959c;
}
.comment-body {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.comment-body .reply {
	float: right;
	font-size: .7em;
	font-weight: 500;
	text-transform: uppercase;
	margin: -.7em 10px 0 0;
}
.comment-body .reply a {
	color: #8c959c;
}
.comment-content {
	margin: 0 10px;
}
.comment-content p {
	font-size: .9em;
	line-height: 1.45;
}
#content #commentform {
	margin-bottom: 0;
}
.comment-respond {
	padding: .9em 1em;
	border-top: 2px solid #fff;
}
.comment-respond form > p {
	font-size: .85em;
	font-weight: 400;
	margin-bottom: 1.2em;
}
.comment-respond form > p.form-submit {
	margin: 1.7em 0 1em 0;
}
.comment-respond form textarea {
	height: 140px;
}
.no-comments {
	font-size: .85em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 1em 1em 1em;
}


/* --- PAGE : 404 --- */
.error404 #content {
	margin: 10rem 0 5rem 0;
}
.error404 #content h1 {
	margin: 0 0 3rem 0;
	opacity: .6;
}
.error404 #content h1 strong {
	display: block;
	font-size: 11rem;
	color: #7c8084;
}
.error404 #content h1 span {
	display: block;
	font-size: 2.95rem;
	margin-top: -1rem;
	color: #687077;
}


/* --- PAGE : search results --- */
.results-count {
	display: block;
	margin: -1.5rem 0 1.5rem 0;
}
.search-result {
    padding-top: 2rem;
	border-top: 1px solid #eaeaea;
}
.search-result:first-of-type {
    padding-top: 0;
	border-top: none;
}
.search-result:last-of-type {
    padding-bottom: 1rem;
}
.search-result em {
    font-size: 1.4rem;
    color: #687077;
}


/* -- MODULES : team --- */
.team-member {
	margin: 0 0 5rem 0;
}
.team-member img {
	width: 100%;
	margin: 0 0 2rem 0;
}
.team-member__info h4 {
	font-size: 1.7rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
}
.team-member__info p:last-of-type {
    margin-bottom: 0;
}
.team-member__position {
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 1.3rem 0;
	opacity: .7;
}


/* -- MODULES : case studies --- */
.case-study {
    margin: 0 0 3rem 0;
}

/* -- MODULES : testimonial --- */

.testimonials p{
	position: relative;
    padding: 25px 8rem;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: italic;
}

.testimonials p:before{
    content: "\201C";
    top: 15px;
    left: 25px;
    line-height: 0.5;
    font-style: italic;
    font-weight: bold;
    opacity: 0.20;
    color: #5471d2;
    /*font-family: georgia, serif;*/
    font-size: 110px;
    position: absolute;
    z-index: -10;
    display: block;
    height: 22px;
    width: 22px;
}

.testimonials p:after{
    content: "\201C";
    top: 15px;
    right: 25px;
    line-height: 0.5;
    font-style: italic;
    font-weight: bold;
    opacity: 0.20;
    color: #5471d2;
    /*font-family: georgia, serif;*/
    font-size: 110px;
    position: absolute;
    z-index: -10;
    display: block;
    height: 22px;
    width: 22px;
}


/* -- MODULES : file list --- */
.tbl {
    margin: 0 0 3rem 0;
}
.tbl .row.th {
    display: none;
}
.tbl .row {
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #687077;
}
.tbl .cell.view a,
.tbl .cell.download a {
    display: block;
    text-align: center;
}
.tbl .cell.name {
    font-weight: 600;
}
.tbl .cell.name a,
.tbl .cell.name a:link,
.tbl .cell.name a:visited {
    display: block;
    line-height: 1.4;
}
.tbl .cell.date {
    font-size: 1.3rem;
}

#content .file-list {
	list-style: none;
	margin-left: 0;
}
#content .file-list li {
	margin: 0;
	padding: .7rem .0;
	border-bottom: 1px solid #697077;
}
#content .file-list a {
	display: block;
}
#content .file-list a .meta {
	display: inline-block;
	width: 9.5rem;
	font-size: 1.3rem;
	margin: 0;
}

/* --- FILE CTA --- */
.file-cta {
	display: block;
	text-align: center;
	padding: 4rem 3rem;
	background: #f5f5f5;
}
.file-cta .icon {
	margin-bottom: 1rem;
}
.file-cta h4 {
	margin-bottom: .6rem;
}
.file-cta p {
	font-size: 1.4rem;
	margin: 0;
}
.file-cta:hover,
.file-cta:active,
.file-cta:focus {
	background: #e6e6e6;
}

/* --- MODULE : testimonial slider ---- */

.flexslider{
	margin: 0 0 60px;
    background: transparent!important;
    border: none!important;
    position: relative;
    border-radius:0 !important
     -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
     box-shadow: none!important;
	transform: scale(1);
/*    zoom: 1; */
}

.flexslider ul, .flexslider ol, .flexslider dl {
     margin: 0!important;
}

.flexslider li {
     padding: 0!important; 
}

.flex-control-nav li {
    margin: 0 6px!important;
}

.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    background-color: transparent!important;
    padding: 0 6rem!important;
    text-align: center!important;
    min-height: 90px;
 }

/* --- MODULE : cta ---- */
.cta {
	display: block;
	text-align: center;
	padding: 4rem 3rem;
	position: relative;
}
.cta .cta-thumb {
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.cta h3,
.cta p {
	color: #fff;
	position: relative;
	z-index: 10;
}
.cta h3 {
	margin-bottom: 1.4rem;
}
.cta p { 
	margin-bottom: 0;
}

/* --- MODULES : content box --- */

.our-mission-section {
    /*top: -185px;
    margin-bottom: -140px;*/
    /*z-index: 999;*/
}

.our-mission-section h3{
	margin-top: -30px;
}

.our-mission-section .vc_row>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 286px;
    flex: 1;
}

.our-mission-section .btn{
	position: absolute!important;
	left: 0;
    right: 0;
    bottom: 35px;
    width: 200px;
    text-align: center;
}
.our-mission-section .ir-content-box {
    min-height: 440px;
    /*margin-bottom: 35px;*/
}

.pt0 .vc_column-inner{
	padding-top: 0!important;
}

/* --- MODULE : featured link --- */
.feat-link {
	display: inline-block;
	margin: 0 0 1rem 0;
	padding: 0 0 0 2.2rem;
	position: relative;
}
.feat-link:before {
	content: "\2193";
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.feat-link.pagelink:before {
	content: "\2192";
}
.feat-link:hover,
.feat-link:active,
.feat-link:focus {
	padding-left: 2.5rem;
}

/* --- MODULE : number stats --- */

.counters{

}

.stat{
	text-align: center;
}

.stat h4{
	font-size: 50px;
}

/* --- MODULES : content box --- */
.ir-content-box-container {
    width: 100%;
    margin: 0 0 4rem 0;
}
.ir-content-box-container a {
    display: inline-block;
}
.ir-content-box {
    position: relative;
    transition: all 300ms linear 0s;
    padding: 3rem 1.5rem;
}
.ir-content-box > div {
    padding-bottom: .5rem;
    position: relative;
    z-index: 5;
    width: 100%;
}
.ir-content-box__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
     min-height: 380px;
}
.wpb_text_column .wpb_wrapper {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
	-ms-flex-wrap: wrap;
    flex-direction: column;
    align-items: space-between;
	-ms-flex-align: space-between;
    justify-content: space-between;
}
.ir-content-box p {
    max-width: 50rem;
    /*font-size: 1.8rem;*/
   /* line-height: 1.4;*/
    margin: auto!important;
    /*padding: 1rem;*/
   /* color: #fff;*/
}

.ir-content-box:hover{
	box-shadow: 0 20px 30px rgba(153,153,153,.2); 
}
.ir-content-box .btn {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin: auto;
}
.ir-content-box .btn:hover,
.ir-content-box .btn:active,
.ir-content-box .btn:focus {
    color: #fff;
    background: #d83d42;
}

.highlighted-content-box{
	box-shadow: 20px 21px 30px rgba(153,153,153,.2);
    position: relative;
    z-index: 26;
    right: -60px;
    /*top: 60px;
    margin-bottom: 90px;*/
}

.box-with-shadow .vc_column_container:first-child{
	z-index: 1;
}

.box-with-shadow  .ir-content-box-container {
    margin-left: 85px;
    box-shadow: -10px 10px 80px rgba(0,0,0,.3);
}

.box-with-shadow .ir-content-box {
    padding: 3rem 3rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 450px;
    margin-bottom: 35px;
    /*padding: 0*/
}

.box-with-shadow.vc_rtl-columns-reverse .ir-content-box-container {
    margin-left: -85px;
    box-shadow: 10px 10px 80px rgba(0,0,0,.3);

}

/*.box-with-shadow .vc_rtl-columns-reverse .ir-content-box {
    padding: 3rem 3rem;
}*/


/* -- MODULES : video popup --- */
.ir-video {
	margin: 0 0 3rem 0;
}
.ir-video h4 {
	margin: 0 0 .8rem 0;
}
.ir-video .subtitle {
	margin: 0 0 1.2em 0;
}
.ir-video-thumbnail a {
	display: block;
	position: relative;
    background-color: #eaa921;
}
.ir-video-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	opacity: 0.8;
	background-color: yellow
}
.ir-video-thumbnail svg {
	display: block;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	box-shadow: 0 0 1px 15px rgba(234, 169, 33, 0.66), 0 0 1px 30px rgba(233,121,30,.1), 0 0 1px 45px rgba(233,121,30,.1);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(234, 169, 33, 0.71);
}
.ir-video-thumbnail a:hover polygon,
.ir-video-thumbnail a:active polygon,
.ir-video-thumbnail a:focus polygon {
	fill: #f5f5f5;
}
.ir-video-thumbnail a:hover svg,
.ir-video-thumbnail a:active svg,
.ir-video-thumbnail a:focus svg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.ir-video  .wpb_text_column {
	margin: 2rem 0 0 0;
}



/* --- MODULES : timeline --- */
.timeline__wrap {
    margin: 0 0 3rem 0;
	position: relative;
}
.timeline__wrap:before {
    content: "";
    display: block;
    width: 2px;
    background: #d6d6d6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 3;
}
.timeline__block {
	text-align: center;
	margin: 0 0 3rem 0;
	padding: 2rem;
	background: #f5f5f5;
    position: relative;
	z-index: 4;
}
.timeline__title + .intro {
	margin-top: -1rem;
}
.timeline__block .intro {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 0 1.5rem 0;
}
.timeline__content p:last-of-type {
	margin-bottom: 0;
}

/* --- MODULES : icon --- */
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-style: normal;
    font-weight: 400;
    /* display: inline-block; */
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    font-size: 8em!important;
    text-align: left;
    text-rendering: optimizelegibility;
    position: absolute!important;
    opacity: 0.1!important;
    left: -90px!important;
    bottom: -215px!important;
}

/* --- MODULES : interactive-banner --- */

.home .ult-new-ib-title {
    font-size: 35px!important;
    text-shadow: 2px 2px 7px black;
}

.ult-ib-effect-style6 .ult-new-ib-title {
    webkit-transform: translate3d(0,0%,0);
    -webkit-transform: translate3d(0,0%,0)!important;
     transform: translate3d(0,0%,0)!important; 
}

 .blueyellow-gradient-background{
 	background: -webkit-linear-gradient(left, rgb(45, 64, 142) 0%, rgb(237, 176, 61) 99%);
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, rgb(45, 64, 142) 0%, rgb(237, 176, 61) 99%);
	background: -webkit-linear-gradient(left, rgb(45, 64, 142) 0%, rgb(237, 176, 61) 99%);
	background: linear-gradient(to right, rgb(45, 64, 142) 0%, rgb(237, 176, 61) 99%)!important;
	box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.3);
 }

/* --- VC : tabs --- */
#content .vc_tta-tabs-list {
    list-style: none;
    margin: 0;
}
#content .vc_tta-tabs-list li {
    margin: 0;
}

.vc_tta-panel-body {
   /* background-color: #f8f8f8!important;*/
    margin: 0!important;
    padding: 25px!important;
    border: none!important;
}
.vc_tta-tabs-container {
   /* border-bottom: 1px solid #687077;*/
    margin-bottom: 35px!important;
}
.vc_tta-tab > a {
    padding: .7rem 2rem!important;
    background: rgba(38, 65, 147, 0.2)!important;
    color: #000!important;
    border: none!important;
    border-radius: 0!important;
    opacity: 0.6;
    transition: 0.4s all;
}

li.vc_tta-tab {
    width: 33%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center;
    border: 1px solid white;
}

.vc_tta-tab.vc_active > a, .vc_tta-tab > a:hover {
    color: #fff!important;
    background: #264193!important;
    opacity: 1;
}


/* --- WIDGETS --- */
main .site-widget {
	/*margin-bottom: 3rem;*/
	padding: 10px 10px;
}
.widget--title {
    font-size: 1.8rem;
    text-transform: uppercase;
	margin-bottom: 1rem;
}

/* --- WIDGETS : lists --- */
.site-widget li a {
	padding: .3rem 0;
}
.site-widget li li {
	padding-left: 1.5rem;
}

/* --- WIDGETS : archives --- */
.site-widget.widget_archive li:before,
.site-widget.widget_categories li:before,
.site-widget.widget_pages li:before {
	content: "\203A";
	padding-right: .5em;
	color: #687077;
}
.site-widget.widget_archive li:hover:before,
.site-widget.widget_categories li:hover:before,
.site-widget.widget_pages li:hover:before,
.site-widget.widget_archive li:active:before,
.site-widget.widget_categories li:active:before,
.site-widget.widget_pages li:active:before,
.site-widget.widget_archive li:focus:before,
.site-widget.widget_categories li:focus:before,
.site-widget.widget_pages li:focus:before {
	color: #000;
}
.site-widget.widget_archive li.more {
    max-width: 11.4rem;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
	padding: .5rem 1.2rem;
	color: #fff;
	background: #687077;
}
.site-widget.widget_archive li.more:before {
	content: "";
	padding-right: 0;
}
.site-widget.widget_archive li.more:after {
	content: "\2193";
	font-size: 1.2rem;
	margin-left: 6px;
}
.site-widget.widget_archive li.less:after {
	content: "\2191";
	font-size: 14px;
	margin-left: 6px;
}
.site-widget.widget_archive li.more:hover,
.site-widget.widget_archive li.more:active,
.site-widget.widget_archive li.more:focus {
	color: #414042;
	background: #eaeaea;
}

/* --- WIDGETS : forms --- */
.site-widget select {
	width: 100%;
	height: 33px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
}
.site-widget select:active,
.site-widget select:focus {
    outline: none;
    border-color: #ccc;
}
.site-widget .widget-title + label {
	display: none;
}
.site-widget .widget-title + label + select {
	margin-top: .8rem;
}

/* --- WIDGETS : tags --- */
.site-widget .tagcloud {
	margin-top: 1.5rem;
}
.site-widget .tagcloud a {
	display: inline-block;
	font-size: 1.6rem!important;
	margin: 0 0 .2em 0;
	padding: 0 .4em;
	background: #f5f5f5;
}
.site-widget .tagcloud a:hover,
.site-widget .tagcloud a:active,
.site-widget .tagcloud a:focus {
    color: #687077;
	background: #eaeaea;
}


/* --- FORMS : general --- */
#content form {
	margin-bottom: 2rem;
}
#content form ul {
	list-style: none;
	margin: 0;
}
#content form li {
	margin-bottom: 2rem;
}
form label {
	display: inline;
    font-size: 1.5rem;
    margin: 0 0 .7rem 0;
    line-height: 1.3;
}
form input,
form textarea {
	/*width: 100%;
	font-family: "Open Sans", sans-serif;*/
	font-size: 1.6rem;
	padding: 9px 12px;
	background:  #f5f5f5;
	border: 1px solid #dcdcdc;
	/*-webkit-appearance: none;*/
}
form input:active,
form input:focus,
form textarea:active,
form textarea:focus {
	outline: none;
	border-color: #ccc;
}

form select{
    display: block;
    width: 100%;
  /*  height: 34px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}


/* --- FORMS : gravity --- */
.gfield_required {
    margin-left: .4rem;
    color: #000;
    display: none!important;
}

/* --- FORMS : searchform --- */
.searchform {
    bordeR: 1px solid #dcdcdc;
}
#content .searchform {
    max-width: 45rem;
}
.searchform input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    bordeR: none;
}
.searchform input[type="submit"] {
    width: 20%;
    float: right;
    border: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:active,
.searchform input[type="submit"]:focus {
    background-color: #dcdcdc;
}


/* --- FOOTER --- */
footer {
    padding: 0;
    color: #fff;
    border-top: 1px solid #e9a810;
    background: rgb(235,170,17);
	background: -moz-linear-gradient(0deg, rgba(235,170,17,0.37) 0%, rgba(255,255,255,0.36458333333333337) 100%);
	background: -webkit-linear-gradient(0deg, rgba(235,170,17,0.37) 0%, rgba(255,255,255,0.36458333333333337) 100%);
	background: linear-gradient(0deg, rgba(235,170,17,0.37) 0%, rgba(255,255,255,0.36458333333333337) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebaa11",endColorstr="#ffffff",GradientType=1);
}
footer .widget--title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
    color: #f5f5f5;
}
footer p {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0;
}
footer .copy {
    font-size: 1.35rem;
    margin: 0;
}
footer a,
footer a:link,
footer a:visited {
    display: inline;
    color: #333;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #274193;
}
.footnav ul {
    margin: 0 0 1.5rem 0;
}
.footnav li {
    margin: 0 0 .8rem 0;
}
.footnav a {
    font-size: 1.35rem;
}
#menu-footer-menu a{
	color: #333; 
}
#menu-footer-menu a:hover{
	color: #274193; 
}
footer .col {
    padding: 2rem 0 .5rem 0;
}

footer .col-2 {
    margin-left: 35px
}

footer .col-3 {
    padding: 2rem 0 4rem 0;
}
footer .wrap + .legal {
    padding-top: 1.5rem;
    background-color: #e9a810;
    padding: 1rem 0;
}
footer .wrap + .legal p{
	color: #fff;
}
footer .btn, footer a.btn{
    display: inline-block;
    color: white;
    padding: 0px 10px;
    width: 290px;
    text-align: center;
    margin-bottom: 20px;
}

.columns{
	margin-bottom: 20px;
}

.brighterir-copy{
	float: right;
	margin-left: 15px;
}

.brighterir-copy a{
	color: white!important;
}

.brighterir-copy a:hover, .brighterir-copy a:active, .brighterir-copy a:focus {
    color: #274193!important;
}

.address, .mobile, .email{
	position: relative;
	color: #333;
	padding-bottom: 10px;
}
.address:before {
    content: '';
    background-image: url(../images/icons/icon-location.svg);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    right: 0;
    left: -35px;
    z-index: 0;
    top: 7px;
    bottom: 0;
}

.mobile:before {
    content: '';
    background-image: url(../images/icons/icon-telephone.svg);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    right: 0;
    left: -35px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}

.email:before {
    content: '';
    background-image: url(../images/icons/icon-email.svg);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    right: 0;
    left: -35px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}

.social-icons{
	float: right;
    width: 25%;
    margin-left: 15px;
}

.facebook, .twitter, .vimeo, .youtube, .instagram{
	position: relative;
    color: #333;
    padding-bottom: 10px!important;
    display: inline-block!important;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    transition: 0.4s all;
}

.facebook:before {
    content: '';
    background-image: url(../images/icons/icon-facebook.svg);
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    left: 0px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}

.twitter:before {
    content: '';
    background-image: url(../images/icons/icon-twitter.svg);
      background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    left: 0px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}
.vimeo:before {
    content: '';
    background-image: url(../images/icons/icon-vimeo.svg);
      background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    left: 0px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}
.youtube:before {
    content: '';
    background-image: url(../images/icons/icon-youtube.svg);
      background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    left: 0px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}

.instagram:before {
    content: '';
    background-image: url(../images/icons/icon-instagram.svg);
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    left: 0px;
    z-index: 0;
    top: 0px;
    bottom: 0;
}

.facebook:hover:before, .twitter:hover:before, .vimeo:hover:before, .youtube:hover:before, .instagram:hover:before {

    filter: invert(0.5) sepia(1) hue-rotate(360deg) saturate(4) brightness(1);

}

#text-5{
	margin-bottom: 30px;
}


/* --- B2T --- */
.cd-top {
	display: inline-block;
	width: 36px;
	text-align: center;
	position: fixed;
	padding-bottom: 10px;
	bottom: 0;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .06);
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0,0,0, .3);
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}
.cd-top span {
    font-size: 42px;
    margin: -3px 0 0 -26px;
	color: #fff;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .8;
}
.cd-top:hover,
.cd-top:active,
.cd-top:focus {
	background: rgba(0,0,0, .7);
	opacity: 1;
	padding-bottom: 16px;
}



/* --- TRANSITIONS --- */
a,
.site-widget.widget_archive li:before {
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.btn,
.file-cta {
	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.site-widget li.recentcomments {
	-webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.sitenav .sub-menu a,
#content ul.page-numbers .page-numbers,
.site-widget.widget_archive li,
.site-widget .tagcloud a,
.tbl .cell.view a {
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
footer a {
	-webkit-transition: color .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: color .2s ease-in-out, border .2s ease-in-out;
    transition: color .2s ease-in-out, border .2s ease-in-out;
}
input,
textarea {
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}
.cd-top,
.ir-video-thumbnail svg,
.ir-video-thumbnail polygon,
.feat-link {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vc_btn3-container {
    display: inline-block!important;
}


.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff!important;
    background-color: transparent!important;
    font-size: 16px!important;
    border: none!important;
    line-height: 0.1!important;
    padding: 0!important;
    vertical-align: unset!important;
}

footer .aptf-tweet-box{
	color: #333!important
}

footer .aptf-tweet-box a{
	color: #d83d42!important
}

.gradient-hr .vc_sep_line{
	border: 0!important;
    height: 1px;
    background: #000;
    background: -webkit-gradient(linear,0 0,100% 0,from(transparent),to(transparent),color-stop(50%,#a7a9ac));
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(165,190,228,0.2049194677871149) 20%, rgba(4,75,181,1) 50%, rgba(165,190,228,0.19931722689075626) 80%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(4,75,181,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(4,75,181,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

form p{
	color: black
}

.give-btn {
    background: #ffffff!important;
    padding: 8px 15px!important;
}

.give-donation-amount{
	float: right;
	transform: scale(1.1)!important;
/*    zoom: 1.1!important;*/
}

ul.give-donation-levels-wrap{
	display: inline-block;
}

ul.give-donation-levels-wrap li{
	margin-right: 10px!important;
}

.give-btn {
    /* background: #ffffff!important; */
    padding: 0px 30px!important;
    background: #d83d42!important;
    border: 2px solid #d83d42;
    width: 100%;
}

.give-btn:hover {
    background: #d83d42!important;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    /*background-color: #ffffff;
    color: #264193!important;
    height: 50px!important;
    line-height: 50px!important;
    font-size: 18px;
    border-right: none;
    font-family: fieldwork, sans-serif!important;*/
    display: none;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    /*background-color: #ffffff;
    color: #264193!important;
    height: 50px!important;
    line-height: 50px!important;
    font-size: 20px!important;
    font-family: fieldwork, sans-serif;*/
    display: none;
}

.aptf-template-1 .aptf-tweet-content {
       border: none;
    background: #ffffff!important;
    position: relative;
    border-bottom: 1px solid #CCC!important;
 }



.page-id-2102 .vc_grid-item-mini {
    border: 1px solid #ededed;
    background: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    box-shadow: 0 0 11px -5px black;
    padding: 10px;
}


.gform_wrapper .gfield_required{
	display: none;
}

.gform_body li{
	margin: 0!important;
	padding: 5px!important;
	line-height: 0!important;
}

.gform_button{
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    background: #d83d42;
    border: 2px solid #d83d42;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    height: 45px;
    line-height: 42px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    margin-bottom: 35px;
    width: 140px!important;
 }

 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 7px!important;
}


.custom-service-box .vc_column-inner {
	box-shadow: 0px 0px 5px 0px #ccc;
    padding: 20px!important;
    background-color: #f9f9f940;
}

.vc_col-sm-12{
	float: none!important;
}

a.tribe-events-read-more {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    background: #d83d42;
    border: 2px solid #d83d42;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    height: 45px;
    line-height: 42px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    margin-bottom: 35px;
}

a.tribe-events-read-more:hover{
	background: #fff;
    border: 2px solid #d83d42;
    color: #d83d42;
}

.tribe-events-loop .tribe-events-event-meta {
    display: inline-block!important;
    width: 60%!important;
}
.tribe-events-loop .tribe-events-content {
    width: 60%!important;
    display: inline-block!important;
}

.tribe-events-loop .tribe-events-venue-details > a, .tribe-venue a{
	display: none;
}

.tribe-events-loop a.tribe-events-gmap{
	    display: inline-block;
}

.single-tribe_events .tribe-events-event-image img {
    height: auto;
    max-width: 60%;
    display: block;
    margin: auto;
}

#media_image-4, #media_image-3 {
	width: 35%;
    display: inline-block;
    /* float: left; */
    padding: 0 5%;
    /* margin: 10px; */
}
/*#media_image-4 {
    margin: 0 25px 0 0 ;
}

#media_image-3 {
    margin: 0 0 0 25px;
}*/

.site-widget figcaption{
	display: none;
}

.ie img.ult-new-ib-img {
	transition: none;
}

img.ult-new-ib-img  {
    -webkit-transform: translate3d(-20px,0,0) scale(1.12)!important;
    transform: translate3d(-20px,0,0) scale(1.12)!important;
}


.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>a {
	margin-left: 5px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 30px!important;
    min-width: 40px!important;
    padding: 8px!important;
    font-size: 14px;
}

.slick-dots button:after, .slick-dots button:before{
	content: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
     padding: 80px;
    border: 1px solid #888;
    width: auto;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 999999999;
}
.modal-content form{
	width: 320px;
    margin: auto!important;
    position: relative;
    text-align: center;
	}

.modal-content form p {
    margin-bottom: 20px;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 40px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.mc4wp-form-theme input[type=submit] {
	position: relative;
    display: inline-block;
    padding: 0px 30px;
    background: #d83d42;
    border: 2px solid #d83d42!important;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    height: 45px;
    line-height: 42px;
    border-radius: 25px!important;
    overflow: hidden;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}


