/*

Theme Name: Pietragallo Gordon Alfano Bosick & Raspanti, LLP - False Claim Site

Theme URI: 

Author: Law Firm Site

Author URI: http://www.lawfirmsites.com

Description: 

Keywords: 

Version: 1.0

*/

/* Overwrite Bootstrap */

/*

    -- FONTS --

*/


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');



@font-face {
    font-family: 'Trajan Pro';
	font-weight: 400;
    src: url(fonts/TrajanPro-Regular.ttf);
}
@font-face {
    font-family: 'Trajan Pro';
	font-weight: 700;
    src: url(fonts/TrajanProBold.ttf);
}




/* Ovewrite Bootstrap */

body{

    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #111;
	line-height: 1.7em;

}

h1, h2, h3, h4, h5, h6 {

    margin: 0px;

}

ul {

    list-style: none;

    margin: 0px;

    padding: 0px;

}

a {

    color: #244065;

    transition: all .2s ease;

    -webkit-transition: all .2s ease;

    -mz-transition: all .2s ease;

    -moz-transition: all .2s ease;

    -o-transition: all .2s ease;

}

a:hover, a:focus {

    color: #244065;

    text-decoration: underline;

    outline: none;

}

p:empty {

    display: none;

}
#wrapper {
	max-width: 2560px;
	margin: 0 auto;
}
.container {
    max-width: 1420px;
    width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.alignleft {
	float: left;
    margin: 0 15px 15px 0;
}
.alignright {
	float: right;
    margin: 0px 0px 15px 15px;
}
.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 1.5em;
    text-align: center;
}
.clear {
	clear: both;
}
.col-md-6,
.col-md-4,
.col-md-8,
.col-md-5,
.col-md-7,
.col-md-3,
.col-md-2,
.col-md-9 {
	padding-left: 0;
	padding-right: 0;
}
.center {text-align: center !important;}
.flex,
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-container {
	max-width: 1800px;
	padding: 0 15px;
	margin: 0 auto;
	justify-content: space-between;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5 {
	font-size: 60px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #1565a3;
	text-transform: none;
	line-height: 1em;
	margin-bottom: 30px;
}
h1.posttitle,
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Trajan Pro', serif;
	font-weight: 400;
	color: #111;
	line-height: 1.2em;
}
h2.bottomborder {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 45px;
	line-height: 1.2em;
	text-transform: uppercase;
}
h2.bottomborder:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #71caf4;
	display: block;
	margin-top: 10px;
}
h3 {
	color: #111;
	font-family: 'Trajan Pro', serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0;
}
h4 {
	font-size: 18px;
	color: #1f94d2;
	font-weight: 400;
	line-height: 1.7em;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	line-height: 1.7em;
	margin-bottom: 5px;
	color: #000;
}
a.btn {
	background-color: #244065;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 900;
    padding: 15px 25px;
    border-radius: 0;
	border: 1px solid #6cbdfc;
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
}
a.btn:hover,
a.btn:focus {
	background-color: #6cbdfc;
}
a:hover > img {
	opacity: 0.8;
}




/* Header */
header#header {
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1 !important;
}
header#header .container {
	max-width: 1590px;
}
header#header .hs-grad,
header#header .menu-fixed-section {
	background-color: rgba(0,0,0,0.35);
}
header#header .hs-grad-2 {
	background-color: rgba(0,0,0,0.25);
}
header#header .menu-header-section {
	background-color: transparent;
}
header#header .menu-content {
	align-items: center;
}
header#header .logo {
	background-color: #244065;
	padding: 30px 2%;
}
header#header .nav {
	flex: 1 0 auto;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}





/* Menu fix section */
.menu-fixed-section {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
}


/* Banner Section */
.banner-section .bs-content {
	text-align: center;
	padding: 3% 0 3.5%;
}
.banner-section h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2em;
	margin-bottom: 0;
}




.main-menu {
	align-items: center;
}
.main-menu li {
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0 12px;
}
.main-menu li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 8px;
}
.main-menu > li > a:hover,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a,
.main-menu > li.current_page_parent > a {
	border-bottom: 2px solid #6cbdfc;
}
.main-menu li ul {
	z-index: 1000;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
	visibility: hidden;
    webkit-transition: opacity .05s 0s ease-in-out;
    -ms-transition: opacity .05s 0s ease-in-out;
    -o-transition: opacity .05s 0s ease-in-out;
    transition: opacity .05s 0s ease-in-out;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
	margin-top: 10px;
}
.main-menu li ul li {
	background-color: #244065;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    height: 0;
    -webkit-transition: height 200ms ease-in-out;
    -moz-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
	position: relative;
}
.main-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu li:hover ul li {height: 40px;}
.main-menu li ul li a {
	padding: 8px 8px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dashed #303c4c;
	text-transform: none;
	font-weight: 400;
	margin: 0 10px;
}
.main-menu li ul li a:hover,
.main-menu li ul li a:focus {
	border-bottom: 0;
}
.main-menu li ul li:last-child a {
	border-bottom: 0;
}
.main-menu li.menu-item-has-children ul li a:hover,
.main-menu ul li.current-menu-item > a,
.main-menu li ul li.current-menu-item a {
	color: #6cbdfc;
}
/* 3 layers */
.main-menu li ul ul {
	top: 0;
    left: 100%;
    margin-top: -1px;
}







