/*
Theme Name: IES 2.0
Author: Westhouz
Author URI: http://www.westhouz.com
Description: Theme adapted from IES 1.0 theme. Newly improved design.
Version: 2.0
*/
body {
    font-family: 'Open Sans',sans-serif;
    color: #3f3f3f;
}
body.page-template-page-frontpage {
    color: #4d2f8c;
}
img{
    border:none;
    max-width: 100%;
        height: auto;
}
a {
    color: #522f91;
}
a:hover {
    color: #522f91;
}
b, strong {
    font-weight: bold;
}
table.dataTable {
    border-color: #adadad;
    margin-bottom: 20px;
}
table.dataTable thead th {
    border-color: #adadad;
}
.header-banner {
	position: relative;
    overflow: auto;
    background-size: cover;
}
.header-banner.home {
    padding: 100px;
}
.header-banner.home .inner {
    z-index: 99;
}
.header-banner.home h1 {
    font-size: 70px;
    font-weight: 100;
    color:#fff;
}
.header-banner.home h2 {
    font-size: 25px;
     color:#fff;
    font-weight: 100;
}
.header-banner__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url('../png/header-overlay_02.png') center center no-repeat;
    background-size: cover;
    /*background: rgba(57,40,100,1);
    background: -moz-linear-gradient(45deg, rgba(57,40,100,0.7) 0%, rgba(99,174,209,0.85) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(57,40,100,0.7)), color-stop(100%, rgba(99,174,209,0.85)));
    background: -webkit-linear-gradient(45deg, rgba(57,40,100,0.7) 0%, rgba(99,174,209,0.85) 100%);
    background: -o-linear-gradient(45deg, rgba(57,40,100,0.7) 0%, rgba(99,174,209,0.85) 100%);
    background: -ms-linear-gradient(45deg, rgba(57,40,100,0.7) 0%, rgba(99,174,209,0.85) 100%);
    background: linear-gradient(45deg, rgba(57,40,100,0.7) 0%, rgba(99,174,209,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#392864', endColorstr='#63aed1', GradientType=1 );*/
}
.header-banner__image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}
.header-banner__pagetitle {
	margin-top: 15rem;
	color: white;
	font-size: 4rem;
	font-weight: 200;
    position: relative;
    z-index: 10;
    margin-bottom: 1rem;
}
section.content__main {
	margin: 3rem auto;
}
ul.sub-menu, ul.sub-menu ul.sub-menu   {
    display:none;
    opacity: 0;
    position:absolute;
    z-index: 999;
    transition: opacity 0.2s;
}
.menu-item:hover > ul.sub-menu, ul.sub-menu .menu-item:hover > ul.sub-menu {
    display:block;
    opacity: 1;
    transition: opacity 0.2s;
}
ul.sub-menu {
	min-width: 300px;
	background: #522f91;
}
ul.sub-menu li, ul.sub-menu li a {
	width: 100%;
}
.content__headline {
    font-weight: 100;
    font-size: 2.75rem;
    margin-bottom: 20px;
}

/*SHARE THIS

.sharethis-inline-share-buttons { min-width: 40px !important; width: 40px !important;}
*/
.content__aside {
	background-color: #f5f5f5;
}
.page-id-13 .content__aside {
    background:none;
}
.content__aside .widget_nav_menu .menu {
	list-style: none;
    padding: 0;
    margin: auto;
    border-bottom: 7px solid #6f57a1;
}
.content__aside .widget_nav_menu .menu .menu-item {
    border-bottom: 1px solid #d9d9d9;
}
.content__aside .widget_nav_menu .menu .menu-item a {
    color: #522f91;
    display: block;
    padding: 0.6rem 0;
    font-size: 1.1rem;
    font-weight: 500;
}
.content__aside .widget_nav_menu .menu .menu-item.current-menu-item a {
	font-weight: bold;
}
.content__aside .widget {
    margin-bottom: 2rem;
}
.content__aside #text-2 {
	color: #91c9d6;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: normal;
}
.content__aside #text-2 strong {
    font-weight: 900;
}
.form-control {
	border-radius: 0;
	border: none;
}
.light-controls .form-control {
	background-color: rgba(255, 255, 255, 0.07);
	color: white;
}
.light-controls .form-control::placeholder {
	color: rgba(255,255,255,0.7);
}
.light-controls .form-control:focus {
	background-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 .2rem rgba(255,255,255,.25);
}
.header, .home-content, .subnav-divider,hr{
    background-position:center;
    background-repeat:no-repeat
}
.menu-toggle{
    position:relative;
    float:right;
}
.header-right {
    text-align: right;
    padding-right: 25px;
}
.content-wrapper{
    max-width:1100px;
    margin:0 auto;
    overflow:hidden;
    min-width:320px
}
.header {
    padding-bottom: 5px;
}
.header .logo{
    margin-top:15px;
    margin-left: 25px;
}
.menu-toggle{
    top:30px;
    right:20px;
    cursor:pointer;
    display:none
}
.mobile-menu{
    background-color:#4D2F8C;
    color:#fff;
    display:none
}
.mobile-menu.ec{
    background-color:#7DCAD4
}
.mobile-menu ul{
    list-style-type:none;
    padding:0
}
.mobile-menu ul li{
    text-align:center;
    padding:4px 10px
}
.mobile-menu ul li a{
    color:#fff
}
.mobile-menu ul li ul{
    padding:0;
    margin:0
}
.mobile-menu ul li li a{
    font-size:14px;
    text-decoration:none
}
.mobile-menu ul li.social{
    margin:10px 0
}
.mobile-menu ul li.social a{
    margin:0 10px
}
.mobile-menu ul li .header-text{
    color:#fff;
    font-size:20px
}
.search-text{
    color:#fff;
    font-size:16px;
    margin-top:16px;
    margin-left:20px;
    letter-spacing:3px;
    display:none
}
.content-button,.header-button{
    width:190px;
    display:inline-block;
    letter-spacing:3px;
    text-align:center;
    text-decoration:none
}

