/* -- General Formatting */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.75;
	font-size: 14px;
}

.lh_1{
	line-height:1;
}
.lh_1-1{
	line-height:1.1;
}
.lh_1-2{
	line-height:1.2;
}
.lh_1-3{
	line-height:1.3;
}
.lh_1-4{
	line-height:1.4;
}
.lh_1-5{
	line-height:1.5;
}

b, strong {
	font-weight: 600;
}

a:hover {
	opacity: .85;
}

.fg-blue{ 
	color:#2369A3;
}

.dflex{
	display:flex;
}

.mw-350{
	max-width:350px;
}
.mb_0{
	margin-bottom:0;
}
.mt_0{
	margin-top:0;
}
.m_auto{
	margin-left:auto;
	margin-right:auto;
}

.section a,
.panel a,
.half_panel a {
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px solid #000;
	background-color: #2369A3;
	border-color: #2369A3;
	color: #FFF;
	margin: 5px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border-radius:16px;
	font-size:16px; 
	font-weight:500;
}
a.btn-alt {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px solid #000;
	background-color: #FFF;
	border-color: #2369A3;
	color: #2369A3;
	margin: 5px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border-radius:16px;
	font-size:16px; 
	font-weight:500;
}


a.btn-green {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px solid #4AA14A;
	background-color: #4AA14A;
	border-color: #4AA14A;
	color: #FFF;
	margin: 5px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border-radius:16px;
	font-size:16px; 
	font-weight:500;
}

a.btn-green-alt {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px solid #4AA14A;
	background-color: #FFF;
	border-color: #4AA14A;
	color: #4AA14A;
	margin: 5px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border-radius:16px;
	font-size:16px; 
	font-weight:500;
}
.link_overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.x{
	width:20px;
	height:20px;
	display:flex;
	background-color:#696868;
	color:#fff;
	border-radius:100px;
	justify-content:center;
	text-align:center;
	align-items:center;
}
.x svg{
	fill:#FFF;
}
a.btn{
	cursor:pointer !important;
}
a.btn.btn-small { padding:3px 25px; line-height:22px; cursor:pointer !important;  }

a.btn:hover {
	background-color: transparent;
	color: #2369A3;
	opacity: 1;
}
a.btn-alt:hover {
	background-color: #2369A3;
	color: #fff;
	opacity: 1;
}
a.btn-green:hover {

	background-color: #FFF;
	color: #4AA14A;
}

a.btn-green:hover {

	background-color: #4AA14A;
	color: #FFF;
}

a.btn_rounded {
	border-radius: 100px;
}

a.btn span.fa {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

a.btn_sm {
	padding: 5px 10px;
}

a.btn_lg {
	font-size: 24px;
}

.wrapper {
	width: 1280px;
}
.cwrapper{
	width:100%;
	max-width:950px;
	margin:auto;
}
#show_more .btn{
	cursor:pointer;
}

h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #2369A3;
	font-weight: 400;
}

.h1 { 
	font-size: 2em;
}

a {
	color: #2369A3;
}
.fc_dblue{
	color: #2369A3;
}
.ilb {
	display: inline-block;
	vertical-align: top;
}

.c {
	height: 0 !important;
	font-size: 0;
}

.vph {
	display: none;
}

.resp_video {
	border: 0;
}

