/** NAV BAR MENU FIXED TOP */
/** http://getbootstrap.com/components/#navbar-fixed-top */
/** Body padding required */

body.menu-fixed-top {
    padding-top: 70px;
}

/** NAV BAR MENU FIXED BOTTOM */
/** http://getbootstrap.com/components/#navbar-fixed-bottom */
/** Body padding required */

body.menu-fixed-bottom {
    padding-bottom: 70px; 
}

/* MULTI-LEVEL DROPDOWNS */
.dropdown-menu .dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
 
.dropdown-menu li:hover .dropdown-menu {
    visibility: visible;
    display: block;
}
 
.navbar .dropdown-menu  .dropdown-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .dropdown-menu .dropdown-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* Custom CSS Properties */

body {
  padding: 0;
  margin: 0;
}

.container,
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  width: 100% !important;
  background: #fff;
}

.row {
  margin: 0 auto !important;
}

.col-sm-12,
.col-sm-8,
.col-sm-4 {    
  padding: 0;
}

.col-lg-6,
.col-md-6 {
	max-width: 100% !important;
}

h1,
h2,
h3,
h4 {
 font-family: 'Hind', sans-serif !important;
}

h1 {
 font-size: 48px;
 color: #141D45;
}

h2 {
 font-size: 36px;
 color: #141D45;
}

h3 {
 font-size: 28px;
 color: #141D45;
}

h4 {
 font-size: 18px;
 color: #141D45;
}

p {
 font-size: 16px;
 color: #141D45;
 font-family: 'Open Sans', sans-serif !important;
}

/* Navigation */

#custom-header {
 max-width: 1850px;
 margin: 0 auto;
}

#custom-footer {
  border-top: 6px solid #141D45;
  /* margin-top: 25px; */
  background-color: #fff;
  border-bottom: 3px solid #ddd;
  padding-bottom: 25px;
}

#custom-header .logo,
#custom-footer .logo {
  max-width: 315px;
  max-height: 75px;
  width: 100%;
  margin: 15px;
}

#menu-footer-menu {
  font-size: 14px;
}

.ddl-nav-wrap {
  margin-top: 25px !important;
  margin-bottom: 15px;
  font-size: 20px;
}

.ddl-nav-wrap a {
 color: #141D45;
}

.ddl-nav-wrap li a:hover,
.ddl-nav-wrap li a:focus {
 background: #FFF !important;
}

@media screen and (max-width: 768px) {
	#menu-home-2-0 {
		margin-top: 50px !important;
	}
	
	.ddl-nav-wrap {
		margin-top: -10px !important;
	}
}

#menu-item-350 a:hover {
	color: #1590C3;
	transition: 0.5s;
}

#menu-item-362 a:hover {
	color: #F8B14E;
	transition: 0.5s;
}

#menu-item-326 a:hover {
	color: #8AB952;
	transition: 0.5s;
}

#menu-item-344 a:hover {
	color: #6BC8BF;
	transition: 0.5s;
}

#menu-item-329 a:hover {
	color: #A3639E;
	transition: 0.5s;
}

.ddl-dropdown-menu li a {
 color: #141D45;
 font-size: 20px;
}

.ddl-dropdown-menu #menu-item-77 a {
 font-weight: 500 !important;
 text-transform: uppercase;
 color: #141D45;
 padding-left: 10px;
}

.ddl-dropdown-menu #menu-item-61 a,
.ddl-dropdown-menu #menu-item-47 a,
.ddl-dropdown-menu #menu-item-48 a,
.ddl-dropdown-menu #menu-item-49 a  {
 padding-left: 20px;
 padding-right: 15px;
}

/* Content */

#main-carousel .main-content .col-lg-6,
#about .main-content .col-lg-6 {
	margin: 0 auto !important; 
	max-width: 100% !important;
}

#main-carousel {
  background: #FFF;
}

.bwg_image_description .home-gallery {
	color: #1590C3 !important;
}

#about {
	background: #2191C1;
}

#about .col-lg-6 {
	padding: 0;
}

#about h2 {
	font-size: 32px;
}

#about h2,
#about p {
	color: #FFF !important;
}

.main-content {
	max-width: 1850px;
	margin: 1.5% auto;
}

@media screen and (max-width: 768px) {
	.main-content {
		margin-left: 15px;
	}
	
	.access-callout {
		margin-right: 15px;
	}
}

.news-content {
	margin: 0 auto 1.5% !important;
	max-width: 1850px;
}

.content-divider {
	max-width: 1850px;
	width: 100%;
    margin: 0 auto 2.5%;
    border-bottom: 2px solid #C1C1C1;
}

.access-callout {
	background: #A3639E;
	border-radius: 6px;
	padding: 20px;
}

.access-callout h3 {
	color: #FFF;
}

.access-callout h4 {
	font-size: 20px;
	color: #FFF;
}

.about-callout {
	padding: 15px;
}

@media screen and (min-width: 1450px) {
	
	.about-callout,
	.case-study-gallery {
	position: absolute;
    top: 50%;
    left: 75%;
    transform: translateX(-50%) translateY(-50%);
	}
	
	.about-callout h2 {
		margin-top: 0;
	}
	
	.about-callout p {
		font-size: 18px;
	}
}