.btn-primary {
    background: none;
    background-color: #74bece;
    border: none;
    border-bottom: 3px solid #439caf;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}
.btn-primary:hover {
    opacity:.8;
    background-color: #439caf;
    border-color: #74bece;
}
.btn-secondary {
    background: none;
    border: 2px solid white;
    color: white;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;

}
.btn-secondary:hover {
    background: white;
    color: #333;
    border: 2px solid white;
    text-shadow: none;
}
.header .header-right .btn {
    border-radius: 0 0 5px 5px;
    margin: auto 5px;
    font-size:12px;
    padding: .7rem 1.5rem;
}
.header-social {
	white-space: nowrap;
}
.header-social__icon {
	color: #74bece;
	font-size: 1.2rem;
	margin: auto 0.6em;
	display: inline-block;
}
.header-social__icon:last-child {
	margin-right: auto;
}
.header-social__icon:hover {
	color: #74bece;
}
.content-button{
    height:28px;
    margin:10px 0 20px;
    padding-top:4px;
    font-size:16px;
    color:#fff!important;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkY2FkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWJlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#7dcad4 0,#71bece 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#7dcad4),color-stop(100%,#71bece));
    background:-webkit-linear-gradient(left,#7dcad4 0,#71bece 100%);
    background:-o-linear-gradient(left,#7dcad4 0,#71bece 100%);
    background:-ms-linear-gradient(left,#7dcad4 0,#71bece 100%);
    background:linear-gradient(to right,#7dcad4 0,#71bece 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dcad4', endColorstr='#71bece', GradientType=1 );
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #70b8c4
}
.header-contact{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 10px;
    font-size: 16px;
}
.header-contact__details {
    margin: auto 20px;
    vertical-align: middle;
}
.header-contact__details b {
	font-weight: 900;
}
.header-contact__details:first-child {
    border:1px solid;
    padding: 5px 10px;
    border-radius: 7px;
}
.flexslider {
    border: none;
}
.flex-wrapper,.flexslider{
    text-align:center
}
.nav,.nav ul,.subnav{
    margin: 0 auto
}
.subnav{
    width:250px;
    background: #522f91;
}
.subnav.hover,.subnav.hover ul.menu{
    display:none
}
.subnav.hover{
    position:absolute;
    z-index:1000
}
.nav ul li,.nav ul li a{
    display:inline-block;
    position:relative
}
.nav ul{
    padding:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.nav ul li{
    list-style-type:none;
    padding:0;
    margin:0
}
.nav ul li a {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    padding: 18px 15px;
    margin-right: 10px
}
.flexslider,.flexslider ul{
    height:100%;
    max-height:425px
}

.nav ul li a:hover {
	background: rgba(0,0,0,0.1);
}
.nav ul li:hover ul{
    display:block
}
.subnav ul li,.subnav ul li a{
    margin:0;
    position:relative
}
.nav ul > li.current-menu-parent > a, .nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a, .nav ul > li.current-menu-item > a {
	color: #74bece;
}
.nav.reverse ul li.current-menu-item a,.nav.reverse ul li.current-page-ancestor a{
    
}
.nav ul li.menu-item-20 a{
    background-color:transparent
}
.subnav ul li{
    list-style-type:none;
    padding:0
}
.subnav ul li a{
    font-size:18px;
    color:#fff;
    text-decoration:none;
    padding:5px 15px;
}
.subnav ul li.current-page-ancestor a,.subnav ul li.current_page_item a{
    color:#4D2F8C!important;
    font-weight:700!important
}
.subnav ul li:last-child a{
    border-right:none
}
#content-sidebar-left .widget_nav_menu ul.menu ul.sub-menu {
        display: block;
        opacity: 1;
        position: relative;
        background:none;
        list-style: none;
        padding-left: 15px;
}
#content-sidebar-left .widget_nav_menu ul.menu ul.sub-menu li {
    border:none;
}
#content-sidebar-left .widget_nav_menu ul.menu ul.sub-menu li a {
    font-size: 15px;
}
.search-icon{
    float:right;
    margin-top:15px;
    margin-right:10px
}
ul#menu-main-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
    left: 300px;
    top: 0px;
    border-top: 2px solid #fff;
}
div.flexslider .flex-prev,div.flexslider-2 .flex-prev{
    float:left
}
.flex-wrapper{

    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:0
}
.flexslider{
	margin-bottom: auto;
	display: flex;
	align-items: center;
}
.flexslider .slides li{
    position:relative
}
.flexslider ul{
    list-style-type:none;
    padding:0;
    margin:0
}
.flexslider ul img{
    width:100%
}
div.flexslider .flex-next, div.flexslider .flex-prev{
    position: absolute;
    left: 0;
    z-index: 1000;
    height: 39px;
    width: 14px;
    padding: 35px 31px 35px;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    box-sizing: content-box;
}
div.flexslider .flex-prev {
	padding-left: 25px;
}
div.flexslider .flex-next {
    left: auto;
    right: 0;
    padding-right: 25px;
}
.flex-container{
    display: none;
}
div.flexslider .slide-content{
    position:absolute;
    z-index:100;
    left:125px;
    top:10%;
    width:450px;
    padding:0 30px;
    height:390px;
    font-size:26px;
    font-weight:300;
    text-align:left
}
.resp-text{
    display:none
}
.slide-content .title{
    font-style:italic;
    font-size:36px
}
.slide-content .button{
    width:215px;
    display:inline-block;
    margin: 20px 0 0;
    padding: 8px 0;
    font-size:22px;
    letter-spacing:1px;
    color:#fff;
    text-decoration:none;
    text-align:center;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkY2FkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWJlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#6ab8cb 0,#92dde0 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#6ab8cb),color-stop(100%,#92dde0));
    background:-webkit-linear-gradient(left,#6ab8cb 0,#92dde0 100%);
    background:-o-linear-gradient(left,#6ab8cb 0,#92dde0 100%);
    background:-ms-linear-gradient(left,#6ab8cb 0,#92dde0 100%);
    background:linear-gradient(to right,#6ab8cb 0,#92dde0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dcad4', endColorstr='#71bece', GradientType=1 );
    border-bottom:solid 1px #70b8c4
}
.inset{
    margin:10px 0 0 -10px;
    width:auto!important
}
.depth{
    margin-left:-10px;
    font-size:84px;
    font-weight:700;
    color:rgba(104,181,197,1);
    text-shadow:0 0 #000,0 1px rgba(255,255,255,.5),0 0 #000,0 -1px rgba(0,0,0,.5);
}
.flexslider-2{
    height:100%;
    max-height:450px;
    text-align:center;
    margin-left:-76px!important;
}
.content.ies-cares-slider {
    clear: both;

}
.content.ies-cares-slider .carousel{
	margin:20px 0 30px 0;

}
.content.ies-cares-slider .carousel .slide-content {
	padding: 5px 0;
    font-size: 17px;
    border-top: 4px solid #522f91;
}
.ies-cares-slider .flexslider-2 {
    margin-left:-62px!important;
    height: 330px;
}
.flexslider-2 .slides li{
    position:relative
}
.flexslider-2 ul{
    height:100%;
    max-height:450px;
    list-style-type:none;
    padding:0;
    margin:0
}
.flexslider-2 ul img{
    width:100%;
    max-width:1075px;
    margin-left:-76px
}
.ies-cares-slider .flexslider-2 ul img {
    margin-left:0;
}
div.flexslider-2 .flex-next,div.flexslider-2 .flex-prev{
    clear:none;
    position:relative;
    margin-top:11%;
    left:77px;
    z-index:1000;
    height:39px;
    width:14px;
    padding:35px 31px
}
div.flexslider-2 .flex-next{
    float:right;
    left:0
}
div.flexslider-2 .flex-next:hover,div.flexslider-2 .flex-prev:hover{
    cursor:pointer
}
div.flexslider-2 .slide-content{
    position:absolute;
    left:60%;
    top:40%;
    width:240px;
    height:120px;
    padding:30px;
    font-weight:300;
    text-align:left;
    background-color:rgba(77,47,140,.5);
    color:#fff;
    font-size:14px;
    line-height:22px
}
.ies-cares-slider .flexslider-2 .slide-content {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 5px;
    font-weight: 300;
    text-align: left;
    color: #522f91;
    font-size: 17px;
    background: none;
}
.featured-image,.home-content,.su-spoiler-title,table.testimonials,tr.test-row img{
    position:relative
}
.page-content .full-width.center{
    text-align:center
}
.page-content{
    width:auto;
    padding-left:30px;
    padding-bottom:30px
}
.page-content .full-width{
    width:1075px
}
.subnav-divider,hr{
    text-align:center;
    opacity:.1;
    height:4px;
    background-image:url(../png/subnav-divider.png)
}
.subnav-divider.short,hr.short{
    width:25%;
    margin:10px auto
}
.aboutblue {
    margin: 30px 0;
	border-bottom: 4px solid #85c3cc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afd9e1+0,f2f8f9+100 */
    background: #afd9e1; /* Old browsers */
    background: -moz-linear-gradient(45deg, #afd9e1 0%, #f2f8f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #afd9e1 0%,#f2f8f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #afd9e1 0%,#f2f8f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd9e1', endColorstr='#f2f8f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 50px;
}
.about.testimonials__group{
    margin-top: 20px;
    background: #f5f5f5;
    color: #8d87b5;
    border-bottom: 3px solid #e1e1e1;

}
.about.testimonials__group .testimonials__content{
        padding: 50px 60px;
}
.about.testimonials__group .testimonials__description {
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 18px;
    padding: 0 15px;
}
.about.testimonials__group .testimonials__description .float {
    float: left;
}
.about.testimonials__group .testimonials__description i.float {
    color: #74bece;
    font-size: 24px;
    margin-right: 15px;
}
.about.testimonials__group .test-meta-left {
    padding: 20px 20px 0 20px;
     border-right: 3px solid #e1e1e1;
}
.about.testimonials__group .test-meta-right {
    padding: 20px 20px 0 20px;
    font-style: normal;
    color:#74bece;
    text-transform: uppercase;
    text-align: right;
}
.about.testimonials__group .test-meta-left .testimonials__company {
    font-style: normal;
    color:#7f8181;
    text-transform: uppercase;
        font-weight: bolder;
        font-size: 16px;
}
.about.testimonials__group .testimonials__navigation .testimonials__arrow a  {
    width:auto;
    font-size: 35px;
    color:#85c3cc;
    padding: 0 15px;
}
.aboutblue .about-info h3 {
    color:#522f91;
}
hr.black{
    height:1px;
    margin:10px auto;
    background-image:none;
    background-color:#000;
    opacity:1
}
hr.black.short{
    width:25%
}
.page-content .left-column,.page-content .right-column{
    display:inline-block;
    vertical-align:top
}
.page-content .left-column{
    width:244px;
    padding-top:30px
}
.page-content .left-column.reverse{
    margin-left:25px
}
.page-content .left-column.reverse.wider{
    margin-left:35px
}
.page-content .left-column.wide{
    width:300px;
    padding-top:30px
}
.page-content .left-column.wider{
    width:360px;
    padding-top:30px
}
.page-content .left-column.smallfont li a{
    font-size:12px
}
p.smallfont{
    font-size:12px!important
}
.new-window,.sidebar-contact{
    cursor:pointer
}
.tri.teal.right{
    float:right;
    padding:0 0 20px 20px
}
.tri.teal .tri-content{
    background-color:#78C4D1;
    font-weight:300
}
.tri-content{
    width:184px;
    padding:10px 30px;
}
.page-content .left-column .tri-top,.tri-bot,.tri-top{
    width:0;
    border-style:solid;
    height:0
}
.tri.teal .tri-content a{
    color:#FFF;
    font-weight:700;
    text-decoration:none
}
.tri.teal{
    color:#FFF;
    font-size:18px
}
.tri.teal .tri-top{
    border-color:transparent transparent #78C4D1
}
.tri-top{
    border-width:0 0 24px 244px
}
.tri.teal .tri-bot{
    border-color:#78C4D1 transparent transparent
}
.tri-bot{
    border-width:24px 244px 0 0
}
.page-content .left-column .tri-top{
    border-width:0 0 24px 244px
}
.page-content .left-column .tri-content{
    width:184px;
    padding:10px 30px;
}
.page-content .left-column .tri-bot{
    width:0;
    height:0;
    border-style:solid;
    border-width:24px 244px 0 0
}
.page-content .left-column.wide .tri-top{
    width:0;
    height:0;
    border-style:solid;
    border-width:0 0 24px 300px
}
.page-content .left-column.wide .tri-content{
    width:240px;
    padding:10px 30px
}
.page-content .left-column.wide .tri-bot{
    width:0;
    height:0;
    border-style:solid;
    border-width:24px 300px 0 0
}
.page-content .left-column.wider .tri-top{
    width:0;
    height:0;
    border-style:solid;
    border-width:0 0 50px 360px
}
.page-content .left-column.wider .tri-content h1{
    font-size:28px!important;
    font-weight:300!important
}
.page-content .left-column.wider .tri-content{
    width:300px!important;
    padding:10px 30px!important;
}
.page-content .left-column.wider .tri-bot{
    width:0;
    height:0;
    border-style:solid;
    border-width:50px 360px 0 0
}
.page-content .left-column .tri.grey .tri-top{
    border-color:transparent transparent #f1f1f1
}
.page-content .left-column .tri.grey .tri-content{
    background-color:#f1f1f1
}
.page-content .left-column .tri.grey .tri-content.gradient{
    width:100%;
    padding:20px;
    word-break:keep-all;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top,#f1f1f1 0,#fff 15%,#fff 85%,#f1f1f1 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f1f1f1),color-stop(15%,#fff),color-stop(85%,#fff),color-stop(100%,#f1f1f1));
    background:-webkit-linear-gradient(top,#f1f1f1 0,#fff 15%,#fff 85%,#f1f1f1 100%);
    background:-o-linear-gradient(top,#f1f1f1 0,#fff 15%,#fff 85%,#f1f1f1 100%);
    background:-ms-linear-gradient(top,#f1f1f1 0,#fff 15%,#fff 85%,#f1f1f1 100%);
    background:linear-gradient(to bottom,#f1f1f1 0,#fff 15%,#fff 85%,#f1f1f1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=0 );
}
.page-content .left-column .tri.grey .tri-content h1{
    font-size:18px;
    font-weight:700
}
.page-content .left-column.wide .tri.grey .tri-content h1{
    margin-top:0;
    font-size:28px;
    font-weight:300
}
.page-content .left-column .tri.grey .tri-content p{
    font-size:14px;
    font-weight:400;
    color:#4D2F8C;
    line-height:25px
}
.page-content .left-column .tri.grey .tri-content.gradient p{
    color:#7B7B7B
}
.page-content .left-column .tri.grey .tri-content.gradient ul{
    padding-left:0;
    margin-left:0;
    list-style-type:none
}
.page-content .left-column .tri.grey .tri-content.gradient li{
    padding:15px 0;
    border-bottom:solid 1px #E0E0E0
}
.page-content .left-column .tri.grey .tri-content.gradient li a{
    color:#21b7d1;
    text-decoration:none;
    font-size: 18px;
    font-weight: bolder;
}
.page-content .left-column .tri.grey .tri-content.gradient li.current_page_item a{
    color:#4D2F8C
}
.page-content .left-column .tri.grey .tri-bot{
    border-color:#f1f1f1 transparent transparent
}
.page-content .left-column .tri.teal{
    color:#fff;
    font-size:18px
}
.page-content .left-column .tri.teal .tri-top{
    border-color:transparent transparent #78c4d1
}
.page-content .left-column .tri.teal .tri-content{
    background-color:#78c4d1;
    font-weight:300
}
.page-content .left-column .tri.teal .tri-content a{
    color:#fff;
    font-weight:700;
    text-decoration:none
}
.page-content .left-column .tri.teal .tri-bot{
    border-color:#78c4d1 transparent transparent
}
.page-content .left-column .tri.purple{
    color:#fff;
    font-size:18px
}
.page-content .left-column .tri.purple .tri-top{
    border-color:transparent transparent #553792
}
.page-content .left-column .tri.purple .tri-content{
    background-color:#553792;
    font-weight:300
}
.page-content .left-column .tri.purple .tri-content a{
    color:#fff;
    font-weight:700;
    text-decoration:none
}
.page-content .left-column .tri.purple .tri-bot{
    border-color:#553792 transparent transparent
}
.page-content .left-column .tri-reverse-top{
    width:0;
    height:0;
    border-style:solid;
    border-width:50px 0 0 300px;
    border-color:transparent transparent transparent #f1f1f1
}
.page-content .left-column .tri-reverse-content{
    width:240px;
    padding:10px 30px;
    background-color:#f1f1f1
}
.page-content .left-column .tri-reverse-content h1{
    margin-top:0
}
.page-content .left-column .tri-reverse-content p{
    font-size:14px;
    font-weight:400;
    color:#414141;
    line-height:25px
}
.page-content .left-column .tri-reverse-bot{
    width:0;
    height:0;
    border-style:solid;
    border-width:0 300px 50px 0;
    border-color:transparent #f1f1f1 transparent transparent
}
.lower-content .lower-left .content a,.page-content a{
    color:#5ad
}
.page-content .right-column{
    width:800px;
    margin-left:35px
}
.page-content .right-column.reverse{
    margin-left:0
}
.page-content .right-column.narrow{
    width:750px;
    margin-left:35px
}
.page-content .right-column.narrower{
    width:565px;
    margin-left:35px
}
.page-content .right-column.reverse.narrower{
    width:670px;
    margin-left:0
}
.page-content .intro-copy a,.page-content .intro-copy.narrow{
    width:65%;
    margin-left:auto;
    margin-right:auto
}
.page-content .intro-copy.narrow{
    padding-left:0
}
.page-content .intro-copy ul{
    font-size:14px;
    color:#414141;
    list-style-type:none;
    margin-left:0;
    padding-left:0
}
.page-content .intro-copy ul li{
    border-bottom:solid 1px #e3e3e3;
    padding:10px 20px;
    background-image:url(../png/bullet-page.png);
    background-repeat:no-repeat;
    background-position:0 15px
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4{
    color:#4D2F8C
}

.page-content h1{
    font-size:28px;
    font-weight:300
}
.page-content h2{
    font-size:24px;
    font-weight:300
}
.page-content h3{
    font-size:18px;
    font-weight:700;
    margin: 30px 0 20px 0;
}
.page-content h4{
    font-size:14px;
    font-weight:700;
    margin-bottom:0
}
.page-content .big.strong{
    font-size:19px;
    font-weight:700;
    color:#414141;
    margin-bottom:0
}
.page-content p{
    font-size:20px;
    font-weight:300;
    color:#7b7b7b
}
.page-content .page-copy{
    margin-top:30px
}
.page-content .page-copy.shaded-content-area{
    margin-top:0;
    margin-left:-20px;
    border-top:solid 5px #4D2F8C;
    background-color:#f1f1f1;
    padding:0 20px 20px
}
.page-content .page-copy,.page-content .page-copy p{
    font-size:16px;
    font-weight:400;
    color:#414141;
    line-height:25px
}
.su-spoiler-title{
    cursor:pointer;
    font-size:14px!important;
    font-weight:400!important;
    color:#5AD!important;
    line-height:25px!important;
    padding:5px 20px!important;
    text-decoration:underline
}
.su-spoiler-icon-plus .su-spoiler-icon:before{
    content:none!important
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon{
    background-image:url(../png/bullet-page.png)!important;
    background-repeat:no-repeat!important;
    background-position:0 6px!important
}
.su-spoiler-icon-plus .su-spoiler-icon{
    background-image:url(../png/bullet-page-down.png)!important;
    background-repeat:no-repeat!important;
    background-position:0 8px!important
}
.page-copy ul NOT ul.nav{
    list-style-type:none;
    margin-left:0;
    padding-left:0
}
.page-copy ul li NOT ul.nav li {
    padding:5px 20px;
    background-image:url(../png/bullet-page.png);
    background-repeat:no-repeat;
    background-position:0 12px
}
.page-copy table.grey{
    background-color:#F1F1F1
}
.page-copy table.grey td{
    padding:5px
}
.services-box__group {
    padding-top: 70px;
    padding-bottom: 65px;
    background: url('../png/overlay.png') top left no-repeat;
    background-blend-mode: soft-light;
}
.services-box__wrapper{
    background: rgba(117,190,207,1);
    background: -moz-linear-gradient(45deg, rgba(117,190,207,1) 0%, rgba(120,190,208,1) 47%, rgba(116,167,193,1) 73%, rgba(87,97,142,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(117,190,207,1)), color-stop(47%, rgba(120,190,208,1)), color-stop(73%, rgba(116,167,193,1)), color-stop(100%, rgba(87,97,142,1)));
    background: -webkit-linear-gradient(45deg, rgba(117,190,207,1) 0%, rgba(120,190,208,1) 47%, rgba(116,167,193,1) 73%, rgba(87,97,142,1) 100%);
    background: -o-linear-gradient(45deg, rgba(117,190,207,1) 0%, rgba(120,190,208,1) 47%, rgba(116,167,193,1) 73%, rgba(87,97,142,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(117,190,207,1) 0%, rgba(120,190,208,1) 47%, rgba(116,167,193,1) 73%, rgba(87,97,142,1) 100%);
    background: linear-gradient(45deg, rgba(117,190,207,1) 0%, rgba(120,190,208,1) 47%, rgba(116,167,193,1) 73%, rgba(87,97,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75becf', endColorstr='#57618e', GradientType=1 );
}

 section.testimonials {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b98ab+0,83b7c7+75,88cbdb+100 */
    background: #7b98ab; /* Old browsers */
    background: -moz-linear-gradient(45deg, #7b98ab 0%, #83b7c7 75%, #88cbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #7b98ab 0%,#83b7c7 75%,#88cbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #7b98ab 0%,#83b7c7 75%,#88cbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b98ab', endColorstr='#88cbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.services-box-inner {
    padding: 0 10px;
}
.services-box__header {
    text-align: center;
}
.services-box__header::after {
    content: '';
    display: block;
    width: 7%;
    height: 6px;
    background: #522f91;
    margin: auto;
    margin-top: 30px;
}
#services-box__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3.5rem;
    color: #522f91;
}
#services-box__sub-title {
    font-weight: 200;
    font-style: italic;
    font-size: 1.3rem;
}
.services-box__content{
    margin-top:25px
}
.services-box__image {
    margin-bottom: 25px;
}
.services-box__heading {
/*    font-weight: lighter; */
    font-size: 2rem;
    font-weight: 200;
}
.services-box__btn {
    background: none;
    border: 2px solid white;
    color: white;
    border-radius: 0;
    font-weight: 300;

}
.services-box-inner .services-box__btn {
        position: absolute;
    bottom: 0;
}
.services-box-inner p {
    margin-bottom: 50px;
}
.services-box__btn:hover {
    background: white;
    border-color: white;
    color: #37215e;
}
.leader-item, .test-link, span.test-title, td.test-item p{
    text-align:center
}
.leader-item {
    margin-bottom: 20px;
}
.home__dropdown {
    text-align: center;
    padding: 60px 0;
}

.home__dropdown .dropdown-form {
    margin-top: 30px;
}
.home__dropdown .dropdown-btn {
    background: #4d2f8c;
    border-radius: 0px;
    border-color: #4d2f8c;
}
.home__dropdown .dropdown-form .btn-secondary {
    border: 1px solid #dcdcdc;
    color: #000;
    text-align: left;
    background: #efefef;
}
.home__dropdown .dropdown-form .select2-container .select2-selection__arrow {
    border: 1px solid #4d2f8c;
    background: #4d2f8c;
    color: #fff;
    text-align: center;
        height: 100%;
    width: 40px;
        margin-top: -1px;
}
.home__dropdown .dropdown-form .select2.select2-container {
    margin-right: 15px;
}
.home__dropdown .dropdown-form .select2.select2-container .select2-selection.select2-selection--single {
    border-color: #dcdcdc;
    border-radius: 0;
        text-align: left;
        min-height: 49px;
}
.home__dropdown .dropdown-form .select2-container .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.home__dropdown .dropdown-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px;
    font-size: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4d2f8c!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px!important;
    }
.home__dropdown .dropdown-form .select2-results__option[aria-selected] {
    font-size: 18px;
}
.footer,.news-section{
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%
}
.featured-image img {
    width:100%
}
.gform_wrapper #gform_21 li.hidden_label input {
    margin-top: 0!important;
}
.gform_wrapper #gform_21 {
    display: inline-block;
    width: auto;
}
.newsletter-subscribe {
	padding: 60px 0;
	text-align: center;
}
.newsletter-subscribe__form {
	margin: auto;
	width: auto;
	display: inline-block;
}
.newsletter-subscribe__form .form-group {
	display: inline-block;
	margin-right: 20px;
    text-align: center;
}
.newsletter-subscribe__form .form-control {
    padding: .63rem 1.1rem!important;
}
.newsletter-subscribe__title {
    max-width: 800px;
    margin: auto;
    line-height: 110%;
    margin-bottom: 30px;
}
.newsletter-subscribe__btn {
	border-radius: 0;
	border: none;
    text-transform: uppercase;
    font-size: smaller;  
    padding: .61rem 1.5rem; 
}

.testimonials__group {
    transition: height 0.15s ease-out;
}
.testimonials__arrow {
    font-size: 2.5rem;
}
.testimonials__arrow a {

}
.testimonials__image {
    background-repeat: no-repeat;
/*
   Changed this to display full image in a more responsive way - Morgan 9/30/18  
    background-position: right top;
*/
	background-size:cover;
	background-position:center;
}
.testimonials__content {
    padding: 100px 100px 50px 50px;
}
.testimonials__title {
    font-size: 2.2rem;
    font-weight: 200;
    margin-bottom: 1rem;
    line-height: 120%;
}
.testimonials__description {
    margin-bottom: 1rem;
}
.testimonials__author {
    font-size: larger;
    font-weight: bold;
}
.testimonials__role {
    font-style: italic;
}
.testimonials__company {
    font-style: italic;
    font-size: smaller;
}
.content.testimonials .testimonials__item .row {
    height: 450px;
}
.events__header {
    padding: 2rem 0;
    text-align: center;
    background-color: #dbdee3;
}
.events__heading {
    font-weight: 900;
    color: #522f91;
    text-transform: uppercase;
    font-size: 3.5rem;
}
.events__subheading {
    color: #2a1e40;
    font-style: italic;
    font-weight: 200;
}
.events__items {
    padding: 3.5rem 0;
}
.events__item {
    line-height: normal;
}
.events__title {
    font-size: 3rem;
    font-weight: 800;
    color: #92d7e7;
    margin-bottom: 1rem;
}
.events__title a {
	color: #92d7e7;
}
.events__content {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.events_page a.btn-block.btn-lg {
    font-weight: 100;
}
.events .btn-secondary {
    border-color: #92d7e7;
    color: #92d7e7;
}
.events .btn-secondary:hover {
    border-color: white;
    color: #333;
}
.events .btn-secondary::after, .posts .btn-secondary::after, .services-box__btn::after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}
.event {
    margin-bottom: 40px;
}
.event .event_content {
    border-top: 1px solid #dedede;
    padding: 20px 0 5px;
    width: 80%;
}
.event-image img {
    max-width: 100%;
        height: auto;
}
.posts {
    padding: 4rem 0 2rem;
}
.posts__header {
    margin-bottom: 2rem;
}
.posts__heading, .posts__subheading {
    text-align: center;
}
.posts__heading {
    font-weight: 700;
    color: #522f91;
    text-transform: uppercase;
    font-size: 3.75rem;
}
.posts__subheading {
    font-size: 1.5rem;
    font-weight: 100;
    font-style: italic;
}
.posts__item {
    position: relative;
    height: 100%;
    padding-top: 2rem;
    border-bottom: 2rem solid transparent;
    background-clip: padding-box;
}
.posts__item.posts__item--sticky {
    background-color: #522f91;
    background-size: cover;
    color: white;
    padding-bottom: 1.8rem;
}
.posts__item > * {
    z-index: 10;
    position: relative;
}
.posts__item .posts__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(57,40,100,1);
    background: -moz-linear-gradient(45deg, rgba(57,40,100,1) 0%, rgba(99,174,209,0.35) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(57,40,100,1)), color-stop(100%, rgba(99,174,209,0.35)));
    background: -webkit-linear-gradient(45deg, rgba(57,40,100,1) 0%, rgba(99,174,209,0.35) 100%);
    background: -o-linear-gradient(45deg, rgba(57,40,100,1) 0%, rgba(99,174,209,0.35) 100%);
    background: -ms-linear-gradient(45deg, rgba(57,40,100,1) 0%, rgba(99,174,209,0.35) 100%);
    background: linear-gradient(45deg, rgba(57,40,100,1) 0%, rgba(99,174,209,0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#392864', endColorstr='#63aed1', GradientType=1 );
    z-index: 0;
    top: 0;
    left: 0;
    background-clip: padding-box;
}
div:first-of-type .posts__item:not(.posts__item--sticky) {
    padding-top: 0;
}
.posts__item--sticky .posts__wrapper {
    margin: auto;
    padding: 0 1.5rem;
}
.posts__image {
    margin-bottom: 2rem;
}
.posts__title {
    font-size: 1.7em;
    font-weight: 400;
}
.resources-page .posts__title {
    font-size: 1.2em;
}
.posts__title a {
	color: #522f91;
}
.posts__item--sticky .posts__title {
    font-size: 3em;
    font-weight: 200;
}
.posts__item--sticky .posts__title a {
	color: white;
}
.posts .btn-secondary {
    border-color: #522f91;
    color: #522f91;
}
.posts .btn-secondary:hover {
    background: #522f91;
    color: white;
}
.posts .posts__item--sticky .btn-secondary {
    border-color: white;
    color: white;
    background: transparent;
}
.posts .posts__item--sticky .btn-secondary:hover {
    background: white;
    color: #522f91;
}
.posts__button {
    margin-top: 1rem;
}
.trending-posts__group {
    border-top: 6px solid #522f91;
    padding-top: 1rem;
}
.trending-posts__heading {
	font-size: 2.5rem;
	font-weight: 200;
	margin-bottom: auto;
}
.trending-posts__subheading {
	font-style: italic;
	font-weight: 200;
	font-size: 1.1rem;
	line-height: 1.4em;
	margin-bottom: 1rem;
}
.trending-posts__title {
	font-size: 1.5rem;
	font-weight: 700;
	border-top: 1px solid #522f91;
	padding-top: 1rem;
	margin-top: 1rem;
	line-height: 32px;
}
.trending-posts__title a {
	color: #522f91;
}
.footer{
    padding: 60px 0;
}
.footer .footer-contact {
    margin-top: 20px;
}
.footer .footer-contact a, .footer .footer-social a {
    color: #79c3d2;
}
.footer .footer-social {
    margin-top: 20px;
    font-size: 24px;
    color: #74bece;
}
.footer .footer-social a {
    margin-right: 10px;
}
.footer .nav {
    font-size: 18px;
    font-weight: 200;
}
.footer .nav a {
    display: block;
    padding: 0 8px;
    color: white;
    text-decoration: none;
}
.footer .nav a:hover {
    color: #dcdcdc;
}
.footer .widget-footer-right-upper {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #737c90;
}
.copyright--wrapper {
    padding: 20px 0;
    text-align: center;
}
.test-item p,td.test-item p{
    font-size:16px;
    font-style:italic
}
.featured-image{
    padding:0;
    margin:0 auto;
    width:100%;
    max-width:1400px;
    z-index:-100
}
.right-column .featured-image{
    margin-top:30px
}
.right-column .featured-image.ter img{
    width:300px;
    height:300px;
    border-radius:150px;
    -webkit-border-radius:150px;
    -moz-border-radius:150px;
    float:right;
    margin:0 0 40px 40px
}
.test-box{
    margin-top:30px
}
tr.test-row{
    vertical-align:top;
    height:175px!important
}
tr.test-row span.control{
    cursor:pointer
}
tr.test-row span.next{
    position:relative;
    left:580px
}
tr.test-row img{
    top:40px
}
td.test-item{
    width:600px!important;
    height:175px!important;
    margin-bottom:0;
    padding:0 10px;
    vertical-align:middle;
    float:left;
    top:0;
    position:absolute
}
td.test-item p {
    width:560px!important;
    margin-top:25px;
    padding:0
}
.test-item.grey{
    background-color:#f4f4f4;
    padding:30px
}
.test-item.grey p{
    margin-top:0
}
.test-item p{
    margin-top:25px;
    padding:0
}
.test-link a,span.test-title{
    font-size:12px;
    position:relative;
    font-weight:700;
    text-transform:uppercase
}
span.test-title{
    color:#656565;
    display:block
}
.leader-item{
    vertical-align:top;
    color:#393939;
}
.leader-item img{
    border-radius:50%;
    cursor:pointer;
    padding: 15px;
}
.leader-item .name{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase
}
.leader-item .title{
    font-size:12px;
    font-weight:300
}
.modal-content{
    display:none
}
.modal-content .left-column,.modal-content .right-column{
    display:inline-block;
    vertical-align:top
}
.modal-content .left-column{
    width:225px;
    margin:0 30px 0 10px
}
.modal-content .left-column img{
    border-radius:50%;
    width:225px
}
.modal-content .right-column{
    width:325px;
    font-weight:300
}
.modal-content .right-column .name{
    font-size:33px;
    color:#4d2f8c
}
.modal-content .right-column .title{
    font-size:20px;
    color:#878194
}
.modal-content .right-column .content{
    height:300px;
    overflow-x:hidden;
    font-size:12px;
    color:#4f4c61;
    line-height:20px;
    padding-right:10px
}
.modal-content .right-column .content-divider{
    height:1px;
    width:100px;
    background-color:#999;
    margin:20px 0 10px;
    opacity:.5
}
#simplemodal-overlay{
    background-color:#533590
}
#simplemodal-container{
    height:450px;
    width:650px;
    color:#bbb;
    background-color:#fff;
    padding:12px;
}
#simplemodal-container .simplemodal-data{
    padding:8px
}
#simplemodal-container code{
    background:#141414;
    border-left:3px solid #65B43D;
    color:#bbb;
    display:block;
    font-size:12px;
    margin-bottom:12px;
    padding:4px 6px 6px
}
.affiliations,.community{
    margin:0 auto
}
#simplemodal-container a{
    color:#ddd
}
#simplemodal-container a.modalCloseImg{
    background:url(../png/x.png) no-repeat;
    width:42px;
    height:42px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-21px;
    right:-21px;
    cursor:pointer
}
#simplemodal-container h3{
    color:#84b8d9
}
.affiliation-img {
	 width: auto !important; 
	height: 100% !important; 
}
.affiliation-item,.community-item{
    color:#393939;
    text-align:center
}
.community-item .wrapper{
    
    width:320px;
    border-right:solid 1px #e0e0e0;
    vertical-align:middle;
    padding: 0 30px;
}
.community-item .wrapper.last{
    border-right:none
}
.community-item img{
    width:250px;
    vertical-align:middle
}
.affiliation-item .wrapper{
    /*height:180px;
    width:275px;
    vertical-align:top;*/
    padding: 10px 5px 40px;
}
.affiliation-item .wrapper .title{
    margin:15px auto 0;
    padding-top:10px;
    border-top:solid 1px #e0e0e0;
    font-size:12px;
    color:#55aade;
    width:80%
}
.affiliation-item .wrapper .title a{
    text-decoration:none
}
/*.affiliation-item img{
    width:200px;
    height:133px;
    vertical-align:middle
}*/
.tri-top-white{
    width:0;
    height:0;
    border-style:solid;
    border-width:0 325px 35px 0;
    border-color:transparent #fff transparent transparent;
    position:relative;
    z-index:100
}
.sidebar-image img{
    margin-top:-24px;
    width:244px
}
.tri-bot-white.sidebar,.tri-top-white.sidebar{
    width:0;
    height:0;
    border-style:solid;
    z-index:100;
    position:relative
}
.tri-top-white.sidebar{
    border-width:24px 244px 0 0;
    border-color:#fff transparent transparent
}
.tri-bot-white.sidebar{
    border-width:0 0 24px 244px;
    border-color:transparent transparent #fff;
    margin-top:-29px
}
.advantage-callout{
    width:325px;
    display:inline-block;
    vertical-align:top;
    margin-top:30px;
    margin-bottom:30px;
    cursor:pointer
}
.advantage-callout.recruiters{
    margin-left:80px
}
.advantage-callout img{
    width:325px;
    position:relative;
    z-index:0;
    margin-top:-35px
}
.client-profile{
    background-color:#4D2F8C;
    color:#fff;
    padding:20px 40px
}
.client-profile .title{
    font-weight:700;
    letter-spacing:2px;
    margin-top:5px;
    font-size:18px
}
.client-profile p{
    color:#fff!important;
    font-size:16px;
    font-weight:400
}
.case-quote{
    background-color:#F1F1F1;
    border-bottom:solid 4px #e0e0e0;
    padding: 35px 40px 10px 40px;
    background-image:url(../png/arrow-purple-down.png);
    background-position:top center;
    background-repeat:no-repeat
}
.case-quote p{
    font-size:16px
}
.contact-row{
    margin:8px 0;
    color:#414141
}
.contact-row strong{
    color:#78C4D1;
    width:145px;
    display:inline-block
}
#contact-form{
    width:565px
}
#contact-form .row{
    margin-bottom:20px;
    color:#3F4044
}
#contact-form .row .half{
    width:253px;
    display:inline-block
}
#contact-form .row .half:first-child{
    margin-right:30px
}
#contact-form .row .qtr{
    width:135px;
    display:inline-block
}
#contact-form .row .full{
    width:540px
}
#contact-form .row .title,#contact-form .row label{
    color:#78C4D1;
    font-size:18px;
    display:block
}
#contact-form .row input[type=text],#contact-form .row select,#contact-form .row select option,#contact-form .row textarea{
    background-color:#ececec;
    color:#414141;
    padding:4px 10px
}
#contact-form .row input[type=text]{
    width:100%;
    height:35px;
    border:none
}
#contact-form .row.dates .full,#contact-form .row.interest .full,#contact-form .row.salary .full{
    width:100%
}
#contact-form .row.dates input[type=text]{
    width:26%;
    margin:0 3px
}
#contact-form .row.dates input[type=text]:first-of-type{
    width:27%;
    margin-left:0
}
#contact-form .row.salary input[type=text]{
    width:74%
}
#contact-form .row select{
    width:100%;
    height:43px;
    border:none
}
#contact-form .row.interest select{
    width:100%
}
#contact-form .row .half #contact-form-other-row,#contact-form .row .half #contact-form-referral-other-row{
    display:none
}
#contact-form .row textarea{
    width:100%;
    height:150px;
    border:none
}
#contact-form input[type=submit]{
    width:170px;
    height:45px;
    background-color:#78C4D1;
    color:#fff;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    padding:4px 20px;
    border:none;
    text-transform:uppercase;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    cursor:pointer
}