/* Main Content */
.main-content .container,
.footer-section .container {
	padding-left: 1%;
	padding-right: 1%;
}
.main-content .mc-wrapper {
	padding: 60px 0 30px;
	line-height: 2em;
	font-size: 18px;
	font-weight: 400;
}
.main-content p {
	margin: 0 0 30px;
}
.main-content .mc-wrapper a {
	text-decoration: none;
	color: #244065;
	font-weight: 700;
}
.main-content .mc-wrapper a:hover,
.main-content .mc-wrapper a:focus {
	color: #111;
}
.main-content ul li {
	background-image: url(images/icon-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-left: 20px;
    margin-bottom: 7px;
}
.main-content ul.double {
	margin-left: 40px;
}
.main-content ul.double li {
	margin-bottom: 20px;
}
.main-content ul,
.main-content ol {
	margin-bottom: 25px;
}
.main-content ul ul,
.main-content ol ol {
	margin-bottom: 0;
}
.main-content .mc-wrapper a.btn {
	color: #fff;
	font-weight: 900;
}
.main-content .mc-wrapper a.btn.fda{
	background:#fff;
	color:#244065;
	border:2px solid #244065;
	border-radius:20px;
	margin:20px 15px 0px;
}
.main-content .mc-wrapper a.btn.fda:hover{
	background:#244065;
	color:#fff;
	border:2px solid #fff;
}
.main-content .wp-caption {
	display: table;
	margin-bottom: 30px;
}
.main-content .wp-caption-text {
	display: table-caption;
	caption-side: top;
	color: #b29b55;
	font-size: 12px;
	font-style: italic;
}
.main-content .wp-caption p {
	margin: 0 0 20px;
}
.main-content a.btnlink {
	text-transform: uppercase;
	color: #244065;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2em;
}
.main-content a.btnlink:after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #71caf4;
	display: block;
	margin-top: 5px;
}
.main-content .blue {
	color: #244065;
}
.main-content blockquote {
	border-left: 0;
	margin: 0 0 0 8%;
	padding: 0;
}
.main-content blockquote p:last-child,
.main-content .mc-2-columns {
	margin-bottom: 30px;
}
.main-content .mc-2-columns .col1 {
	flex: 1 0 auto;
}
.main-content .mc-3-columns {
	justify-content: center;
	margin-bottom: 30px;
}
.main-content .mc-3-columns > div {
	margin: 0 2%;
}
.main-content .mc-2-columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	clear: both;
}
.main-content .mc-2-columns .mchalf:first-of-type {
	padding-right: 3%;
}
.main-content .mc-2-columns .mchalf:last-of-type {
	padding-left: 3%;
}
.main-content .mcscroll {
	overflow-y: auto;
    height: 450px;
	padding: 30px 5% 30px 0;
	margin-bottom: 30px;
}
.main-content .mcscroll::-webkit-scrollbar {
	width: 30px;
	background-color: #111;
}
.main-content .mcscroll::-webkit-scrollbar-thumb {
	background-color: #6cbdfc;
}
.main-content .mcscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #111;
	border-right: 1px solid #6cbdfc;
}
.main-content .mcscroll::-webkit-scrollbar-button {
	border: 1px solid #6cbdfc;
	background-repeat: no-repeat;
	height: 32px;
}
.main-content .mcscroll::-webkit-scrollbar-button:vertical:increment {
	background-image: url(images/icon-scroll-down.png);
	background-position: center;
}
.main-content .mcscroll::-webkit-scrollbar-button:vertical:decrement {
	background-image: url(images/icon-scroll-up.png);
	background-position: center;
}
.main-content .mc-wrapper article.post,
.main-content .mc-wrapper article.case {
	border-bottom: 1px solid #6cbdfc;
	margin-bottom: 40px;
}