.col-sm-6 {
 padding-top: 15px;
 padding-bottom: 15px;
}

#label83337026 {
	font-weight: bold;
}

#our-team {
	background: #6BC8BF;
}

#our-portfolio {
	background: #8AB952;
}

#our-news {
	background: #F8B14E;
}

#case-studies {
	background: #1590C3;
}

#press {
	background: #A3639E;
}

#contact {
	background: #141D45;
}

.fsBody {
	background-color: #F9F9F9 !important;
	border-radius: 6px;
	text-align: left !important;
	font-family: 'Hind', sans-serif !important;
}

.fsBody .fsLabel {
  color: #A3639E !important;
}

.fsForm .fsSubmit {
    margin-top: 0 !important;
    padding: 0 !important;
}

.bwg_image_description {
	text-align: left !important;
	margin-top: 15px !important;
}

.team-info {
	padding: 2.5%;
}

.team-info h2,
.team-info p {
	color: #FFF;
}

.team-info h2 {
	font-size: 32px;
}

.team-info p {
	font-size: 18px;
	line-height: 1.6;
}


.bwg_mosaic_play_icon_0 {
    color: #6BC8Bf !important;
    font-size: 52px !important;
}

.bwg_close_btn {
    color: #6BC8BF !important;
}

.team-button,
.case-study-button,
.news-button,
.industry-button,
.team-talk-button,
#fsSubmitButton3614785 {
	font-family: 'Hind', sans-serif !important;
	font-weight: 700 !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    border-radius: 3px !important;
    transition: 0.5s !important;
}

.team-button,
.case-study-button,
.team-talk-button,
.feature-button,
#fsSubmitButton3614785,
#fsSubmitButton3890592 {
	margin: 2% 0 !important;
	padding: 8px 26px !important;
	font-size: 20px !important;
}

.team-button,
.team-talk-button {
	border: 3px solid #fff;
    color: #fff !important;
}

.case-study-button,
.feature-button {
	border: 3px solid #1590C3;
    color: #1590C3 !important;
}

#fsSubmitButton3614785,
#fsSubmitButton3890592,
#fsSubmitButton3910292 {
	border: 3px solid #A3639E !important;
	color: #a3639E !important;
	background-color: transparent !important;
}

.blog-container {
  padding-right: 0 !important;	
}

#industrynews {
  margin-top: 50px;
}

.news-button,
.industry-button {
	margin: 5px 0px;
	padding: 4px 13px;
	font-size: 16px;
}

.news-button {
	border: 3px solid #8AB952;
	color: #8AB952 !important;
}

.industry-button {
	border: 3px solid #F8B14E;
	color: #F8B14E !important;
}

.team-button:hover,
.case-study-button:hover,
.news-button:hover,
.feature-button:hover,
.industry-button:hover,
#fsSubmitButton3614785:hover,
#fsSubmitButton3890592:hover,
#fsSubmitButton3910292:hover {
	background: #141D45 !important;
	border: 3px solid #141D45 !important;
}

.team-talk-button:hover {
	background: #A3639E !important;
	border: 3px solid #A3639E !important;
}

.case-study-button:hover,
.news-button:hover,
.feature-button:hover,
.industry-button:hover,
#fsSubmitButton3614785:hover,
#fsSubmitButton3890592:hover,
#fsSubmitButton3910292:hover {
	color: #FFF !important;
}

.icon-container {
	text-align: center;
	max-width: 100%;
}

.icon-container img {
	max-width: 150px;
	margin: 0 auto;
}

.icon-container h1 {
	font-size: 2.4em;
}

.content {
 margin-bottom: 35px;
 max-width: 1600px;
 width: 100% !important;
}

.btn-primary,
.btn-default  {
 background-color: #141D45 !important;
 border-color: #141D45 !important;
 background-image: none !important;
 color: white !important; 
}

.page-header {
 border-bottom: 3px solid #94B760;
 width: 80%;
 margin: 2% auto;
 text-align: center;
}

.panel-heading {
 text-align: center;
}

.home-btn {
 padding: 3%;
 width: 40%;
 margin: 3% 30%;
 text-transform: uppercase;
}

.thumbnail {
 background-color: #f5f5f5;
}

.team-photo {
 border: 2px solid #4290c0;
 border-radius: 50%;
 margin: 20px auto 0;
 max-width: 200px !important;
 width: 100%;
}

.thumbnail small {
 color: #94B760;
 font-size: 16px !important;
}

/* Bio - Who We Are 

.adams-bio {
 min-height: 955px;
}

.mel-bio {
 min-height: 680px;
}

.san-bio {
 min-height: 1030px;
}

@media screen and (min-width: 1300px) {
  .adams-bio {
   min-height: 800px;
 }

 .mel-bio {
   min-height: 600px;
 }

 .san-bio {
   min-height: 880px;
 }
}

@media screen and (max-width: 995px) and (min-width: 600px) {
  .adams-bio {
   min-height: 600px;
 }

 .mel-bio {
   min-height: 500px;
 }

 .san-bio {
   min-height: 680px;
 }
}

*/