.errors,.resource-item .readMore{
    -webkit-border-radius:5px;
    -moz-border-radius:5px
}
.errors{
    border-radius:5px
}
.error-items{
    background-color:#ff8e8e;
    padding:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    color:#fff;
    list-style-type:none
}
h1.errors{
    color:red
}
.alignright{
    float:right;
    margin:0 0 30px 30px;
}
.alignleft{
    float:left;
    margin:30px 30px 0 0;
    
}
#searchform .blogsearch-submit,.backLink,.industry_other_text,.resource-item .bubbles{
    float:right
}
.resource-item .count,.resource-item .link{
    display:inline-block;
    height:38px;
    background-position:top left;
    background-repeat:no-repeat
}
.archive-year{
    font-size:20px;
    font-weight:400;
    color:#7B7B7B
}
.press-archive-item{
    margin-bottom:30px
}
.press-archive-item a{
    color:#21B7D1
}
.archive-link a{
    font-size:14px;
    font-weight:700;
    color:#4D2F8C;
    text-decoration:none
}
.career-list-item{
    margin-bottom:10px
}
.career-list-item a{
        font-weight: normal;
    
}
.resource-item .page-copy{
    margin-top:0
}
.resource-item{
    margin-top:30px;
    margin-bottom:30px
}
.resource-item .date{
    color:#b4b4b4;
    
    font-size:14px;
        border-bottom: 1px solid #b4b4b4;
}
.resource-item .title h3 {
	margin-bottom: 10px;
}
.resource-item .title h3 a {
    font-size:24px;
    color:#522f91;
}
.resource-item .count a,.resource-item .readMore{
    color:#fff;
    text-decoration:none
}
.resource-item .bubbles{
    width:125px;
    text-align:right
}
.resource-item .count{
    width:40px;
    background-image:url(../png/resource-bubble-count.png);
    margin-right:20px;
    margin-left:20px;
    text-align:center;
    padding-top:3px;
    padding-left:1px;
    vertical-align:top
}
.resource-item .link{
    width:38px;
    background-image:url(../png/resource-bubble-link.png)
}
.resource-item .readMore{
    display:block;
    width:190px;
    background-color:#78c4d1;
    border-radius:5px;
    text-align:center;
    padding:6px 0;
}
.category-wrapper .category{
    margin: 5px 0;
}
.category-wrapper .category a{
    display:inline-block;
    font-size:13px;
    color:#4D2F8C;
    text-align:center;
    text-decoration:none;
    padding: 0 10px 0 0;
    font-weight: normal;
}
.wp-pagenavi {
    border:none!important;
    padding:30px 0!important
}
.wp-pagenavi span.pages, .wp-pagenavi span, .wp-pagenavi a {
    border-radius: 5px;
    padding: 4px 15px;
}
.wp-pagenavi a {
    color: #522f91;
}
.page-content .left-column.resource .tri.grey .tri-content.gradient ul{
    padding:0;
    margin:0
}
.page-content .left-column.resource .tri.grey .tri-content.gradient h2{
    color:#78B6C5;
    font-weight:400;
    font-size:18px;
    margin-bottom:10px
}
.page-content .left-column.resource .tri.grey .tri-content.gradient li{
    padding:0 0 5px;
    border-bottom:none
}
.page-content .left-column.resource .tri.grey .tri-content.gradient li a{
    color:#4D2F8C
}
.posted-info{
    color:#b4b4b4;
    text-transform:uppercase;
    font-size:14px
}
#commentform fieldset{
    border:none;
    padding:0
}
#commentform fieldset div{
    margin:5px 0
}
#commentform input[type=text]{
    width:250px;
    height:35px;
    background-color:#ECECEC;
    color:#414141;
    padding:4px 10px;
    border:none
}
#commentform textarea{
    width:500px;
    height:150px;
    background-color:#ECECEC;
    color:#414141;
    padding:4px 10px;
    border:none
}
#commentform button[type=submit]{
    width:170px;
    height:45px;
    background-color:#78C4D1;
    color:#FFF;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    padding:4px 20px;
    border:none;
    text-transform:uppercase;
    border-radius:10px;
    cursor:pointer
}
#searchform{
    height:36px;
    width:210px;
    background-color:#f3f3f3
}
#searchform .searchBlog{
    background-color:#f3f3f3;
    border:1px solid #d6d6d6;
    height:28px;
    width:155px;
    padding:3px 3px 3px 8px;
}
#recruiter_search{
    width:550px
}
.recruiter_search_row{
    margin-bottom:30px
}
#recruiter_search label{
    color:#78C4D1;
    font-size:18px;
    display:block
}
#recruiter_search input[type=text]{
    width:100%;
    height:35px;
    background-color:#ECECEC;
    color:#414141;
    padding:4px 10px;
    border:none
}
#recruiter_search input[type=checkbox]{
    width:15px;
    height:15px;
    background-color:#ECECEC;
    color:#414141;
    padding:4px 10px;
    border:none
}
#recruiter_search .checkbox-wrapper{
    width:250px;
    color:#414141;
    display:inline-block;
    padding:10px 0;
    vertical-align:middle;
    font-size:14px
}
#recruiter_search .checkbox-wrapper.other{
    width:425px;
    display:block;
    padding:6px 0
}
#recruiter_search .checkbox-wrapper.other .industry_other_checkbox{
    margin-top:4px
}
#recruiter_search .checkbox-wrapper.other .industry_other_checkbox_label,#recruiter_search .checkbox-wrapper.other input[type=checkbox].css-checkbox{
    margin-top:8px
}
#recruiter_search .checkbox-wrapper.other input[type=text]{
    width:250px;
    display:inline-block
}
input[type=checkbox].css-checkbox,input[type=radio].css-checkbox{
    position:absolute;
    z-index:-1000
}
input[type=checkbox].css-checkbox+label.css-label,input[type=checkbox].css-checkbox+label.css-label.clr,input[type=radio].css-checkbox+label.css-label,input[type=radio].css-checkbox+label.css-label.clr{
    padding-left:27px;
    height:22px;
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position:0 0;
    font-size:22px;
    vertical-align:middle;
    cursor:pointer
}
input[type=checkbox].css-checkbox+label.css-label.chk,input[type=checkbox].css-checkbox:checked+label.css-label,input[type=radio].css-checkbox+label.css-label.chk,input[type=radio].css-checkbox:checked+label.css-label{
    background-position:0 -22px
}
label.css-label{
    background-image:url(../png/custom-check.png);
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color:#777!important
}
.state_action_buttons_active{
    color:#326090
}
.state_action_buttons_active:hover{
    color:#538fb0;
    cursor:pointer
}
.state_action_buttons_inactive,.state_action_buttons_inactive:hover{
    color:grey!important;
    cursor:default!important
}
#clear_all,#select_all{
    cursor:pointer
}
.state-column{
    display:inline-block;
    width:100px;
    vertical-align:top
}
.half-column{
    width:200px;
    display:inline-block;
    vertical-align:middle
}
#recruiter_search input[type=submit]{
    width:170px;
    height:45px;
    background-color:#78C4D1;
    color:#FFF;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    padding:4px 20px;
    border:none;
    text-transform:uppercase;
    border-radius:10px;
    cursor:pointer
}
div.profileDetails,table#recruiterSearchResults td.recruiterRow{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    border-bottom-color:#af9dbf
}
.backLink{
    display:inline;
    margin:0 0 12px
}
table#recruiterSearchResults{
    color:#7B7B7B
}
table#recruiterSearchResults td.recruiterRow{
    padding:15px 0
}
table#recruiterSearchResults td img.recruiterPhoto{
    float:left;
    position:relative;
    width:100px
}
table#recruiterSearchResults td div.recruiterInfo{
    float:left;
    position:relative;
    margin-left:30px;
    font-size:16px;
    width:500px
}
table#recruiterSearchResults td span.recruiterName{
    display:block;
    color:#5b3a76;
    width:300px
}
table#recruiterSearchResults td img.recruiterViewProfile{
    margin-left:15px;
    margin-top:-3px;
    float:right;
    position:relative;
    right:-55px
}
table#recruiterSearchResults td span.recruiterTitle{
    display:block;
    font-size:12px
}
table#recruiterSearchResults td div.recruiterIndustries{
    display:block;
    font-size:12px;
    margin-top:15px;
    width:125px
}
table#recruiterSearchResults span.recruiterIndustryTitle{
    display:block;
    color:#5b3a76;
    font-size:14px;
    margin-bottom:5px
}
table#recruiterSearchResults td div.recruiterContactInfo{
    font-size:12px;
    margin-left:10px;
    margin-top:15px;
    display:block
}
table#recruiterSearchResults td div.recruiterContactInfo span.recruiterContactTitle{
    display:block;
    color:#5b3a76;
    font-size:14px;
    margin-bottom:1px
}
span.recruitingLocationsTitle{
    display:block;
    color:#5b3a76;
    font-size:14px;
    margin-bottom:5px;
    margin-top:5px
}
p.recruitingLocations{
    font-size:12px
}
table.recruiterDetail td{
    vertical-align:top
}
table.recruiterDetail img.recruiterIcon{
    margin-top:10px
}
div.profileCenterColumn{
    width:100%!important;
    width:780px!important;
    margin:30px 0 0;
    padding:0
}
div.profileInfo,div.profileLeft{
    float:left;
    position:relative;
    margin-top:5px
}
div.profileLeft,div.profileLeft img.profilePhoto{
    width:200px
}
div.profileInfo{
    margin-left:20px;
    width:560px;
    padding:0
}
div.profileDetails{
    color:#7B7B7B
}
div.profileInfo div.profileName{
    font-size:28px;
    font-weight:300;
    color:#4D2F8C
}
div.profileInfo div.profileTitle{
    font-size:16px;
    margin-top:10px
}
div.profileInfo div.profileIndustriesTitle{
    font-size:18px;
    margin-top:20px;
    font-weight:400;
    color:#4D2F8C
}
div.profileInfo div.profileIndustries{
    font-size:14px;
    margin-top:10px;
    margin-bottom:15px;
    line-height:1.2em
}
div.profileInfo div.profilePartnerSince{
    font-size:12px;
    margin-top:10px;
    margin-bottom:15px;
    line-height:1.2em
}
div.profileInfo div.profilePartnerSince span.boldPurple{
    font-weight:700;
    color:#5b3a76
}
div.profileInfo div.profileBio,div.profileInfo div.profileBio p{
    margin-top:20px;
    font-size:14px;
    font-weight:400;
    color:#414141;
    line-height:25px
}
div.profileContact{
    margin-top:20px;
    padding:0 0 0 5px;
    font-size:12px;
    color:#7D7D7D
}
div.profileContact img.profileIcon{
    margin-top:15px;
    margin-right:15px;
    cursor:pointer;
    width:32px;
    height:32px
}
div.profileContact div.contact{
    color:#5b3a76;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px
}
div.profileContact div.contact span.title{
    color:#4D2F8C;
    font-size:16px;
    font-weight:400
}
div.profileContact div.otherContact{
    margin-top:15px
}
div.profileContact div.otherContact span.title{
    color:#5b3a76;
    font-size:12px;
    font-weight:700
}
div.profileContact div.otherContact span.contact_other{
    display:block;
    margin-top:10px
}
.input-label{
    color:#78C4D1;
    font-size:18px;
    display:block
}
.inputs .input-row{
    margin-bottom:20px
}
.inputs .input{
    width:200px;
    height:35px;
    background-color:#ECECEC;
    color:#414141;
    padding:4px 10px;
    border:none
}
.inputs input[type=submit]{
    width:170px;
    height:45px;
    background-color:#78C4D1;
    color:#FFF;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    padding:4px 20px;
    border:none;
    text-transform:uppercase;
    border-radius:10px;
    cursor:pointer
}
.dataTable td{
    padding:20px
}
.side-headings tr td:first-of-type{
    font-weight:700;
    color:#4D2F8C
}
.side-headings tr td td:first-of-type{
    font-weight:300;
    color:#414141
}
.side-headings tr td th{
    padding:5px
}
.side-headings tr td td{
    padding:0;
    text-align:center
}
.medical-table tr td{
    text-align:center;
    width:125px
}
.medical-table tr th:first-of-type{
    text-align:left;
    padding-left:20px
}
.medical-table tr td:first-of-type{
    text-align:left;
    font-weight:700;
    width:160px
}
.rest-period tr td{
    text-align:center
}
.rest-period tr td:first-of-type{
    text-align:left
}
.handbook-content{
    background-color:#f1f1f1;
    padding:10px 20px
}
@media (max-width:1400px){
    .flex-wrapper{
        width:100%
    }
    .flex-control-nav{
        width:100%;
        margin-top:10px;
        position:absolute;
        text-align:center;
        left:0
    }
    .flex-container.flex2 .flex-control-nav{
        left:auto
    }
    .slide-content{
        top:5%
    }
    div.flexslider-2 .slide-content{
        top:40%
    }
}
@media (max-width:1200px){
    .slide-content{
        top:2%!important
    }
    div.flexslider-2 .slide-content{
        top:40%!important
    }
    .news-section .item{
        width:250px;
        margin-right:40px
    }
    .flex-container.flex2 .flex-control-nav{
        left:0
    }
}
@media (max-width: 1140px) {
    .header {
        padding-bottom: 20px;
    }
}
@media (max-width:1100px){
    .news-section .item,.search-icon{
        margin-right:20px
    }
    .header .logo{
        margin-left:20px
    }
    
    
    .mobile-menu .menu{
        display:block;
        padding:0
    }
    .nav{
        cursor:pointer
    }
    .flex-next,.flex-prev,.flexslider ul img.inset{
        display:none
    }
    .flexslider {
    }
    .flexslider ul img{
    }
    .flex-control-nav,.footer .column-four .everify{
        margin-left:0
    }
    .flexslider .slide-content{
        left:0!important;
        top:10%!important;
        padding-left:0!important;
        width:auto!important
    }
    .flexslider-2 .slide-content{
        left:0;
        top:10%;
        padding-left:0
    }
    .slide-content .title{
        background:#684e9b;
        background:rgba(104,78,155,.5);
        color:#fff;
        padding:20px 30px;
        width:300px;
        font-weight:700
    }
    .slide-content .resp-text{
        display:inline
    }
    .lower-content .lower-right .content img,.page-content .left-column .tri-reverse-bot,.page-content .left-column .tri-reverse-top{
        display:none
    }
    .slide-content .content{
        background:#92dde0;
        background:rgba(146,221,224,.5);
        color:#323133;
        padding:30px;
        width:475px
    }
    .slide-content .button{
        margin-top:0
    }
    .advantage-callouts,.page-content .left-column.reverse.resource,.page-content .right-column.reverse.narrower.form .intro-copy{
        text-align:center
    }
    .column .column-four,.column-three,.column-two{
        width:150px
    }
    .page-content .left-column,.page-content .left-column .tri-reverse-content,.page-content .left-column.wide{
        width:100%
    }
    .column-four{
        margin-left:35px!important
    }
    div.flexslider-2 .flex-next{
        left:0
    }
    .flexslider-2 ul img{
        margin-left:0
    }
    .page-content .right-column,.page-content .right-column.narrow{
        margin-left:0;
        width:100%
    }
    .page-content .page-copy.shaded-content-area{
        margin-left:0
    }
    .page-content .left-column{
        margin-top:0;
        padding-top:10px
    }
    .page-content .left-column.reverse{
        margin-bottom:20px;
        margin-left:0;
        clear:both
    }
    .page-content .left-column.reverse.resource #searchform{
        margin:0 auto
    }
    .page-content .left-column,.page-content .right-column{
        width:100%!important;
        display:block;
        margin-left:0
    }
    .page-content .left-column .tri-bot,.page-content .left-column .tri-top{
        border-style:none!important;
        border-width:0!important
    }
    .page-content .left-column .tri-content,.page-content .left-column.wide .tri-content,.page-content .left-column.wider .tri-content{
        width:auto
    }
    .page-content .left-column.wider .tri-content{
        width:100%!important;
        padding:10px 0!important
    }
    .page-content .left-column.reverse.wider{
        margin-left:0;
        text-align:center
    }
    .page-content .left-column .tri.grey .tri-content.gradient{
        width:auto
    }
    #contact-form{
        margin:0 auto
    }
    .tri.teal.right{
        float:none;
        padding:0
    }
    .tri-content{
        width:100%
    }
    .tri-bot,.tri-top{
        display:none
    }
}
@media (max-width:1065px){
    .page-content{
        width:auto;
        padding:0 15px
    }
    .test-box{
        width:80%;
        text-align:center;
        margin:0 auto
    }
    .content-circles.cir5{
        margin-bottom:20px
    }
}
@media (max-width:1000px){
    .column-one{
        display:block!important
    }
    .column-two{
        margin-left:4px!important
    }
    .column .column-four,.column-three,.column-two{
        width:250px
    }
    div.flexslider-2 .slide-content{
        top:30%!important
    }
}
@media (max-width: 991px) {
    .menu-toggle{
        display:block
    }
    .menu,.subnav{
	        display:none
	    }
}
@media (max-width:900px){
    .news-section .item{
        width:200px
    }
    .community-item .wrapper{
        height:180px;
        width:220px;
        border-right:none;
    }
    .community-item img{
        width:175px
    }
    
}
@media (max-width:860px){
    .flexslider ul img{
    }
    .slide-content{
        width:80%;
        top:40%!important
    }
    .slide-content .title{
        background:#684e9b;
        background:rgba(104,78,155,.5);
        color:#fff;
        padding:10px 30px;
        width:450px;
        max-width:70%;
        font-weight:700;
        font-size:24px
    }
    .slide-content .content{
        background:#92dde0;
        background:rgba(146,221,224,.5);
        color:#323133;
        padding:10px 30px;
        width:100%;
        font-size:18px
    }
    .lower-content .lower-left{
        margin-left:10px;
        margin-right:20px;
        width:400px
    }
    .lower-content .lower-right{
        margin-left:0
    }
    .column .column-four,.column-three,.column-two{
        width:25%
    }
    .test-box{
        width:100%
    }
    .leader-item{
        margin-left:30px;
        margin-right:30px
    }
    div.flexslider-2 .slide-content{
        top:10%!important
    }
    div.profileCenterColumn{
        width:100%!important
    }
    div.profileInfo{
        width:500px
    }
}
@media (max-width:800px){
    .lower-content .lower-left{
        margin:35px;
        width:90%
    }
    .lower-content .lower-left .links{
        width:100%;
        margin-top:30px;
        border-top:7px solid #55427B
    }
    .lower-content .lower-left .links a{
        width:243px;
        width:38%;
        float:right
    }
    .lower-content .lower-left .links a.odd{
        float:none
    }
    .lower-content .lower-right{
        margin:35px;
        width:90%;
        border-top:7px solid #55427B
    }
    .lower-content .lower-right .content img{
        display:block
    }
    .lower-content .lower-right .title{
        width:260px;
        height:35px;
        padding-top:5px;
        padding-left:30px;
        background-image:none;
        background-color:#55427B
    }
    .news-section{
        padding-bottom:40px
    }
    .news-section .item{
        width:90%;
        margin-right:0;
        margin-bottom:20px
    }
    div.flexslider-2 .slide-content{
        left:20%!important
    }
    .advantage-callout.recruiters{
        margin-left:20px
    }
    div.profileInfo{
        width:450px
    }
}
@media (max-width:760px){
    .advantage-callout.recruiters{
        margin-left:0;
        margin-top:0
    }
    div.profileInfo{
        width:410px
    }
}
@media (max-width:700px){
    #simplemodal-container{
        height:450px;
        width:500px
    }
    .modal-content .left-column,.modal-content .right-column{
        width:90%
    }
    .modal-content .right-column .content{
        overflow-x:visible
    }
    table#recruiterSearchResults td img.recruiterPhoto{
        float:none
    }
    table#recruiterSearchResults td div.recruiterInfo{
        float:none;
        margin-left:0;
        width:100%
    }
    div.profileInfo{
        width:310px
    }
    .content-circles.cir2,.content-circles.cir3{
        margin-top:-50px
    }
}
@media (max-width:650px){
    div.flexslider-2 .slide-content{
        width:60%;
        height:30%;
        font-size:12px;
        padding:20px
    }
    #contact-form,#contact-form .row .full,#contact-form .row .half{
        width:100%
    }
    #contact-form .row .half:first-of-type{
        margin-bottom:20px
    }
    #contact-form .row.dates input[type=text]:first-of-type{
        width:10%;
        margin-left:0
    }
    #contact-form .row.dates input[type=text]{
        width:10%;
        margin:0 3px
    }
    #contact-form .row.salary input[type=text]{
        width:25%
    }
}
@media (max-width:600px){
    .slide-content{
        top:30%!important
    }
    .featured-image{
        display:none
    }
    .footer .column-four,.footer .column-three,.footer .column-two{
        width:225px!important;
        display:block!important
    }
    .footer .column-three,.footer .column-two{
        margin-left:4px!important
    }
    .leader-item{
        width:100%;
        margin-left:0;
        margin-right:0
    }
    .community-item .wrapper{
        height:115px;
        width:105px;
        border-right:none
    }
    .community-item img{
        width:100px
    }
    
    #recruiter_search{
        width:100%
    }
    .state-column{
        width:70px
    }
    div.profileLeft{
        float:none;
        width:100%;
        text-align:center
    }
    div.profileInfo{
        float:none;
        width:100%;
        margin-left:0
    }
    .dataTable td,.dataTable th{
        padding:5px;
        font-size:12px
    }
}
@media (max-width:500px){
    .slide-content{
        top:10%!important
    }
    #simplemodal-container{
        height:90%;
        width:90%
    }
    #simplemodal-container a.modalCloseImg{
        top:8px;
        right:35px
    }
    .modal-content .left-column{
        margin:0
    }
    div.flexslider .slide-content .title{
        width:auto
    }
    div.flexslider-2 .slide-content{
        height:53%
    }
}
@media (min-width:480px) and (max-width:550px){
    .callout-home{
        margin-left:20px;
        margin-right:20px
    }
}
@media (max-width:480px){
    .header .logo{
        max-width:70%;
        padding-bottom:10px
    }
    .flexslider ul img{
        width:235%
    }
    .slide-content .button{
        display:none
    }
    .callout-home{
        margin-top:30px
    }
    .lower-content .lower-left{
        width:auto
    }
    .lower-content .lower-left .title{
        font-size:32px
    }
    .lower-content .lower-left .links{
        width:100%
    }
    .lower-content .lower-left .links a{
        float:none;
        display:block;
        width:90%
    }
    .lower-content .lower-right{
        width:auto
    }
    .lower-content .lower-right .content img{
        display:none
    }
    .footer .contact{
        margin-left:15px
    }
    .footer .column ul{
        margin-left:0;
        padding-left:10px
    }
    .column-four{
        margin-left:5px!important
    }
}
@media (max-width:420px){
    table#recruiterSearchResults td img.recruiterViewProfile{
        right:-20px
    }
}
.contact-team{
    padding:0;
    position:relative;
    margin-left:1em
}
.contact-team h2 a{
    display:inline-block;
    vertical-align:middle;
    color:#4D2F8C;
    text-decoration:none
}
.contact-team br{
    display:inline!important
}
.contact-team h2 img{
    position:absolute;
    left:0;
    top:0;
    max-width:132px;
    height:auto
}
.contact-team h2{
    font-size:20px;
    clear:both;
    margin-bottom:1em;
    height:132px;
    position:relative;
    width:100%;
	padding:32px 0 0 164px;
	color:#7b7b7b
}
.intro-copy a{
    color:#4D2F8C!important;
    text-decoration:none!important
}
.landing-content .su-heading-inner{
    color:#78c4d1
}
.landing-content p,.landing-content ul li{
    color:#000;
    font-size:20px
}
.landing-content em{
    font-size:.8em
}
.page-content .landing-content h1{
    font-size:32px;
    font-weight:400
}
.landing-content .su-heading.su-heading-align-left .su-heading-inner{
    color:#4D2F8C
}
span.outline{
    display:inline-block;
    padding:6px;
    margin-top:-3px;
    border:1px solid #4D2F8C;
    font-weight:700;
    border-radius:3px
}
.sidebar-contact.no-curs{
    cursor:text
}
.sidebar-grav-form{
    cursor:inherit!important
}
.sidebar-grav-form .sidebar-info{
    color:#4D2F8C;
    font-weight:400
}
.sidebar-grav-form .sidebar-arrow{
    float:right;
    margin-top:-20px;
    max-width:64px
}
.gform_wrapper .sidebar-grav-form .top_label label.gfield_label{
    color:#C8D8DD!important;
    font-weight:400
}
.sidebar-grav-form .top_label label.gfield_label .gfield_required{
    color:red
}
.sidebar-grav-form .gform_footer input[type=submit],.sidebar-grav-form .gform_footer input[type=submit]:active,.sidebar-grav-form .gform_footer input[type=submit]:focus{
    border:1px solid #4D2F8C!important;
    background:#4D2F8C;
    padding:6px 24px;
    font-size:18px!important;
    color:#FFF;
    cursor:pointer;
    border-radius:6px
}
.sidebar-grav-form .gfield input,.sidebar-grav-form .gfield input:focus{
    outline:0!important;
    border:0!important
}
.sidebar-grav-form .gform_footer input[type=submit]:active,.sidebar-grav-form .gform_footer input[type=submit]:focus,.sidebar-grav-form .gform_footer input[type=submit]:hover{
    background:#FFF;
    color:#4D2F8C;
    outline:0!important;
    font-size:18px!important
}
.sidebar-grav-form .gfield input{
    width:100%!important;
    background:#ECECEC
}
.page-content .left-column .sidebar-grav-form .tri-content,.page-content .left-column.reverse .sidebar-grav-form .tri-content{
    width:244px
}
.mission-statement {
    background:#74bece;
    font-size: 23px;
    text-align: center;
    color: #fff;
    padding: 30px;
}
.sidebar-strategic {
    color:#74bece;
    font-size: 20px;
	line-height: 28px;
}
.sidebar-strategic a {
    color:#74bece;
}
#gform_wrapper_10 ul li.gfield { 
    margin-top: 0px!important;
}
.headshot-wrapper {
    width: 90%;
    padding: 0;
    margin: 0 0 2em;
}
.headshot-wrapper .headshot {
    width: 50%;
    padding: 0 4px 0 0;
    box-sizing: border-box;
    margin: 0;
    float: left;
}
.headshot img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.headshot p {
    margin: 8px 0 0;
    font-size: 14px;
    padding: 0;
    text-align: center;
    color:#737f90;
}
.headshot-wrapper .headshot.head-right {
    padding: 0 0 0 4px;
}
.sidebar-grav-form .gform_footer input[type=submit], .sidebar-grav-form .gform_footer input[type=submit]:active, .sidebar-grav-form .gform_footer input[type=submit]:focus {
    background-color: #74b6ca!important;
    border-color: #74b6ca !important;
    width: 93%!important;
    border-bottom: 3px solid #439caf;
}
.sidebar-grav-form .gform_footer input[type=submit]:hover, .sidebar-grav-form .gform_footer input[type=submit]:hover {
    background-color: #fff!important;
    border-color: #74b6ca !important;
    color: #74b6ca!important;
}
.staff-category-block {
    background: #e4e3e4;
    color: #522f91;
    padding: 50px 35px 50px 50px;
    margin-bottom: 30px;
}
.leadership-links {
	color: #393939;
	text-decoration: none;
}
.leadership-links:hover{
	text-decoration:none	
}
.content.presenters {
    background: #74b6ca!important;
    color:#522f91!important;
    padding: 40px;
}
.presenters .image {
    text-align: center;
    padding: 20px;
}
.presenter .image img {
    width: 100%;
    border-radius: 50%;
    padding-bottom: 10px;
    max-width: 245px;
    max-height: 245px;
}
.presenter .text {
    font-size: 18px;
    padding: 0 40px 40px 40px;
}
/*.main-contact{
    width:565px
}*/
.page-id-13 article {
    padding: 0 100px 0 15px;
}
.page-id-13 #content-sidebar-right.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 30%;
    max-width: 30%;
    padding:0px;
}
.page-id-13 #content-sidebar-right .widget_text {
    padding: 35px;
    margin-bottom: 0px;
    color:#fff;
}
.page-id-13 #content-sidebar-right .widget_text#text-4 {
    background: #74bece;
}
.page-id-13 #content-sidebar-right .widget_text#text-5 {
    background: #522f91;
}
.page-id-13 #content-sidebar-right .widget_text h2.widgettitle {
    color:#fff;
    font-weight: 100;
}
.page-id-13 #content-sidebar-right .widget_text strong {
    font-size: 14px;
    font-weight: 700;
}
.main-contact select{
    height:43px;
    background-color:#ececec;
    padding:4px 10px;
    color:#414141;
    border:none
}
.main-contact .row input[type=text]{
    width:100%;
    height:35px;
    background-color:#ececec;
    color:#414141;
    padding:4px 10px;
    border:none
}
#contact-form .row.interest .full,#contact-form .row.salary .full,.main-contact #input_9_3,.main-contact .row.dates .full{
    width:100%
}
.main-contact input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    background-color:#ececec;
    color:#414141;
    border:none;
    padding:10px 20px!important;
    width:100%
}
.main-contact .top_label .gfield_label{
    color:#78C4D1;
    font-size:18px;
    display:block;
    font-weight:200
}
.main-contact select option,.main-contact textarea.medium{
    background-color:#ececec;
    color:#414141;
    padding:4px 10px
}
.main-contact textarea.medium{
    width:100%;
    height:150px;
    border:none
}
.main-contact input[type=submit]{
    width:170px;
    height:45px;
    background-color:#78C4D1;
    color:#fff;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    padding:4px 20px;
    border:none;
    text-transform:uppercase;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    cursor:pointer
}
.videoWrapper{
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
    margin:0 0 2em
}
.videoWrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.featured-video{
    padding:0;
    margin:30px 0 0 2em;
    width:100%;
    max-width:340px;
    position:relative;
    float:right;
    z-index:2000
}
.news-section .item .excerpt-wrapper{
    display:inline-block;
    max-width:90%;
    color:rgba(255,255,255,.8)!important;
    padding-top:5px
}
.news-content{
    margin-bottom:3em
}
.home-content .lower-right .content .post-title a{
    color:#4d2f8c;
    text-decoration:none
}
div.flex-wrapper,div.flexslider,ul.slides{
    -webkit-transition:height .5s;
    -webkit-transition:max-height 1s;
    -moz-transition:max-height 1s;
    -ms-transition:max-height 1s;
    -o-transition:max-height 1s;
    transition:max-height 1s
}
div.home-content{
    transition:top .5s
}
div.flexslider,div.flexslider ul{
    max-height:600px
}
.youtube{
    background-color:#000;
    position:relative;
    overflow:hidden;
    cursor:pointer
}
.youtube .play-button,.youtube:hover .play-button{
    background-color:#83B4C3
}
.youtube .play-button{
    width:72px;
    height:60px;
    box-shadow:0 0 30px rgba(0,0,0,.6);
    z-index:1;
    opacity:1;
    border-radius:6px;
    cursor:pointer
}
.youtube .play-button,.youtube .play-button:before{
    position:absolute;
    bottom:50%;
    right:44%;
    transform:translate3d(-50%,-50%,0)
}
.youtube .play-button:before{
    content:"";
    border-style:solid;
    border-width:15px 0 15px 26px;
    border-color:transparent transparent transparent #fff;
    bottom:auto;
    right:auto;
    top:50%;
    left:52%
}
.youtube iframe{
    height:100%;
    width:100%;
    top:0;
    left:0
}
.right-column .videoWrapper iframe {
    height: 100% !important;
}
@media (max-width:1199px){
    .slide-content .title{
        background:0 0;
        color:inherit;
        padding:0;
        width:100%;
        font-weight:inherit
    }
    .slide-content .resp-text{
        display:inline
    }
    div.flexslider .slide-content{
        padding:1.6em 6% 1em 12%!important;
        background-repeat:no-repeat!important;
        background-size:115%!important;
        background-position:0!important;
        top:auto!important;
        bottom:0!important;
        height:280px
    }
    div.flexslider .slide-content .content{
        margin-top:1em;
        font-size:1em;
        font-style:italic;
        color:#4d2f8c;
        background:0 0;
        padding:0!important
    }
}
@media (max-width:860px){
    .slide-content .title{
        background:0 0;
        color:inherit;
        padding:0;
        width:100%;
        font-weight:inherit;
        max-width:100%
    }
    .slide-content .resp-text{
        display:inline
    }
    div.flexslider .slide-content{
        padding:1.6em 6% 1em 12%!important;
        background-repeat:no-repeat!important;
        background-size:115%!important;
        background-position:0!important;
        top:auto!important;
        bottom:0!important;
        height:280px
    }
    div.flexslider .slide-content .content{
        margin-top:1em;
        font-size:1em;
        font-style:italic;
        color:#4d2f8c;
        background:0 0;
        padding:0!important
    }
}
@media(max-width:578px){
    div.flexslider .slide-content .title{
        font-size:42px
    }
    div.flexslider .slide-content .content{
        font-size:.8em
    }
    div.flexslider .slide-content{
        height:180px;
        bottom:-10px!important
    }
}