.sidebar {
	margin-left: 45px;
	border-left: 1px solid #ccc;
}
.sidebar .sidebar-content {
	
    padding-left: 50px;
}
.sidebar .side-whistleblog ul {
	margin-top: 30px;
}
.sidebar .side-whistleblog ul li {
	list-style: none;
	background-image: none;
	padding-left: 0;
	margin-bottom: 15px;
	color: #244065;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}
.main-content .sidebar .side-whistleblog ul li a {
	font-weight: 400;
}



/* Blog */
.main-content.main-blog .mc-wrapper {
	line-height: 1.7em;
}
.main-content.main-blog li {
	margin-bottom: 9px;
	line-height: 1.5em;
}
.main-content .mc-wrapper article.post {
	line-height: 1.7em;
}
.main-content .mcflex {
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-content .mcflex .mc-content {
	width: 60%;
}
.main-content .mcflex .sidebar {
	width: 35%;
}
.main-content .pdate {
	font-style: italic;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 15px;
}
.main-content .pdate ul.flex {
	flex-wrap: wrap;
}
.main-content .pdate ul li {
	list-style: none;
	border-left: 1px solid #525151;
	padding: 0 7px 0 5px;
	background-image: none;
	line-height: 1.2em;
}
.main-content .pdate ul li:first-child {
	border-left: 0;
	padding-left: 0;
}
.main-content .pdate ul li a {
	font-weight: 400;
	text-decoration: none;
}
.main-content .pdate ul li:first-child a {
	text-decoration: underline;
	color: #3c6498;
}
.main-content .pdate ul li:first-child a:hover,
.main-content .pdate ul li:first-child a:focus {
	text-decoration: none;
}
.sidebar .side-blog h3 {
	margin-bottom: 30px;
}
.sidebar .side-blog select {
	border: 1px solid #0e83b9;
    min-width: 320px;
    padding: 14px 20px;
	font-weight: 400;
	font-size: 18px;
	color: #0e83b9;
	background-image: url(images/icon-arrowD.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	-webkit-appearance: none;
	margin: 10px 0 10px;
	cursor: pointer;
}
.sidebar .side-blog label {
	display: none;
}
.sidebar .side-blog .widget {
	margin-bottom: 40px;
} 



.main-content .mc-municipalities {
	max-width: 900px;
	margin: 0 auto;
}
.main-content .mc-municipalities ul {
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.main-content .mc-municipalities ul li {
	list-style: none;
	background-image: none;
	padding-left: 0;
	text-align: center;
	margin: 0 2%;
	width: 22%;
}

.main-content .mc-states ul.flex,
.main-content .mc-states {
	flex-wrap: wrap;
}
.main-content .mc-states ul.flex li {
	width: 50%;
}



/* Main Content Gray Section */
.main-gray {
	background-color: #f7f7f7;
}
.main-gray .mc-wrapper strong {
	color: #244065;
}
.main-content h2.iconBuild:before,
.main-content h2.iconBill:before,
.main-content h2.iconCapsule:before {
	background-image: url(images/icon-building.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: '';
	height: 44px;
	width: 53px;
	display: block;
	margin-right: 25px;
}
.main-content h2.iconBill:before {
	background-image: url(images/icon-bill.png);
}
.main-content h2.iconCapsule:before {
	background-image: url(images/icon-time-capsule.png);
	height: 50px;
	width: 44px;
}



/* With Background Image section */
.bg-image-section {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.bg-image-section .bis-grad {
	background-color: rgba(17,17,17,0.75);
}
.bg-image-section h3 {
	color: #fff;
}
.bg-image-section h2 {
	color: #fff;
	text-align: center;
	line-height: 1.2em;
}
.bg-image-section .bis-content {
	color: #fff;
}
.bg-image-section .bis-content a {
	color: #6cbdfc;
	text-decoration: none;
	font-weight: 400;
}
.bg-image-section .bis-content a:hover,
.bg-image-section .bis-content a:focus {
	color: #fff;
}


/* main content with blue background */
.main-content.main-blue {
	background-color: #244065;
	color: #fff;
}
.main-blue .mc-wrapper  > p:first-of-type {
	margin-right: 42%;
}
.main-blue .mc-wrapper ul li,
.bg-image-section .mc-wrapper ul li {
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;*/
	
	background-image: url(images/icon-bullet-white.png);
	background-repeat: no-repeat;
	background-position: 0 12px;
	list-style: none;
    line-height: 1.7em;
    margin-bottom: 30px;
}
/*.main-blue .mc-wrapper ul li:before,
.bg-image-section .mc-wrapper ul li:before {
	content: '';
	border-radius: 15px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin: 15px 20px 0 0;
	padding: 2px;
}*/
.bg-image-section .mc-wrapper ul li {
	margin-bottom: 7px;
}



/* Federal How Does it works */
.page-template-page-federal-how .main-content h2.flex {
	align-items: center;
}


/* Federal Statute */
.page-template-page-with-gray-section .main-gray h2 {
	text-align: center;
}
.page-template-page-with-gray-section .main-gray .mc-wrapper {
	padding: 40px 0 15px;
}



/* with background image content only */
.page-template-page-with-background-image .bg-image-section .bis-content {
	padding: 7% 6% 4%;
}
.page-template-page-with-background-image .bg-image-section h2 {
	line-height: 1.7em;
	font-size: 25px;
}



/* Fraud - sub page */
.page-template-page-fraud-sub .main-gray .mc-wrapper strong,
.page-template-page-fraud-sub .main-gray .mc-wrapper a:hover strong,
.page-template-page-fraud-sub .main-gray .mc-wrapper a:focus strong {
	color: #111;
}
.page-template-page-fraud-sub .main-gray .mc-wrapper a strong {
	color: #244065;
}




/* Practice Overview */
.main-content.main-practice-overview .container {
	max-width: 1640px;
}
.main-content.main-practice-overview .mcpc-middle {
	padding: 0 6%;
	text-align: center;
	margin-bottom: 50px;
}
.main-practice-overview article.item {
	text-transform: uppercase;
	font-family: 'Trajan Pro', serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	padding: 20px 45px;
	text-align: center;
}
/*.main-practice-overview .owl-item:nth-child(3n+2) {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}*/
.main-practice-overview .owl-item:first-child {
	border-left: 0;
}
.main-practice-overview .owl-item {
	border-left: 1px solid #d8d8d8;
}
.main-practice-overview article.item p {
	margin: 20px 0 0;
}
.owl-carousel {
	position: relative;
	padding: 0 60px;
}
/*.owl-theme .owl-controls .owl-pagination {
	display: none !important;
}*/
.owl-theme .owl-controls .owl-buttons div {
	opacity: 1 !important;
	text-indent: -9999999px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	width: 61px;
	height: 61px;
	
	position: absolute;
	top: 30%;
	background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-image: url(images/icon-arrowPrev.png) !important;
	left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-image: url(images/icon-arrowNext.png) !important;
	right: 0;
}




/* Attorneys and Common Frauds Main page */
.main-team .container,
.main-frauds .container {
	max-width: 1920px;
}
.main-team .mc-team ul,
.main-frauds .mc-frauds ul {
	flex-wrap: wrap;
	margin-left: 0;
}
.main-team .mc-team ul li,
.main-frauds .mc-frauds ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 25%;
	
	font-size: 18px;
	font-weight: 400;
	font-family: 'Trajan Pro', serif;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.main-team .mc-team ul li h3,
.main-frauds .mc-frauds ul li h3 {
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 0;
}
.main-team .mc-team ul li a,
.main-frauds .mc-frauds ul li a {
	color: #fff;
	text-decoration: none;
}
.main-team .mc-team ul li h3:after,
.main-frauds .mc-frauds ul li h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #71caf4;
	display: block;
	margin: 10px auto 15px;
}
.main-team .mc-team ul li .overlay,
.main-frauds .mc-frauds ul li .overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
	opacity: 0;
}
.main-team .mc-team ul li .overlay .o-grad,
.main-frauds .mc-frauds ul li .overlay .o-grad {
	background-color: rgba(17,17,17,0.75);
	width: 100%;
    align-items: center;
    justify-content: center;
}
.main-team .mc-team ul li.hover .overlay,
.main-frauds .mc-frauds ul li.hover .overlay {
	opacity: 1;
}
.main-frauds .mc-frauds ul li {
	width: 33.333333%
}
.main-frauds .mc-frauds ul li a:hover h3,
.main-frauds .mc-frauds ul li a:focus h3 {
	color: #71caf4;
}
.main-frauds .mc-frauds ul li .overlay {
	opacity: 1;
}
.main-frauds .mc-frauds ul li .overlay .o-grad {
	background-color: rgba(17,17,17,0.40);
}

body.page-template-page-fraud-sub .main-content.main-gray {
	background-color: #fff;
}
body.page-template-page-fraud-sub .main-content.main-gray .mc-wrapper{
	padding-top: 30px;
}




/* Profile / Single attorney */
/*.main-profile .mc-wrapper {
	padding-bottom: 0;
}
.main-content.main-profile .sidebar {
	border-left: 0;
	margin-left: 0;
}
.main-content.main-profile .sidebar .sidebar-content {
	padding-left: 15%;
}
.main-profile .sidebar .side-profile {
	margin-bottom: -150px;
}*/
body.single-attorney .main-gray h2 {
	text-align: center;
}
.rhide {
	display: none;
}
.main-profile .mc-wrapper .side-profile {
	float: right;
    padding-left: 5%;
    padding-bottom: 3%;
}




/* News & Events */
.page-template-page-news .main-content .mc-wrapper {
	text-align: center;
}
.page-template-page-news .main-news .mc-wrapper {
	padding: 0;
}
.main-news .container {
	max-width: 1920px;
}
.main-news .mc-wrapper {
	text-align: left !important;
	flex-wrap: wrap;
}
.main-news .mc-news-left {
	background-color: #f7f7f7;
}
.main-news .mc-news-left,
.main-news .mc-news-right {
	padding: 5% 6%;
}
.main-news .mc-wrapper h2 {
	color: #244065;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 40px;
}
.main-news .mc-wrapper h2:after {
	content: '';
	background-color: #71caf4;
	width: 35px;
	height: 2px;
	display: block;
	margin-top: 20px;
}
.main-news .mc-wrapper article {
	border-bottom: 1px solid #71caf4;
	margin-bottom: 40px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
}
.main-news .mc-wrapper article h3 {
	font-weight: 700;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #080e16;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.main-news .mc-wrapper article .viewlink {
	text-transform: uppercase;
	font-weight: 900;
}
.main-news .mc-wrapper article.pre-item h3 {
	margin-bottom: 5px;
}
.main-news .mc-wrapper a.btnlink {
	font-size: 16px;
}
.main-news .mc-wrapper .mc-news-right a.btnlink {
	display: block;
	text-align: right;
}
.main-news .mc-wrapper .mc-news-right a.btnlink:after {
	margin: 15px 0 0 auto;
}
.pagination {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.pagination a.page-numbers {
	padding: 10px 15px;
	color: #003663;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #244065;
	font-size: 14px;
	border-radius: 3px;
}
.pagination a.next,
.pagination a.prev,
.pagination a.prev:hover,
.pagination a.next:hover {
	background-color: #fff;
	background-repeat: no-repeat;
}
.pagination .current,
.pagination a.page-numbers:hover {
	background-color: #244065;
	color: #fff;
	text-decoration:none;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #244065;
	border-radius: 3px;
}



/* Search */
header#header .searchbtn {
	display: block;
    padding: 8px 12px;
    background-color: #6cbdfc;
	margin-left: 20px;
}
header#header .searchbtn:hover,
header#header .searchbtn:focus {
	background-color: transparent;
}
header#header .fsearch {
	position: relative;
}
.searchform {
	display: none;
	position: absolute;
	right: 0;
	bottom: -70px;
    width: 235px;
}
.searchform input[type=submit]{
	background-color: #6cbdfc;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 9px 10px;
	cursor: pointer;
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.searchform input[type=text]{
	color: #fff;
	background-color: rgba(0,0,0,0.50);
	border: 1px solid rgba(55,55,55,0.50);
	padding: 8px 15px;
	border-radius: 0;
	float: left;
	font-size: 15px;
}
.main-content .mc-wrapper article.results {
	border-bottom: 1px solid #71caf4;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.main-content .mc-wrapper article.results h4 {
	margin-bottom: 5px;
}



/* Homepage */
body.home header#header {
	background-image: none !important;
}
.slider-section {
	background-repeat: no-repeat;
    background-size: cover;
}
.slider-section .slider .ss-content {
	padding: 5% 0 4%;
	text-align: center;
}
.slider-section .slider:before {
    content: '';
    background-color: #fff;
    width: 10%;
    height: 65vh;
    float: left;
}
.slider-section h1,
.slider-section h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 90px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.slider-section h2 {
	font-size: 57px;
	font-weight: 400;
}
.slider-section h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	margin: 15px 0 35px;
}
.slider-section h3:before,
.slider-section h3:after {
	content: '';
	width: 20%;
	height: 2px;
	background-color: #fff;
    display: inline-block;
    margin: 0 15px 10px;
}
.slider-section a.btn {
	padding: 15px 35px;
}



.home-content h2.bottomborder {
	color: #244065;
	max-width: 60%;
}
.home-content h2.bottomborder:after {
	margin-top: 30px;
}
.home-content h3 {
	margin-bottom: 40px;
}
.home-content .mc-left > p {
	padding-right: 15%;
}
.home-content .mc-right {
	padding: 30px 20px 0 0;
}
.home-content .mc-right iframe {
	width: 100% !important;
}
.home-content .mc-right .vidlink {
	background-color: #244065;
	padding: 30px;
	line-height: 1.2em;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: -15px;
    position: relative;
    margin-left: 15%;
	margin-right: -30px;
}
.home-content .mc-right .vidlink a {
	font-weight: 400;
}
.home-content .mc-right .vidlink h3 {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
}
.home-content .mc-right .vidlink h3 a,
.home-content .mc-right .vidlink a {
	color: #fff;
}
.home-content .mc-right .vidlink a:hover,
.home-content .mc-right .vidlink a:focus {
	color: #6cbdfc;
}
.home-content .mc-right .vidlink span {
	flex: 1 0 auto;
}
.home-content .mc-right .vidlink .vidplay {
	background-image: url('images/icon-vid-play.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
    padding-right: 35px;
    line-height: 2em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.current-case-section {
	text-align: center;
}
.current-case-section h2 {
	color: #244065;
}
.current-case-section .current-content {
	padding: 60px 0 40px
}
.current-case-section .current-list {
	margin: 0 0 30px;
}
.current-case-section article.curitem {
	padding: 30px 40px;
	border-left: 1px solid #d8d8d8;
	width: 33.33333%;
}
.current-case-section article.curitem:first-child {
	border-left: 0;
}
.current-case-section article.curitem h3 {
	font-size: 18px;
	font-weight: 400;
	color: #111;
	margin-bottom: 0;
	line-height: 1.5em;
	margin-top: 20px;
}
.current-case-section article.curitem h3 a {
	color: #111;
	text-decoration: none;
}
.current-case-section article.curitem h3 a:hover,
.current-case-section article.curitem h3 a:focus {
	color: #244065;
}


.success-case-section {
	background-color: #244065;
	color: #fff;
	text-align: center;
}
.success-case-section h2 {
	color: #fff;
	margin-bottom: 50px;
}
.success-case-section .success-content {
	margin: 5% 0 4%;
}
.success-case-section .success-content article.sucitem {
	font-size: 17px;
	font-family: 'Trajan Pro', serif;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 20px 30px;
	min-height: 150px;
}
.success-case-section .success-content .owl-item {
	border-left: 1px solid #456ea5;
}
/*.success-case-section .success-content .owl-item:nth-child(4n+1) {
	border-left: 0;
}*/
.success-case-section .success-content .owl-item:first-child {
	border-left: 0;
}
.success-case-section .success-content article.sucitem h3 {
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 55px;
	line-height: 1em;
	margin-bottom: 5px;
}
.success-case-section .success-content article.sucitem h3 a {
	color: #fff;
	text-decoration: none;
}
.success-case-section .success-content article.sucitem h3 a:hover,
.success-case-section .success-content article.sucitem h3 a:focus {
	color: #6cbdfc;
}
.success-case-section .owl-theme .owl-controls .owl-buttons div {
	top: 15%;
	background-color: #1c314c !important;
}


.area-section h3 {
	text-align: center;
}
.area-section h2.bottomborder:after,
.success-case-section h2.bottomborder:after,
.current-case-section h2.bottomborder:after {
	margin: 20px auto 0;
}
.area-section .as-text,
.current-case-section .cc-text {
	padding: 0 8%;
	text-align: center;
	margin-bottom: 50px;
}
.area-section .as-areas article.asitem {
	font-size: 16px;
	line-height: 1.7em;
	padding: 30px;
	border: 1px solid #6cbdfc;
	margin: 0 35px;
	min-height: 332px;
}
.area-section .as-areas article.asitem h3 {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.4em;
}
.area-section .as-areas article.asitem h3 a {
	color: #fff;
}
.area-section .as-areas article.asitem h3 a:hover,
.area-section .as-areas article.asitem h3 a:focus {
	color: #244065;
}
.area-section .owl-theme .owl-controls .owl-buttons div {
	top: 35%;
}


.news-section.main-news .mc-wrapper {
	padding: 0;
}
.news-section .mc-news-left .mediaitem {
	align-items: center;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
}
.news-section .mc-news-left .mediaitem h3 {
	margin: 15px 0 0;
}
.news-section .mc-news-left .mediaitem h3 a {
	color: #080e16;
}
.news-section .mc-news-left .mediaitem h3 a:hover,
.news-section .mc-news-left .mediaitem h3 a:focus {
	color: #244065;
}
.news-section .mc-news-left .mediaitem .medimg {
	margin-right: 20px;
	max-width: 312px;
	position: relative;
	flex: 1 0 auto;
}
.news-section .mc-news-left .mediaitem iframe {
	width: 100% !important;
	height: 179px !important;
}
.news-section .mc-news-left .mediaitem .medgrad {
	background-image: url(images/img-home-grad.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.news-section .mc-wrapper .mc-news-right a.btntitle {
	display: none;
}
.news-section .mc-news-right h2 {
	margin-bottom: 20px;
}
.news-section .mc-news-right ul#ext_feed {
	margin-bottom: 50px;
}
.news-section .mc-news-right ul#ext_feed li {
	list-style: none;
	background-image: none;
	padding: 30px 0;
	border-bottom: 1px solid #6cbdfc;
	color: #080e16;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
}
.news-section .mc-news-right ul#ext_feed li a {
	color: #080e16;
}
.news-section .mc-news-right ul#ext_feed li a:hover,
.news-section .mc-news-right ul#ext_feed li a:focus {
	color: #244065;
}


.form-section h2 {
	text-align: left;
	margin-bottom: 40px;
}
.form-section .form-content {
	flex-wrap: wrap;
	font-size: 24px;
	line-height: 1.5em;
}
.form-section .form-content .fc-left {
	padding-right: 5%;
}
.form-section .form-content .fc-right {
	padding-top: 2%;
}




.main-media .mediaitem {
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.main-media .mediaitem .medimg {
	width: 50%;
}
.main-media .mediaitem .medtitle {
	width: 50%;
	padding-left: 4%;
	text-align: center;
}
.main-media .mediaitem .medtitle h3 {
	margin-top: 30px;
}
.main-media .mediaitem .medimg iframe {
	width: 100% !important;
	height: auto !important;
	min-height: 325px;
}





/* Footer */
.footer-section {
	background-color: #244065;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
    line-height: 1.7em;
}
.footer-section .container {
	max-width: 1590px;
}
.footer-section .fs-top {
	margin: 5% 0 1%;
	flex-wrap: wrap;
}
.footer-section .fs-top p {
	margin: 0 0 30px;
}
.footer-section .fs-top .fs-left {
	width: 24%;
}
.footer-section .fs-top .fslogo {
	margin-bottom: 25px;
}
.footer-section .fs-top .social li {
	list-style: none;
	margin: 0 10px;
}
.footer-section .fs-top .social li:first-child {
	margin: 0;
}
.footer-section .fs-top .fsabout {
	padding-bottom: 30px;
}
.footer-section .fs-top .fs-right {
    flex: 1;
    padding-left: 3%;
}
.footer-section .fs-top .fs-right ul {
	flex-wrap: wrap;
	margin-top: 70px;
}
.footer-section .fs-top .fs-right ul li {
    width: 33.3333333%;
    padding: 0 4%;
	margin-bottom: 20px;
}
.footer-section .fs-top .fs-right ul li h3 {
	text-transform: uppercase;
	font-family: 'Trajan Pro', serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 15px;
}


.footer-section .fs-bottom {
	padding: 20px 0 20px;
	font-size: 13px;
	font-family: 'Trajan Pro', serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	border-top: 1px solid #6cbdfc;
	line-height: 1.2em;
	
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-section .fs-bottom .fscopy {
	flex-wrap: wrap;
    flex: 1;
}
.footer-section .fs-bottom .designby {
	flex: 1 0 auto;
	position: relative;
	max-width: 222px;
	color: #6cbdfc;
	font-size: 12px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}
.footer-section .fs-bottom .designby .destext {
	position: absolute;
	right: 10px;
	top: 0;
}
.footer-section .fs-bottom .designby a {
	text-decoration: none;
	color: #6cbdfc;
	border-bottom: 1px solid #6cbdfc;
}
.footer-section .fs-bottom .designby a:hover,
.footer-section .fs-bottom .designby a:focus {
	border-bottom: 0;
}
.footer-menu {
	margin-left: 15px;
}
.footer-menu li {
	list-style: none;
	border-left: 1px solid #fff;
	line-height: 1.2em;
	padding: 0 15px;
}
.footer-menu li a {
	color: #fff;
	text-decoration: none;
}
.footer-menu li a:hover,
.footer-menu li a:focus {
	color: #6cbdfc;
}
.footer-section .disclaim {
	text-align: center;
	font-size: 12px;
	background-color: #15253a;
	color: #fff;
	padding: 20px 0 5px;
	line-height: 1.5em;
}



/* gravity forms */
.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper select{
	width: 100% !important;
    font-size: 17px !important;
    padding: 10px 15px !important;
    line-height: 1.5em;
	margin-left: 3px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 10px !important;
}
.gform_wrapper ul li {
	/*display: block !important;*/
	background-image: none !important;
	list-style: none;
	padding-left: 0 !important;
}
.main-content .gform_wrapper ul li label {
	font-weight: 400;
}
.main-content .gform_wrapper h2.gsection_title {
	padding: 30px 0 0 !important;
}
.gform_wrapper .gform_footer {
	text-align: right;
}
.gform_wrapper input[type=submit] {
	background-color: #244065 ;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 900;
	font-family: 'Roboto', sans-serif !important;
	line-height: 1.2em;
	border-radius: 0;
	padding: 12px 35px !important;
	border: 2px solid #6cbdfc;
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:focus {
	background-color: #6cbdfc;
}
.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error {
	border-top: 0 !important;
	border-bottom: 0 !important;
	font-size: 18px !important;
	background-color: transparent !important;
	padding-top: 0 !important;
}
.gform_wrapper .validation_message {
	font-weight: 400 !important;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding-right: 16px !important;
}
.gform_wrapper ul li.gfield label.gfield_label {
	margin-bottom: 8px !important;
}


#gform_wrapper_1 ul li {
	display: list-item !important;
}
#gform_wrapper_1.gform_validation_error ul li#field_1_4,
#gform_wrapper_1.gform_validation_error ul li#field_1_5 {
	margin-top: 77px !important;
}
#gform_wrapper_1 div.validation_error,
#gform_wrapper_1 .validation_message {
	color: #f78f8f !important;
}
#gform_wrapper_1 input[type=text],
#gform_wrapper_1 textarea {
	background-color: #111;
	color: #fff;
	border: 1px solid #464646;
}
#gform_wrapper_1 ul li.gfield label.gfield_label {
	display: none !important;
	margin-bottom: 0 !important;
}
#gform_wrapper_1 form {
	position: relative;
}
#gform_wrapper_1 ul li.gfield {
	width: 50%;
}
#gform_wrapper_1 ul li#field_1_4,
#gform_wrapper_1 ul li#field_1_5 {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
}
#gform_wrapper_1 ul li#field_1_4 div.ginput_container {
	margin-top: 0;
}
#gform_wrapper_1 ul li#field_1_5 {
	top: 50px;
}
#gform_wrapper_1 textarea {
	height: 102px;
}
#gform_wrapper_1 input[type=text]::-webkit-input-placeholder,
#gform_wrapper_1 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #f7f7f7;
}
#gform_wrapper_1 input[type=text]::-moz-placeholder,
#gform_wrapper_1 textarea::-moz-placeholder { /* Firefox 19+ */
	color: #f7f7f7;
}
#gform_wrapper_1 input[type=text]:-ms-input-placeholder,
#gform_wrapper_1 textarea:-ms-input-placeholder { /* IE 10+ */
	color: #f7f7f7;
}
#gform_wrapper_1 input[type=text]:-moz-placeholder,
#gform_wrapper_1 textarea:-moz-placeholder { /* Firefox 18- */
	color: #f7f7f7;
}