/* Carousel 

.carousel-control {
 color: #000;
}

.carousel-control:hover {
 color: #94B760;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
 font-size: 50px;
 font-weight: 600;
}

.carousel-control .icon-prev {
 margin-left: -35px;
}

.carousel-control .icon-next {
 margin-right: -35px;
}

.carousel-indicators li {
 background: #141D45;
}

.img-portfolio img {
 max-width: 750px;
 width: 100%;
 margin: 0 auto;
}

*/

/* Footer */

.custom-footer-content {
 text-align: center;
 max-width: 1600px; 
 margin-left: auto;
 margin-right: auto;
}

.footer-tree {
 margin: 15px auto 0;
}

.footer-tree h4 a,
.footer-tree h4 {
 color: #141D45
}

.footer-tree p {
 color: #58595b;
 margin: 0;
 line-height: 1.4;
}

.footer-tree a {
 color: #58595b;
 text-decoration: none;
}

.footer-tree a:hover {
 color: #94B760;
}

.disclaimer {
 text-align: center;
 color: #58595b;
 margin-top: 15px;
}



/***********************
 * 
 * REED AWARDS BANNER
 * 
 ***********************/

.reeds-award-banner {
	background: #148ABB; 
	min-height: 100px; 
	padding: 10px;
}

.banner-container {
	margin: 0 2.5%; 
	width: 95%;
}

.banner-container img {
	display: inline; 
	max-width: 90px; 
	width: 100%; 
	float: left; 
	margin: 0 25px 10px 10px;
}

.banner-container h4 {
	margin: 0; 
	padding: 25px 15px 10px; 
	font-weight: 400; 
	color: #fff;
	line-height: 1.2;
}

.banner-container h4 a {
	color: #FFF;
	line-height: 1.2;
	text-decoration: underline;
	font-weight: 600;
}

.banner-container h4 a:hover {
	color: #DE9F47;
}

@media screen and (max-width: 992px) {
	.banner-container h4 {
		font-size: 1.2em;
		padding: 15px 15px 10px;
	}
}
@media screen and (max-width: 768px) {
	.banner-container img {
		margin: 10px 20px 10px 10px;
	}
}

@media screen and (max-width: 500px) {
	.banner-container h4 {
		font-size: 0.9em;
	}
}

/*************************************
 * 
 * ACCESS VIDEO
 * 
 ************************************/

.access-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 25px 0 50px;
}

.access-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**********************************
 * 
 * CSP PORTFOLIO
 * 
 *********************************/
 
/* Navigation */

#custom-header {
 max-width: 2000px;
 margin: 0 auto;
}

#custom-footer {
  border-top: 6px solid #141D45;
  /* margin-top: 25px; */
  background-color: #fff;
  border-bottom: 3px solid #ddd;
  padding-bottom: 25px;
}

#custom-header .logo,
#custom-footer .logo {
  max-width: 315px;
  max-height: 75px;
  width: 100%;
  margin: 15px;
}

#csp #menu-item-24 a:hover {
	color: #1590C3;
	transition: 0.5s;
}

#csp #menu-item-22 a:hover {
	color: #F8B14E;
	transition: 0.5s;
}

#csp #menu-item-23 a:hover {
	color: #8AB952;
	transition: 0.5s;
}

#csp #menu-item-25 a:hover {
	color: #6BC8BF;
	transition: 0.5s;
}

#csp #menu-item-21 a:hover {
	color: #A3639E;
	transition: 0.5s;
}

#csp .ddl-nav-wrap li a:hover {
 border-bottom: none;
 background: #fff;
}

.main-content {
	max-width: 1850px;
	margin: 1.5% auto;
}

#csp-menu h2 {
	max-width: 500px;
    width: 100%;
    padding: 10px 15px 5px;
    border-radius: 6px;
	text-align: center;
	margin: 1% auto;
}

#csp-menu h2 a {
	color: #FFF;
	cursor: pointer;
}

#mail-menu h3 {
	max-width: 500px;
    width: 100%;
    padding: 10px 15px 5px;
    border-radius: 6px;
	background: #000;
}

#mail-menu h3,
#mail-menu h3 a{
	color: #FFF;
	cursor: pointer;
}

#mail-menu h3:hover {
	background: #1590C3;
	transition: 0.5s;
}

#csp-menu #direct-mail {
	background: #1590C3;
}

#csp-menu #digital {
	background: #F8B14E;
}

#csp-menu #digital-video {
	background: #8AB952;
}

#csp-menu #social-media {
	background: #6BC8BF;
}

#csp-menu #collateral {
	background: #A3639E;
}

.bwg_container {
    margin: 0 0 100px !important;
}

#topbutton {
  position: fixed;
  display: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: #A3639E;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

#topbutton:after {
  content: "\2191";
  font-size: 36px;
}

.bwg-title2 {
	background: #FFF;
	padding: 5px;
}

#bwg_thumbnails_masonry_1 .bwg-item,
#bwg_thumbnails_masonry_0 .bwg-item {
	max-height: 400px;
}