.page-id-42 .content.posts {
    color:#fff;
    background: #522f91;
}
.page-id-42 .content.posts .posts__title a, .page-id-42 .content.posts .posts__heading {
    color:#fff;
}
.page-id-42 .content.posts .posts__heading {
    font-weight: 100;
    font-size: 2.75rem;

    text-transform: none;
}
.press.row {
    margin: 30px 0px;
}
.press-item {
	margin-bottom: 20px;
}
.press-item .press-date {
    background: #74b6ca;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 11px 3px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.press-item .press-image img {
    margin-top: -30px;
}
.press-post-title a {
    font-weight: normal;
}
.content.posts.not-full-width {
    padding-top: 0;
}
.industry {
	font-weight: bolder;
	color: #522f91;
	padding: 10px 0;
}
.industry img {
	padding-right: 10px;
}
.bullet-points {
	padding: 20px 0;
}

.bullet-points .bullet-point {
	color: #37215e;
	font-size: 18px;
	padding: 10px 20px 0 16px;

	background: url('../png/sub-page-arrow.png') top left no-repeat;
	    background-position: 17px 25px;
}
.buller-point-inner {
    border-bottom:1px solid #d4d4d4;
    padding: 10px 20px;
}

.before-testimonial-heading {
    margin: 20px 0;
    color: #522f91;
}
.before-testimonial-heading a {
    font-weight:lighter;
    border-bottom: 2px solid #85c3cc
}
.before-testimonial-heading a:hover {
    text-decoration: none;
}
.before-testimonial-heading h3 {
        font-size: 1.4rem;
}
h3.content__headline {
    color:#522f91;
}
.tab-area {
    margin: 20px 0;
}
p.larger-text {
    font-size: 20px;
}
.content-tabs .nav.flex-column {
    padding-right: 0px;
}