#popup{
	max-height:0;
	overflow: hidden;
	opacity:0;
	background: rgba(0,0,0, .7);
	padding:0 15px;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
    -webkit-transition: all .3s opacity ease;
    -mz-transition: all .3s opacity ease;
    -moz-transition: all .3s opacity ease;
    -o-transition: all .3s opacity ease;
}
#popup.active{
	opacity:1;
	max-height:9999px;
}
#popup .popup-block{
	position: relative;
	width:100%;
	max-width:678px;
	min-height:370px;
	opacity:0;
	transform: translateY(-9999px);
	-webkit-transition: all 1s ease;
    -mz-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#popup.active .popup-block{ transform:translateY(0); opacity:1; }
#popup .popup-block .popup-flex{
	background: #fff;
	margin:0 auto;
	border-radius: 7px;
	overflow: hidden;
	display: flex;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -mz-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	padding: 5%;
}
#popup .popup-block .popup-flex iframe {
	width: 100% !important;
}
#popup .popup-block .popup-close{
	position: absolute;
	right:-23px;
	top:-16px;
	cursor: pointer;
}




/* Kickbacks template */
.main-content ul.mc-example-list li {
	list-style: none;
	background-image: none;
	padding-left: 0;
	margin-bottom: 25px;
}
.main-content ul.mc-example-list li .examImg {
	flex: 1 0 auto;
    margin-right: 30px;
	margin-top: 10px;
}