.page .wrapper img {
	height: auto !important;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.structured_data {
	position: fixed;
	top: -99999px;
	left: -99999px;
	z-index: -1;
	opacity: 0;
}
.support-icon{
	fill:#2369A3;
}
.pdf{
	fill:#2369A3;
	position:relative;
	top:2px;
	margin-right:15px;
}
.globe {
    fill: #2369A3;
    position: relative;
    top: 2px;
    margin-right: 15px;
}
.clipboard{
	fill:#FFF;
	width:20px;
	height:20px;                              
}
.information-svg{
	fill:#FFF;
	width:20px;
	height:20px;
}
.featured_row{
	position:relative;
}
.featured-star-svg{
	fill:rgb(219, 194, 50);
	width:15px;
	height:15px;
	position:absolute;
	left: 12px;
}
.content-hub-svg{
	fill:#FFF;
	width:20px;
	height:20px;
}
.service_stack{
	fill:#FFF;
	width:20px;
	height:20px;
}
.agreement_details-svg{
	fill:#FFF;
	width:20px;
	height:20px;	
}
.milestone{
	fill:#FFF;
	width:20px;
	height:20px;
}
.popup-overlay{
	background-color:rgba(9, 75, 129, 0.63);
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
}
.popup-overlay .cform{
	background-color:#fff;
	width:400px;
	padding:15px;
}
.popup-overlay .cform .btn{
	cursor:pointer;
}

/* -- Header Formatting */

.header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: 75px;
	line-height: 75px;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 13px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header:hover,
.header_bg {
	background-color: rgba(0,0,0,.5);
}

.header a {
	color: #FFF;
	text-decoration: none;
}

.header .logo {
	position: relative;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header .logo:hover {
	background-color: #2369A3;
}

.header .logo img {
	display: block;
	height: 45px;
	margin: 15px;
}

.header .logo a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}



/* -- Navigation Formatting */

.h_nav .parent {
	margin-top: -2px;
}

.h_nav a.level_0 {
	text-transform: uppercase;
	box-sizing: border-box;
	margin-left: 30px;
	/* line-height + transparent border keeps the visual row at 70px and
	   prevents the 3px hover underline from shifting the header. */
	line-height: 67px;
	padding: 0;
	display: inline-block;
	border-bottom: 3px solid transparent;
}

.h_nav .parent:hover a.level_0 {
	border-bottom: 3px solid #2369A3;
}

.h_nav a.level_1 {
	display: block;
	line-height: 30px;
	padding: 6px 10px;
}

.h_nav a.level_1:hover {
	background-color: rgba(0,0,0,.25);
}

.h_nav .parent .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 30px;
	background-color: #2369A3;
	white-space: nowrap;
}
 

.h_nav .spacer {
	width: 5px;
}

.h_nav a.social {
	display: block;
	font-size: 18px;
	margin-left: 5px;
}

.h_nav a.social span {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.h_nav a.facebook:hover span {
	background-color: #4B6DAA;
}

.h_nav a.twitter:hover span {
	background-color: #5EA9DD;
}

.h_nav a.linkedin:hover span {
	background-color: #017FB2;
}

.h_nav a.blog:hover span {
	background-color: #FF6600;
}

.h_nav a.instagram:hover span {
	background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
}
.h_nav .bell-link {
	text-decoration:none;
}
.h_nav .bell-link svg{
    width: 23px;
    height: 30px;
	fill:#fff;
	position:relative;
	top:10px;
}
.h_nav .bell-link svg.bell-hover{
	display:none;
}
.h_nav .bell-link svg.bell-hover{
	display:none;
}
.h_nav .bell-link.parent:hover svg.bell{
	display:none;
}
.h_nav .bell-link.parent:hover svg.bell-hover{
	display:inline-block;
}
.h_nav .bell-link.parent:hover a.level_0{
	border-bottom: 3px solid transparent;
 }
.h_nav .bell-link a{
	text-decoration:none;
}

.h_nav .bell-link .bell-number{
    background-color: #61AEEA;
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    margin-left: 15px;
    line-height: 18px;
    font-size: 11px;
    position: absolute;
    right: -12px;
    top: 8px;
    z-index: 100;
}

@keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(15deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-15deg); }
	100% { transform: rotate(0deg); }
  }

.h_nav .bell-link .fa-bell{
	font-size:24px; 
	position:relative;
	top:4px; 
} 

/* -- Mobile Navigation Formatting */

.mobile_toggle {
	width: 48px;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 20px;
    line-height: 48px;
    margin-top: 13px;
}