.content-tabs .nav-item a.nav-link {
    background: #dfeff3;
    color: #91c9d6;
    border-top:10px solid #fff;
    border-bottom:10px solid #fff;
    font-size: 19px;
    font-weight: bolder;
    padding: 20px;
    transition: background 0.2s;
}
.content-tabs .nav-item a.nav-link.active, .content-tabs .nav-item a.nav-link:hover {
    background: #91c9d6;
    color: #fff;
    transition: background 0.2s;
}
.content-tabs .tab-content {
     border-bottom: 4px solid #85c3cc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afd9e1+0,f2f8f9+100 */
    background: #afd9e1; /* Old browsers */
    background: -moz-linear-gradient(45deg, #afd9e1 0%, #f2f8f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #afd9e1 0%,#f2f8f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #afd9e1 0%,#f2f8f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd9e1', endColorstr='#f2f8f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 50px;
    font-size: 18px;
}
.content-tabs .tab-content p.tab-heading {
    font-size: 23px;
    color: #522f91;
    font-weight: bolder;
}
.content__introduction, .intro-copy {
	font-size: 20px;
    font-weight: 300;
    color: #7b7b7b;
}
#content-sidebar-left .widget_search input.form-control {
    border: 1px solid #999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#content-sidebar-left .archive-link {
	margin-bottom: 10px;
}
#content-sidebar-left .widget_categories ul, #content-sidebar-left .press-menu ul{
	padding: 0;
}
#content-sidebar-left .widget_categories ul li, #content-sidebar-left .press-menu ul li {
	list-style: none;
}
#content-sidebar-left .widget_categories ul li a, #content-sidebar-left .press-menu ul li a{
	color: #4D2F8C;
	font-weight: normal;
}
#content-sidebar-left ul li {
	margin: 10px 0;
}
#content-sidebar-left .widget_categories h2.widgettitle, #content-sidebar-left .press-menu h2.widgettitle{
	color: #78c4d1;
	font-size: 22px;
}
.post-navigation {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0;
    font-size: 16px;
}
.post-navigation a {
    color: #4D2F8C;
}
.openings .openings-left {
	padding-top: 40px;
	padding-bottom: 40px;
}
.openings .openings-right {
	background: #522f91;
	color: #fff;
	font-size: 20px;
	height: 100%;
    padding:40px 50px;
}
.openings .openings-right p.headline{
	font-size: 23px;
	font-weight: bold;
}
.openings .openings-right a {
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
    border-bottom: 1px solid #6d4fa6;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: block;
}
.openings .openings-right a:hover {
    text-decoration: none;
    color: #c5c3c3;
}
.openings .openings-right a:last-child {
    border:none;
}
.values-section {
	background: #e2f1f6;
	    padding: 60px 40px;
	    text-align: center;
	    font-size: 18px;
}
.values-section h3 {
	color: #522f91;
	font-weight: 100;
    font-size: 2.75rem;
}
.values-section p.subline {
	font-size: 1.8rem;
    font-weight: bold;
    color: #522f91;
}
.values-section .key-points {
	text-align: left;
	padding-top: 40px;
    border-top: 1px solid #999;
    margin-top: 40px;
    word-wrap: break-word;
    font-size: 16px;
}
.values-section .key-points h4 {
	font-size: 1.2rem;
    font-weight: bold;
    color: #522f91;
    margin-bottom: 0;
}
.values-section .core-value {
	font-size: 1.7rem;
	border: 2px solid;
	color: #572c98;
}