.main-content .side-vid {
	max-width: 650px;
	float: right;
	margin: 0 0 30px 50px;
}
.main-content .side-vid .profileVid {
	max-width: 480px;
	width: 100%;
}
.home-content .homeVid,
#popup .popup-block .popup-flex .homeVid {
	max-width: 887px;
	width: 100%;
}
.form-section .form-content,
.form-section .form-content h2.bottomborder {
	text-align: center;
}
.form-section .form-content h2.bottomborder:after {
	margin: 10px auto 0;
}






.plogo {
	background-color: rgba(255,255,255,0.63);
	padding: 5px;
	display: inline-block;
}


/* tables */
.wp-block-table.dataTable td, 
.wp-block-table.dataTable th {
    border-color: #afafaf;
    border-width: thin;
    padding: 0 10px;
	border: 1px solid #696969;
}
.wp-block-table.dataTable thead th {
	text-align: center;
}
.wp-block-table.dataTable tbody td,
.wp-block-table.dataTable tfoot td {
	text-align: right;
}
.wp-block-table.dataTable td.noborder,
.wp-block-table.dataTable th.noborder {
	border: 0;
}
td span.floatleft,
th span.floatleft {
	float: left;
}
	







@media screen and (max-width:700px){
	#popup .popup-block .popup-close{
		right:-15px;
	}
}

@media (max-width:991px) {
	.main-content .side-vid .flowplayer {
		float: none;
	}
	.main-content .side-vid {
		margin: 0 auto;
		padding-right: 0;
	}
	.main-content .mcflex .mc-content,
	.main-content .mcflex .sidebar {
		width: 100%;
	}
}