/* Notification Popup*/
.bell-link{
	margin-right: 25px;
}
.bell-number{
	background-color:#61AEEA;
	display:inline-block;
	padding:3px 10px;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
	margin-left:15px;
	line-height: 23px;
	font-size:16px;
}
.notification-popup{
	background: #F8F8F8 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 4px #00000029;     
	position:absolute;
	top:100px;      
	right:6px;
	width:315px;    
	z-index: 100;
	border-radius: 24px;

}
.notification-popup::before{
	content:' ';
	display:block;
	width:20px;
	height:20px;
	background-color:#2369A3;
	transform:rotate(45deg);
	position:absolute;
	right: 35px;
	top: -10px;
}
.notification-popup  .notification{
	display:flex;
}
.notification-popup  .notification .notification-status{
	display:flex;
	justify-content:center;
	align-items:center;
	padding-left:5px;
	width:15px;
}

.notification-popup  .notification .notification-status.seen span{
	display:none;
}

.notification-popup  .notification .notification-status span{
	background-color:#61AEEA;
	width:10px;
	height:10px;
	border-radius:10px;
	display:block;
}
.notification-popup  .notification .notification-message{
	padding-left:20px;
	width:calc(100% - 15px);
}
.notification-popup  .notification .notification-message a{
	color:inherit;
	text-decoration:none;
}
.notification-popup .notification-wrapper{
	overflow:auto;                         
	max-height:319px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.notification-popup .notification-wrapper::-webkit-scrollbar {
	width: 10px;
} 
/* Track */
.notification-popup .notification-wrapper::-webkit-scrollbar-track {
	background: #E2E2E2;
	margin-bottom:10px;
	border-radius:11px;
}

/* Handle */
.notification-popup .notification-wrapper::-webkit-scrollbar-thumb {
	background: #61AEEA;
	border-radius:11px;
	height:50px;
}

/* Handle on hover */
.notification-popup .notification-wrapper::-webkit-scrollbar-thumb:hover {
	background: #61AEEA;
	border-radius:11px;
}

.notification-popup .notification-wrapper .notification{
	padding: 15px 10px  15px 0 ;
	margin: 0 15px 0 20px;
	border-bottom:1px solid #E2E2E2;
}
.notification-popup .notification-wrapper .notification:last-of-type{
	padding: 15px 10px  15px 0 ;
	margin: 0 15px 0 20px;
	border-bottom:0px solid #E2E2E2;
}
.notification-popup .notification-title{
	background-color:#2369A3;
	padding:23px 10px;
	color:#fff; 
	border-radius: 24px 24px 0 0;
	box-shadow: 0px 3px 4px #00000029;
}

.notification-popup .notification-reminder{
	padding:15px 15px 15px 15px ; 
	box-shadow: 0px 3px 6px #00000029;
	border-radius:0 0 24px 24px;
}

/* -- Mobile Menu Formatting */

.mobile_menu .container {
	width: 90%;
	margin: 15px auto;
}

.mobile_menu .title {
	background-color: #2369A3;
}

.mobile_menu a.level_0,
.mobile_menu a.level_1,
.mobile_menu a.level_2,
.mobile_menu a.level_3,
.mobile_menu a.level_4,
.mobile_menu a.level_5,
.mobile_menu a.level_6 {
	margin: 0;
	background-color: #000;
	border-bottom: 1px solid rgba(255,255,255,.15);
}



/* -- Banner Formatting */

.banner {
	top: -75px;
}



/* -- Page Formatting */

.site_container {
	background-color: #FFF;
	padding-bottom:109px;
}
.login_container.site_container{ 
	min-height:100vh;
	display:flex;
}

.page {
	position: relative;
	z-index: 10;
	background-color: #FFF;
}



/* -- Table Formatting */

.table {
	margin: auto;
	min-width: 100%;
}

.table td {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.table thead td {
	background-color: #2369A3;
	color: #FFF;
	font-weight: 600;
}



/* -- Section Formatting */

.section {
	padding: 50px 0;
}

.section_padless {
	padding: 0;
}

.bg_grey {
	background-color: #F6F6F6;
}

.bg_blue_plain {
	background-color: #2369A3;
	color: #FFF;
}

.bg_blue_plain h1,
.bg_blue_plain .h1,
.bg_blue_plain h2,
.bg_blue_plain .h2,
.bg_blue_plain h3,
.bg_blue_plain .h3,
.bg_blue_plain h4,
.bg_blue_plain .h4 {
	color: #FFF;
}

.bg_blue_plain a {
	color: #FFF;
}

.bg_blue {
	background-color: #2369A3;
	color: #FFF;
	background-image: url('../../uploads/layout/blue_section_bg.jpg');
	background-size: cover;
	background-position: center center;
}

.bg_blue h1,
.bg_blue .h1,
.bg_blue h2,
.bg_blue .h2,
.bg_blue h3,
.bg_blue .h3,
.bg_blue h4,
.bg_blue .h4 {
	color: #FFF;
}

.bg_blue a {
	color: #FFF;
}

.bg_blue .form input[type="submit"],
.bg_blue .form input[type="button"] {
	background-color: transparent;
	border-color: #FFF;
}

.bg_blue a.btn,
.bg_blue_plain a.btn {
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
}

.bg_blue a.btn:hover,
.bg_blue_plain a.btn:hover {
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #2369A3;
}



/* -- Panel Formatting */

.panel {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-bottom: -75px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}

.panel .overlay {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(21,64,98,.5);
}

.panel .content {
	position: relative;
	z-index: 30;
	padding-top: 75px;
}

.panel .content .tbl,
.panel .content .tbl-row,
.panel .content .tbl-cell {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

.panel .content .copy {
	padding: 75px 150px;
}

.panel .video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.panel .video video {
	width: 100%;
    height: 100%;
}

.panel_auto_height .content {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

.panel h1 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 42px;
	line-height: 1em;
	margin: 15px 0;
	text-shadow: 1px 1px 30px rgba(0,0,0,.50);
}

.panel .pre_heading,
.panel .sub_heading {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	text-transform: uppercase;
	opacity: .75;
}

.panel .pre_heading { 
	margin-top: 15px;
}

.panel .sub_heading { 
	margin-bottom: 15px;
}

.panel .buttons {
	margin-top: 25px;
}

.panel a.btn {
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
	font-size: 20px;
	font-weight: 300;
}

.panel a.btn:hover {
	background-color: #2369A3;
	border-color: #2369A3;
}



/* -- Half Panel Formatting */

.half_panel {
	position: relative;
}

.half_panel_margin {
	margin: 75px 0;
}

.half_panel .photo,
.half_panel .photo .overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
}

.half_panel .photo .overlay {
	z-index: 20;
	background-color: rgba(0,0,0,.5);
	width: 100%;
}

.half_panel .photo .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.half_panel .photo a.block_link {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.half_panel .photo .tbl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.half_panel .photo .tbl,
.half_panel .photo .tbl-row,
.half_panel .photo .tbl-cell {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.half_panel .photo a {
	position: absolute;
	z-index: 30;
	display: block;
	top: 0;
	bottom: 0;
	width: 100%;
}

.half_panel .content {
	padding: 75px;
}

.half_panel .content .title {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: 300;
	color: #2369A3;
    /* text-transform: uppercase; */
	margin-bottom: 15px;
}

.half_right .photo,
.half_right .photo .overlay,
.half_micro_right .photo,
.half_micro_right .photo .overlay,
.half_sm_right .photo,
.half_sm_right .photo .overlay,
.half_lg_right .photo,
.half_lg_right .photo .overlay {
	left: 0;
}

.half_right .content {
	margin-left: 50%;
}

.half_left .photo,
.half_left .photo .overlay,
.half_micro_left .photo,
.half_micro_left .photo .overlay,
.half_sm_left .photo,
.half_sm_left .photo .overlay,
.half_lg_left .photo,
.half_lg_left .photo .overlay {
	right: 0;
}

.half_micro .photo {
	width: 35%;
}

.half_micro_right .content {
	margin-left: 35%;
}

.half_micro_left .content {
	margin-right: 35%;
}

.half_left .content {
	margin-right: 50%;
}

.half_sm .photo {
	width: 45%;
}

.half_sm_right .content {
	margin-left: 45%;
}

.half_sm_left .content {
	margin-right: 45%;
}

.half_lg .photo {
	width: 55%;
}

.half_lg_right .content {
	margin-left: 55%;
}

.half_lg_left .content {
	margin-right: 55%;
}

.half_no_photo .content {
	margin-right: 0;
	margin-left: 0;
}

/* -- Login Page */

.login-page .wrapper{
	display:flex;
	align-items: center;
	justify-content: center; 
}
.login-page {
	display: flex;
	align-items: center;
	justify-content: center; 
    width: 100%;
}
.logo-wrapper .logo{
	max-width:325px;
	width:100%;
}
.login-title{
	font-size: 36px;
	font-weight:600;
}
.login-message{
	font-size:16px;
}
.login-page .label{
	font-weight:400;
	padding-bottom:10px;
}
.login-page .forgot-password{
	text-decoration:none;
	font-weight:600;
}

.remember_me{
	cursor:pointer;
}
.remember_me input{
	display:none;
} 
.remember_me .check_display{ 
	display:inline-block;
	border:2px solid #2369A3;
	border-radius:16px;
	width:43px;
	height:20px;
	position:relative;    
	top: 5px;
	left: 5px;
}

.remember_me input[type="checkbox"] ~ .check_display .check_mark{
	height: 14px;
	width: 14px;
	background-color: #2369A3;
	display: inline-block;
	border-radius: 50%;
	top: 1px;
	position: absolute;
	left:2px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;                                            
} 

.remember_me input[type="checkbox"]:checked ~ .check_display{
	background-color:#2369A3;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;    
}
.remember_me input[type="checkbox"]:checked ~ .check_display .check_mark{
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	left:calc(100% - 16px);
	top: 1px; 
	position: absolute;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;   
} 


/* -- Homepage Banner Formatting */

.homepage_banner {
	background-color: #FFF;
	height: 100vh;
}

.homepage_banner .content .copy {
	padding: 75px;
}

.homepage_banner h1 .top {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 300;
	text-transform: none;
}



/* -- Footer Formatting */

.footer {
	position: fixed;
	z-index: 0;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .top {
	background-color: #EBEBEB;
	background-color: #333;
	color: #666;
	padding: 30px 0;
}

.footer .top .social {
	position: relative;
	height: 70px;
}

.footer .top .social .icon {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	left: 50%;
	margin-left: -35px;
	background-color: #2369A3;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .top .social .icon img {
	display: block;
	padding: 10px;
}

.footer .top .social .icon:hover {
	background-color: #61AEEA;
}

.footer .top .social .spacer {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	margin: 0 15px;
}

.footer .top .social a {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.footer .top .social .fa {
	margin: 0 10px;
	font-size: 30px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .top a {
	color: #666;
}

.footer .top a:hover .fa-facebook {
	color: #4B6DAA;
}

.footer .top a:hover .fa-twitter {
	color: #5EA9DD;
}

.footer .top a:hover .fa-instagram {
	color: #4B6DAA;
	background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.footer .top a:hover .fa-linkedin {
	color: #017FB2;
}

.footer .top a:hover .fa-pencil {
	color: #FF6600;
}

.footer .top a:hover .fa-google-plus {
	color: #DC4A38;
}

.footer .top a:hover .fa-snapchat-ghost {
	color: #FFFC00;
}

.footer .top .contact a {
	text-decoration: none;
}

.footer .top .contact a:hover {
	text-decoration: underline;
}


.footer .top .contact span {
	margin: 0 12px;
	line-height: 18px;
}

.footer .top .contact .fa {
	margin-right: 5px;
	font-size: 18px;
    vertical-align: middle;
	margin-top: -3px;
}

.footer .copyright {
	font-size: 12px;
	margin-top: 10px;
}



/* -- Responsive Video Formatting */

.resp_video {
	box-sizing: border-box;
	border: 0;
}



/* -- Form Formatting */

.form {
	overflow: hidden;
}

.form input,
.form select,
.form textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.form .field input[type="text"],
.form .field input[type="password"],
.form .field textarea,
.form .field select {
	background-color: #F8F8F8;
	border: 1px solid #E2E2E2;
	font-size: 15px;
	text-align:left;
}

.form .field input[type="text"],
.form .field input[type="password"] {
	line-height: 35px;
	padding: 0 10px;
	text-align:left;
}

.form .field textarea {
	padding: 10px;
}

.form input[type="submit"],
.form input[type="button"] {
	background-color: #2369A3;
	border: 1px solid #2369A3;
	color: #FFF;
	line-height: 36px;
	height: 36px;
	padding: 0 28px;
	text-transform: uppercase;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border-radius: 16px;
}

.form input[type="submit"]:hover,
.form input[type="button"]:hover {
	background-color: #61AEEA;
	border-color: #61AEEA;
}



/* -- Social Media Icons Formatting */

.social_media_icons {
	padding-bottom: 20px;
}

.social_media_icons a {
	vertical-align: middle;
	margin: 0 30px;
}

.social_media_icons a:hover {
	opacity: .5;
}

.social_media_icons .fa {
	font-size: 40px;
}

.social_media_icons .fa-facebook {
	color: #4B6DAA;
}

.social_media_icons .fa-twitter {
	color: #5EA9DD;
}

.social_media_icons .fa-linkedin {
	color: #017FB2;
}

.social_media_icons .fa-instagram {
	color: #4B6DAA;
    background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social_media_icons .fa-youtube-play {
	color: #E3401D;
}

.social_media_icons .fa-google-plus {
	color: #DC4A38;
}

.social_media_icons .fa-snapchat-ghost {
	color: #FFFC00;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}



/* -- Page Banner Formatting */

.page_banner {
	position: relative;
	height: 0;
	padding-bottom: 30%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_banner_top {
	background-position: top center;
}

.lg_page_banner {
	padding-bottom: 50%;
}


/* Agreement Overview */
.agreement.agreement_bottom{

	margin-bottom:30px;

}
.agreement .agreement_overview{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 14px #00000029;
    border-radius: 11px;
    display:flex;
}
.agreement .agreement_overview .message{
    background: transparent linear-gradient(0deg, #2369A3 0%, #479BE2 100%) 0% 0% no-repeat padding-box;
    width:100%;
    max-width:350px;
    border-radius: 11px 0 0 11px;
    padding:35px 45px;
    color:#fff;
}
.agreement .agreement_overview .tasks{
    padding:20px 35px;
    width:100%;
}
.agreement .agreement_overview .tasks .task_title{
    color:#454545;
    opacity:0.39;
    font-weight:bold;
}
.agreement .agreement_overview .tasks .timeline{
    display:flex;
    margin:20px 0;
}
.agreement .agreement_overview .tasks .timeline .line{
    display:flex;
    align-items:center;
    justify-content:center; 
    margin-left:-2px;
    margin-right:-2px;
    position:relative;
    z-index:1;
}
.agreement .agreement_overview .tasks .timeline .line::before{
    display:block;
    content:' ';
    width:100%;
    height:6px;
    background-color:#E8E8E8;
}

.agreement .agreement_overview .tasks .timeline .line[data-progress="2"]::before,
.agreement .agreement_overview .tasks .timeline .line[data-progress="1"]::before{
    background-color:#4AA14A;
}
.agreement .agreement_overview .tasks .timeline .radio{
    width:22px;
    height:22px;
    border:2px solid #C3C3C3;
    border-radius:11px;
    position:relative;
    z-index:2;
}
.agreement .agreement_overview .tasks .timeline .radio[data-progress="2"],
.agreement .agreement_overview .tasks .timeline .radio[data-progress="1"]{ 
    border:2px solid #4AA14A;
}

.agreement .agreement_overview .tasks .timeline .radio[data-progress="2"]::before,
.agreement .agreement_overview .tasks .timeline .radio[data-progress="1"]::before{
    width: 14px;
    height: 14px;
    border-radius: 10px;
    margin: 2px;
    background-color: #4AA14A;
    display: block;
    content: ' ';

}
.agreement .agreement_overview .tasks .description .btn{
    margin:10px 0;
}
.agreement .agreement_overview .tasks .description .description_title{
    margin-bottom:10px;
}
.agreement .agreement_overview .tasks .description .description_text{
    margin-bottom:10px;
}


.agreement .agreement_overview .tasks .description .description_title .link-icon {
    fill: #949494;
    width: 17px;
    height: 13px;
    margin-left: 5px;
}


.resources_table .show_additional{
	border-bottom:1px solid #eeeeee;
}  
.resources_table .show_additional:last-of-type{
	border-bottom:1px solid #eeeeee00;
}
.resources_table .hide_additional{
	display:none;
}

@media screen and (max-width: 825px){

	.featured-star-svg{
		left:5px;
		top:2px;
		position:relative;
	}

}
@media screen and (max-width: 585px){
    
    .agreement .agreement_overview{
        flex-wrap:wrap;
    } 
    .agreement .agreement_overview .message{ 
        border-radius: 11px 11px 0 0;
    }
    .agreement .agreement_overview .message,
    .agreement .agreement_overview .tasks{
        width:100%;
        max-width:100%;
    }
	
	.overview_milestones .column_row .info_table .info_row .info_desc.milestone_date,
	.overview_milestones .column_row .info_table .info_row .info_desc.milestone_row,
	.overview_milestones .column_row .info_table .info_row .info_desc.status_row{
		padding-left:10px;
		padding-right:10px;
	}


	
}

/* Audit SEO */


.overview_information .agreement_details.audit_seo .details .project_managers{
	columns:2;
}
@media screen and (max-width: 885px){

	.overview_information .agreement_details.audit_seo .details .project_managers{
		columns:1;
	}

}


/* Analytics Formatting */
.analytics_overview{
	
	margin-bottom:50px;
}

.analytics_overview .analytics_details{
	border:1px solid #D6D6D6;
	background-color:#fff;
	border-radius: 11px 11px 11px 11px;
}
.analytics_single{
	display:flex;
	gap:25px;
	row-gap:25px;
	justify-content:space-around;
	flex-wrap:wrap;
	padding:25px;
}
.analytics_single .changeCard{ 
	padding:50px 30px;
	text-align:center;
	border-radius:15px;
	position:relative;
}
.analytics_single .changeCard .bg_highlight{
	position:absolute;
	top:15px;
	left:15px;  
	opacity:0.4; 
	height:40px;	
	width:auto;
}

.analytics_single .changeCard .changeCard_name {
	line-height: 1.2;
	margin:0 0 10px 0;
}
.analytics_single .changeCard .changeCard_desc {
	line-height: 1.2;
	margin:10px 0;
}
.analytics_single .changeCard .arrow-change-wrapper{
	margin:10px 0 0 0;
	line-height: 1.2;
}

.analytics_single .changeCard .bg_highlight img{
	width:auto;
	height:100% !important;
}
.analytics_single .changeCard svg{ 
	position:relative;
	top:1px;
}

.analytics_single div.changeCard {
	flex: 1 1 calc(25% - 25px); /* Default width is 25% (for 4 items) */
}
.analytics-information{
	width:20px;
	height:20px;
	fill:#fff;

}

.analytics_single div.changeCard:nth-child(1):nth-last-child(1),
.analytics_single div.changeCard:nth-child(2):nth-last-child(2) {
	flex: 1 1 calc(50% - 25px); /* 50% when 2 items are present */
}

.analytics_single div.changeCard:nth-child(1):nth-last-child(3),
.analytics_single div.changeCard:nth-child(2):nth-last-child(2),
.analytics_single div.changeCard:nth-child(3):nth-last-child(1) {
    flex: 1 1 calc(33.33% - 25px); /* 33.33% when 3 items are present */
}

.analytics_single div.changeCard:nth-child(1):nth-last-child(1) {
	flex: 1 1 calc(100%); /* 100% when only 1 item is present */
}


.analytics_single .changeCard .arrow-change-wrapper{
	font-size:14px;
}
.analytics_single .changeCard h3{
	font-size:42px;
	font-weight:600;
	margin-top:0;
	margin-bottom:0;
	color:#474747;
	line-height:100%;
}
.analytics_single .changeCard .changeCard_name{
	font-size:20px;
	font-weight:600;
	color:#474747;
}   
.analytics_single .going_up{
	background-color:#cee2ce;
}
.analytics_single .going_up .arrow-change{
	
	width:13px;
	height:13px;
	fill:#4f9e51;
	margin-right:5px;
}
.analytics_single .going_down{
	background-color:#ffe6be;
} 
.analytics_single .going_down .arrow-change{ 
	width:13px;
	height:13px;
	fill:#c07b1b;
	margin-right:5px;
	transform:rotate(180deg);
}

.analytics_single .no_diff{
	background-color:#efefef;
}
.analytics_single .no_diff .arrow-change{
	width:13px;
	height:13px;
	fill:#333;
	margin-right:5px;
	transform:rotate(90deg);	
	display:none;
}


.analytics_wrapper .slick-dots,
.analytics_overview .slick-dots{
	list-style-type:none;
	display:flex;
	width:100%;
	text-align: center;
	justify-content: center;
	align-items:center;
	margin:50px 0 30px 0;
	padding:0;
	gap:20px;
}

.analytics_wrapper .slick-dots li,
.analytics_overview .slick-dots li{
	display:block;
}

.analytics_wrapper .slick-dots button,
.analytics_overview .slick-dots button{
	background-color:#2369A3;
	border-radius:50%;
	width:10px;
	height:10px;
	margin:0 0;
	font-size:0;
	color:#2369A3;
	border:0px;
	opacity:0.6;

}

.analytics_wrapper .slick-dots li.slick-active button,
.analytics_overview .slick-dots li.slick-active button{
	opacity:1;
}



@media screen and (max-width: 1025px){


	.analytics_single div.changeCard {
		flex: 1 1 calc(50% - 25px); /* Default width is 25% (for 4 items) */
	}

	.analytics_single div.changeCard:nth-child(1):nth-last-child(1),
	.analytics_single div.changeCard:nth-child(2):nth-last-child(2) {
		flex: 1 1 calc(100%); /* 50% when 2 items are present */
	}

	.analytics_single div.changeCard:nth-child(1):nth-last-child(1) {
		flex: 1 1 calc(100%); /* 100% when only 1 item is present */
	}

}




@media screen and (max-width: 825px){


	.analytics_single div.changeCard {
		flex: 1 1 calc(100%); /* Default width is 25% (for 4 items) */
	}

	.analytics_single div.changeCard:nth-child(1):nth-last-child(1),
	.analytics_single div.changeCard:nth-child(2):nth-last-child(2) {
		flex: 1 1 calc(100%); /* 50% when 2 items are present */
	}
	.analytics_single div.changeCard:nth-child(1):nth-last-child(3),
	.analytics_single div.changeCard:nth-child(2):nth-last-child(2),
	.analytics_single div.changeCard:nth-child(3):nth-last-child(1) {
		flex: 1 1 calc(100%); /* 33.33% when 3 items are present */
	}
	.analytics_single div.changeCard:nth-child(1):nth-last-child(1) {
		flex: 1 1 calc(100%); /* 100% when only 1 item is present */
	}


	.analytics_overview .section_title{
		height:initial;
	}
	.analytics_overview .section_title svg{
		margin-left:15px;
	}
	.analytics_overview .section_title .m_l{
		width:calc(100% - 50px);
		padding-top:5px;
		padding-bottom:5px;
	}


}