.values-section .core-value.core1 {
	border-color:#572c98;
}
.values-section .core-value.core2 {
	border-color:#73bccd;
}
.values-section .core-value.core3 {
	border-color:#572c98;
}
.values-section .core-value.core4 {
	border-color:#73bccd;
}
.values-section .core-value.core5 {
	border-color:#572c98;
}
.values-section .core-value.core6 {
	border-color:#73bccd;
}
.values-section.benefits-section {
	background: #f8f8f8;
}
.values-section.benefits-section .core-value.benefit {
    font-size: 18px;
    border: 2px solid;
    color: #572c98;
}
.values-section.benefits-section .col-xs-12 {
	padding: 0 3px;
	margin-bottom: 6px;
}
.values-section.benefits-section .core-value.benefit.alt {
	border-color: #74bdce;	
}

.benefits-section .key-points h4 {
	margin-left: 20px;
	    margin-bottom: 10px;
}
#related_posts .relatedcontent h3 {
    margin: 5px 0 4px;
    font-size: 23px;
    color: #522f91;
}
#related_posts .relatedcontent h3 a {
    color: #522f91;
    font-size: 18px;
}
.page-copy.post {
    padding: 0 49px;
}
.padding-left {
    padding-left: 40px;
}
p.posted-info {
        text-transform: none;
    color: #949494!important;
    margin: 0;
    border-bottom: #bfbebe 1px solid;
}
button#feedButton {
    background-size: 100% 100%;
    background-repeat: no-repeat!important;
    box-shadow: none;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 300;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #74bece;
    border-radius: 7px;
    margin-bottom: 15px;
}
.showMe, .showMe input {
    font-size: 14px;
    position: relative;
    z-index: 299;
    width: 100%;
    border: 2px solid lightgrey;
    padding: 8px;
    border-radius: 6px;
    box-sizing: border-box;
}
.showMe {
    background: lightgrey;
    margin-top: 12px;
}
.showMe p {
    font-weight: bold;
    font-size: 16px;
    margin: 3px 3px 1em;
    padding: 0;
    letter-spacing: .03em;
    color: #737373;
}
h3.post-title {
    font-size: 2rem;
    margin: 0;
}
iframe {
    max-width: 100%;
}
.about-intro-icons, .payroll-icons {
    text-align: center;
    margin-bottom: 15px;
}
.about-intro-icons h5, .payroll-icons h5 {
	color: #522f91;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.payroll-icons div img {
    width: 65%;
}

.about-intro-icons .col-sm-3 {
    padding: 0 25px;
}


.whitepaper-item h3 a {
    text-decoration: none;
    color: #78C4D1;
    font-size: 23px;
}
.whitepaper-inner {
    padding: 30px 0;
    border-bottom:1px solid #dedede;
}
#text-14 {
    background: #f7f7f7;
    padding: 10px;
}
#text-14 h2.widgettitle {
        font-weight: lighter;
    font-size: 26px;
}

.Annual_Archive_Widget ul {
    padding: 0;
    list-style: none;
}

.team-single .page-copy, .category .page-copy, .category .page-content h3, .resource-item .title h3{
    margin-top: 0px;
}

@media screen and (min-width: 992px) {
    .services-box__content .middle-box {
    border-right: 3px solid #6997b3;
    border-left: 3px solid #6997b3;
    }

     .team-single h3.post-title {
        padding-left: 49px;
    }

    .team-single .team-member-photo {
        padding: 10px 0 20px 49px;
    }
}
@media screen and (max-width: 768px) {
    .header-contact__details:first-child {
     border: none;
    padding: 0;
    }
    .nav.nav-top.gradient {
    padding: 1px 0 5px;
	}

	.header-right {
		padding-right: 0;
		text-align: left;
	}
	.header-contact {
		text-align: left;
		margin: 10px 0;
	}
	.header-contact__details {
    	margin: auto 11px; 
	}
	.search-icon {
		margin-top: 5px;
	}
	.search-text {
		padding: 5px;
		margin-top: 7px;
	}
	.header .header-right .btn {
		display: none;
	}
	.menu-toggle {
	    
	    right: 0;
	}
    ul.sub-menu, ul.sub-menu ul.sub-menu {
        min-width: 100%;
        position: relative;
        display: block;
        opacity: 1;
    }

	.header-social {
		display: none;
	}
	.header-banner__pagetitle {
    	margin-top: 7rem;
        font-size: 3rem; 
	}
    .header-banner.home {
        padding: 50px;
    }
    section.content__main {
        margin-top: 10px;
    }
    .header-banner.home h1 {
        font-size: 45px; 
    }
    .header-banner.home h2 {
        font-size: 18px;
    } 
	section.newsletter-subscribe .newsletter-subscribe__title {
		font-size: 33px!important;
	}
	.about.testimonials__group .testimonials__content {
		padding: 30px 50px;
	}
	.about.testimonials__group .test-meta-right {
		display: none;
	}
	.about.testimonials__group .test-meta-left {
		border:none;
	}
    .events__heading, .events__title, .posts__heading {
        font-size: 2rem;
    }
    .events__subheading, .posts__subheading {
        font-size: 1.5rem;
    padding: 0 30px;
    }
     .page-id-13 article {
            padding: 0 15px 0 15px;
     }
     .padding-left {
        padding-left: 15px;
    }
    .values-section .core-value {
        margin-top: 15px;
    }
    .values-section .core-value:nth-child(4) {
        margin-top: 0px;
    }
    .presenter .image img {
        width: 45%; 
        padding: 20px 0;
    }
    .payroll-icons div:first-child, .payroll-icons div:last-child {
	margin-top: 0px;
    }
    .services-box-inner {
        margin-bottom: 20px;
    }
    .services-box__content .col-sm-6 {
        margin-bottom: 20px;
    }
    .content.testimonials .testimonials__item .row {
        height: auto;
    }
    .testimonials__content {
        padding: 30px;
    }
    .testimonials__arrow {
        font-size: 1.5rem;
    }
    #testimonials-28 .carousel-control-next, #testimonials-28 .carousel-control-prev {
        width: 10%;
    }
    .mission-statement {
        font-size: 20px;
        padding: 15px 15px 1px 15px;
    }
    .content__headline {
        font-size: 1.8rem;
        margin-top: 20px;
    }
    .staff-category-block {
        padding: 15px 45px 15px 45px;
    }
    .page-copy.post {
        padding: 0;
    }
    #related_posts .relatedcontent h3 a {
        color: #522f91;
        font-size: 18px;
    }
    #related_posts .relatedcontent {
        font-size: 16px;
    }
    aside .menu {
        display: block;
    }
    .presenters .image, .presenter .text {
        padding: 0px;
    }
    .content.presenters {
        padding: 15px;
    }
    
}
@media screen and (max-width: 414px) {
	.header-contact__details {
    	margin: 0 0 0 5px;
	}
	.home__dropdown .dropdown-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
	}
	.menu-toggle {
	   top:-54px;
	}
	.search-text,.tri-content.gradient .menu{
        display:block
    }

    .post-navigation a {
            font-size: 13px;

    top: 10px;
    font-weight: bold;
    }
}
/*for full width pages that have no body content*/
.page-id-42 .content__main {
    margin: 1rem auto;
}
/*header height override for about us and child pages, note additional class is set by a custom function in functions.php which puts the parent page slug as a body class to all child pages*/
.parent-contingent-workforce-solutions .header-banner__pagetitle {
	margin-top: 22.4rem;
}
/* services menu cheat - to only show the benefits pages sub links in the sidebar in their respective parent pages' sidebars*/
#menu-page-services li.menu-item-275 ul.sub-menu, #menu-page-services li.menu-item-277 ul.sub-menu {
    display: none!important;
}
.page-id-44 #menu-page-services li.menu-item-275 ul.sub-menu, .page-id-3617 #menu-page-services li.menu-item-275 ul.sub-menu, .page-id-48 #menu-page-services li.menu-item-277 ul.sub-menu, .page-id-3661 #menu-page-services li.menu-item-277 ul.sub-menu {
    display: block!important;
}
