 /*
Theme Name: Focus Pointe 
Description: The new, modern site for Focus Pointe.
Version: 3.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url("css/video-js.css");
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Niramit|Nunito|Nunito+Sans|Ubuntu|Varela+Round');

@font-face {
  font-family: 'Tungsten-Medium';
  src: url('css/fonts/Tungsten-Medium.eot');
  src: url('css/fonts/Tungsten-Medium.woff2') format('woff2'),
       url('css/fonts/Tungsten-Medium.woff') format('woff'),
       url('css/fonts/Tungsten-Medium.ttf') format('truetype'),
       url('css/fonts/Tungsten-Medium.svg#Tungsten-Medium') format('svg'),
       url('css/fonts/Tungsten-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VectoraLH-Bold';
  src: url('css/fonts/VectoraLH-Bold.eot');
  src: url('css/fonts/VectoraLH-Bold.woff2') format('woff2'),
       url('css/fonts/VectoraLH-Bold.woff') format('woff'),
       url('css/fonts/VectoraLH-Bold.ttf') format('truetype'),
       url('css/fonts/VectoraLH-Bold.svg#VectoraLH-Bold') format('svg'),
       url('css/fonts/VectoraLH-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VectoraLH-Italic';
  src: url('css/fonts/VectoraLH-Italic.eot');
  src: url('css/fonts/VectoraLH-Italic.woff2') format('woff2'),
       url('css/fonts/VectoraLH-Italic.woff') format('woff'),
       url('css/fonts/VectoraLH-Italic.ttf') format('truetype'),
       url('css/fonts/VectoraLH-Italic.svg#VectoraLH-Italic') format('svg'),
       url('css/fonts/VectoraLH-Italic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VectoraLH-Roman';
  src: url('css/fonts/VectoraLH-Roman.eot');
  src: url('css/fonts/VectoraLH-Roman.woff2') format('woff2'),
       url('css/fonts/VectoraLH-Roman.woff') format('woff'),
       url('css/fonts/VectoraLH-Roman.ttf') format('truetype'),
       url('css/fonts/VectoraLH-Roman.svg#VectoraLH-Roman') format('svg'),
       url('css/fonts/VectoraLH-Roman.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
  	font-family: 'VectoraLH-Roman';
	height: 100%;
	color: #222222;
	margin: 0 auto !important;
}

a {
	color: #00426b;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

p {
	margin: 0 0 20px;
	font-size: 18px;
    line-height: 1.25;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	color: #00426b;
	line-height: 1.25;
}

h1, h2 {
	font-family: 'Tungsten-Medium';
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3, h4 {
  	font-family: 'VectoraLH-Bold';
}

h1 {
	font-size: 58px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

ol, ul, li {
	font-size: 16px;
	line-height: 1.6;
}

ol, ul {
	margin-bottom: 20px;
}

em {
	font-family: 'VectoraLH-Italic';
}

.display {
	display: block;
}

/*Basic Styling Styles*/

::selection {
  background: #b00931; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #b00931; /* Gecko Browsers */
}

.centered {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.frame {
	border: none;
}

a.button, .caldera-grid .btn.btn-default {
	color: white;
	background-color: #b00931;
	padding: 10px 25px;
	position: relative;
	top: 10px;
	font-size: 24px;
	border-radius: 45px;
	text-transform: uppercase;
	border: none;
	font-family: 'Tungsten-Medium';
	letter-spacing: 1px;
	text-decoration: none;
}

a.button:hover, .caldera-grid .btn.btn-default:hover, .caldera-grid .btn.btn-default:focus {
	text-decoration: none;
	background-color: #00426b;
	color: white;
	border: none;
}

.caret {
    display: none;
}

.gray {
	background-color: #efefef;
}

.blue {
	color: #90acc6;
}

.cycle-pager-active {
	color: #b00931;
}

.carousel-pager span {
	cursor: pointer;
}

video, #my-video {
	width: 100% !important;
	max-width: 100% !important;
}

.video-js {
	max-width: 100%;
}

.video-js.vjs-ended .vjs-poster {
  display: block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222222 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222222 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222222 !important;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.img-responsive {
	display: inline-block;
}

.screen-reader-text {
	display: none;
}

.navbar-brand {
	display: none;
}

.navbar-fixed-top .navbar-brand {
	display: block;
}

.page-section img, .frame img {
	display: inline-block;
	height: auto;
    max-width: 100%;
}

.frame img.aligncenter {
	display: block;
}

iframe {
	max-width: 100%;
}

.col-xs-15 {
    width: 12.499999%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 12.499999%;
        float: left;
        padding-right: 10px;
    	padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 12.499999%;
        float: left;
    	padding-right: 10px;
	    padding-left: 10px;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 12.499999%;
        float: left;
	    padding-right: 10px;
    	padding-left: 10px;

    }
}

/*Formatting Setups*/

.table-area {
	display:table; 
	table-layout:fixed; 
	width:100%; 
	height:100%;
}

.table-align {
	display: table-cell;
    vertical-align: middle;
}

.inline {
	display: inline-block;
}

/*Header*/

.header {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	height: 195px;
}

.header .xcontainer {
    margin-right: auto;
    margin-left: auto;
}

.logo {
	padding-top: 10px;
}

.main-menu {
	margin-top:-70px;
}

.main-menu .nav>li>a {
	padding: 0 0 5px;
}

.main-menu .nav>li {
	padding: 10px 15px;
	text-align: center;
}

.main-menu a {
	color: #222222;
	padding-bottom: 0;
}

.main-menu li.current-menu-item a {
	border-bottom: 2px solid #b00931;
}

.main-menu li:hover a {
	opacity: .6;
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

.top-menu {
	background-color: #00426b;
	padding-top: 20px;
	padding-bottom: 15px;
}

.top-menu .navbar-nav {
	text-align: center;
}

.top-menu .nav>li {
	display: inline-block;
}

.top-menu .navbar-nav>li>a {
	color: white;
	padding-bottom: 5px;
	padding-top: 0;
}

.top-menu .navbar-nav>li:last-child>a {
	padding-bottom: 0;
}

.top-menu .navbar-nav>li>a:hover {
	font-weight: bold;
}

.top-menu .navbar-nav>li>a:after {
	color: white;
	font-size: 12px;
}

.navbar-fixed-top {
	background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
}

.navbar-fixed-top .fixed-container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-toggle {
	background-color: #00426b;
}

.navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-header {
	padding-bottom: 20px;
}

/*Homepage*/

.homepage-section {
	padding-top: 35px;
	padding-bottom: 35px;
}

.carousel-pager {
	text-align: right;
}

.homepage-section.anchor-buttons {
	padding-top: 0px;
	padding-bottom: 0px;
}

.anchor-buttons .button {
	padding: 10px 55px;
	font-size: 30px;
	border-radius: 50px;
}

.anchor-buttons .right, .anchor-buttons .left {
	text-align: center;
	margin-bottom: 20px;
}

.about-section {
	background-color: #00426b;
	color: white;
}

.about-section .about-content {
	padding-top: 35px;
	padding-bottom: 35px;
}

.about-section h2, .think-tank-section h2, .think-tank-section h4, .testimonials-section h2 {
	color: white;
}

.about-section h2:first-child, .homepage-section h2:first-child, .testimonials-section h2:first-child {
	margin-top: 0;
}

.about-video p {
	margin-bottom: 0;
	line-height: 0;
}

.about-section iframe, .testimonials-section iframe {
	width: 100% !important;
	max-width: 100% !important;
}

.about-video img {
	margin: 0;
}

.think-tank-section {
	background-color: #90acc6;
	text-align: center;
}

.think-tank-section .col-md-6 {
	padding-bottom: 20px;
}

.think-tank-section h4 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 22px;
}

.testimonials-section {
	background-color: #90acc6;
	color: white;
}

.testimonial-text {
	padding-top: 35px;
	font-size: 24px;
}

.testimonial-text div {
	clear: both;
}

.testimonial-quote p {
	font-size: 28px;
	font-family: 'VectoraLH-Italic';
	line-height: 1.25;
}

.testimonials-section .cycle-slide {
	width: 100%;
}

.testimonial-pager {
	text-align: right;
}

.testimonial-pager span {
	font-size: 40px;
	margin-right: 5px;
}

.testimonial-pager.cycle-slide { 
	visibility: visible !important;
	position: relative !important;
    text-align: right;
}

.testimonial-video {
	line-height: 0;
}

.services-section {
	text-align: center;
}

.the-service {
	padding-bottom: 20px;
}

.services-section h2 {
	margin-bottom: 0;
}

.services-section h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.service-image {
	padding-bottom: 15px;
}

.whats-new-section {
	display: none;
}

.whats-new-section h2 {
	margin-bottom: 0;
}

/*Pages*/

.sub-nav {
	background-color: #b00931;
	min-height: 50px;
	text-align: center;
	padding-top: 15px;
}

.sub-nav ul {
	margin-bottom: 0;
}

.sub-nav li {
	display: inline-block;
	margin-right: 20px;
	min-height: 30px;
}

.sub-nav a {
	color: white;
}

.sub-nav a:hover, .sub-nav a:focus {
	text-decoration: none;
}

.sub-nav.navbar-fixed-top {
	top:259px;
	display: none;
}

.inner-hero {
	background-image: url(img/hero-image.jpg);
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	width: 100%;
}

.inner-hero-overlay {
	background-color: rgba(0, 0, 0, 0.4);
}

.inner-hero .container {
	height: 320px;
}

.inner-hero h1, .inner-hero h3 {
	color: white;
}

.inner-hero h1 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 44px;
}

.inner-hero h3 {
	margin-top: 0;
	font-family: 'VectoraLH-Roman';
	font-size: 24px;	
}

.inner-hero-text {
	font-size: 24px;
}

.page-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-sections ul, .page-sections ol, .page-sections li {
	font-size: 18px;
}

p a {
	color: #b00931;
	text-decoration: underline;
}

.page-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-section h2:first-child, .page-section h3:first-child {
	margin-top: 10px;
}

.page-section.full-width-image-section {
	padding-top: 0;
	padding-bottom: 0;
}

.page-section.expanders-section + .page-section.expanders-section {
	margin-top: -30px;
	padding-top: 0;
}

.page-section.expanders-section + .page-section {
	margin-top: 30px;
}

.page-section.expanders-section + .page-section.expanders-section h3 {
	margin-top: 0;
}

.expanders-section:last-child h3 {
	margin-bottom: 30px;
}

.expanders-section .expander-title i.fa-minus, .expanders-section .expander-content {
	display: none;
}

h3.expander-title {
	border-bottom: thin solid #00426b;
	margin-bottom: 15px;
}

.expander-title i {
	font-size: 28px;
	position: relative;
	top: -4px;
	-webkit-text-stroke: 2px white;
}

.staff-info {
	padding-bottom: 15px;
}

.staff-photo {
	padding-bottom: 10px;
	cursor: pointer;
}

.staff-has-bio {
	cursor: pointer;
}

.staff-photo img {
	filter: grayscale(100%);
}

.staff-photo img:hover, .staff-photo img:active, .staff-photo img.firststaff {
	filter: none;
	-webkit-transition: .5s -webkit-filter linear;
	-moz-transition: .5s -moz-filter linear;
	-moz-transition: .5s filter linear;
	-ms-transition: .5s -ms-filter linear;
	-o-transition: .5s -o-filter linear;
	transition: .5s filter linear;
}

.staff-photo img.nofilter {
	filter: none;
}

.staff-text {

}

.staff-name {
	color: #00426b;
	font-family: 'Tungsten-Medium';
	font-size: 24px;
}

.staff-title {
	color: #7c8ba5;
}

.staff-email a {
	color: #b00931;
}

.staff-bio {
	display: none;
	float: left;
	margin-bottom: 25px;
}

.staff-bio.inline {
	display: inline-block;
}

.bio {
	background-color: #efefef;
	padding-top: 20px;
	padding-bottom: 20px;
}

.staff-location {
	background-color: #00426b;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.staff-location a {
	color: white;
}

.cta-section {
	background-color: #90acc6;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cta-main-text {
	color: white;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
}

.careers-section {
	padding-top: 0;
	margin-top: -30px;
	margin-bottom: 30px;
}

.career-listing {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: thin solid #00426b;
}

.career-title {
	font-size: 34px;
}

.career-title i {
	padding-left: 10px;
}

.career-title a:hover, .career-title a:focus {
	text-decoration: none;
}

.career-type, .career-additional {
	padding-top: 15px;
	font-size: 16px;
}

.two-thirds-one-third-dynamic-section {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #efefef;
	background: linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%);
	background: -webkit-linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Firefox 3.6 to 15 */

}

.dynamic-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.dynamic-header {
	background-color: #00426b;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.dynamic-header h2, .dynamic-header h3, .dynamic-header h4 {
	color: white;
}

.dynamic-header h3 {
	font-size: 24px;
	margin-top: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.dynamic-header p, .location-list p {
	margin-top: 0;
	margin-bottom: 4px;
	cursor: pointer;
}

.dynamic-header p.blue {
	color: #90acc6;
}

.dynamic-header a {
	color: white;
}

.dynamic-content {
	background-color: #efefef;
	padding-left: 30px;
	padding-right: 30px;
}

.dynamic-content .the-dynamic-content {
	display: none;
}

.the-dynamic-content h4 {
	font-size: 48px;
	font-family: 'Tungsten-Medium';
}

.page-section.two-thirds-one-third-section {
	padding-top: 0;
	padding-bottom: 0;
	background: linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%);
	background: -webkit-linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(to right, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Firefox 3.6 to 15 */
}

.page-section.two-thirds-one-third-section.one-third-right {
	background: linear-gradient(to left, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%);
	background: -webkit-linear-gradient(to left, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(to left, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(to left, #00426b 0%, #00426b 50%, #efefef 50%, #efefef 100%); /* For Firefox 3.6 to 15 */

}

.two-thirds-one-third-section .one-third {
	background-color: #00426b;
	color: white;
}

.two-thirds-one-third-section .one-third a:hover {
	color: #90acc6;
}

.two-thirds-one-third-section .one-third a.button:hover, .contact-text a.button:hover {
	background-color: #90acc6;
	color: white;
}

.two-thirds-one-third-section .one-third, .two-thirds-one-third-section .two-thirds {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.two-thirds-one-third-section .two-thirds {
	background-color: #efefef;
}

.two-thirds-one-third-section .one-third h2, .two-thirds-one-third-section .one-third h3, .two-thirds-one-third-section .one-third h4 {
	color: white;
}

.one-third a {
	color: white;
	text-decoration: none;
}

.one-third a.blue {
	color: #90acc6;
}

.one-third .video-js {
	max-width: 100%;
    max-height: 500px;
}

.one-third .video-js .vjs-tech {
	height: 93% !important;
}

.page-section h3, .location-full h3 {
	font-family: 'Tungsten-Medium';
	font-size: 48px;	
}

.page-section h4 {
	text-transform: uppercase;
	font-size: 24px;
}

.image-row-section img {
	margin-right: 10px;
	margin-bottom: 25px;
}

/*News*/

.content h1 {
	margin-top: 0;
	text-transform: none;
	font-size: 48px;
}

.content h4 {
	font-size: 24px;
}

.featured-image img {
	margin-bottom: 25px;
}

.news-carousel {
	padding-top: 25px;
	padding-bottom: 25px;
	display: none;
}

.news {
	white-space: normal;
	padding: 15px 15px 25px;
	vertical-align: top;
}

.news h3 {
	font-size: 24px;
}

.news-content h4 {
  font-family: 'VectoraLH-Roman';

}

.news .post-thumbnail {
	margin-bottom: 15px;
}

.news .news-excerpt {
	padding-bottom: 5px;
}

.prev-arrow, .next-arrow {
	padding-top: 150px;
	text-align: center;
	font-size: 48px;
	cursor: pointer;
}

.prev i, .next i {
	font-size: 64px;
}

.news-row {
	padding-bottom: 50px;
}

.news-row h2 {
	margin-top: 0;
	text-transform: none;
	line-height: 1;
}

.load-more-section a {
	cursor: pointer;
}

/*Locations*/

.single-location-hero {
	padding-top: 30px;
}

.acf-map {
	width: 100%;
	min-height: 320px;
	margin: 0;
}

.acf-map img {
	filter: none;
}

.two-thirds-one-third-section .location-info {
	background-color: #efefef;
	padding-bottom: 0;
	position: relative;
}

.location-info h1 {
	font-family: 'Tungsten-Medium';
    font-size: 48px;
    text-transform: none;
    margin-top: 10px;
}

.gallery-height {
	height: 443px;
}

.gallery-fix {
	margin-left: -30px;
	margin-right: -30px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.location-fix {
	margin-left: -30px;
	margin-right: -30px;
}

.location-gallery a {
	position: absolute;
  	top: 60%;
  	-webkit-transform: translateY(-60%);
  	-ms-transform: translateY(-60%);
  	transform: translateY(-60%);
	z-index: 100;
	font-size: 36px;
}

.location-gallery a.next {
	right: 10px;
}

.location-gallery a.prev {
	left: 10px;
}

.location-gallery img {
	width: 100%;
	max-height: 443px;
}

.location-full {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.location-contact-info {
	background-color:#00426b;
	color: white;
	padding: 30px;
}

.location-contact-info h4 {
	color: white;
	text-transform: uppercase;
	margin-bottom: 0;
} 

.contact-text p {
	font-size: 16px;
}

.location-address {
	padding: 30px 0px;
}

.location-address p {
	color: #00426b;
	font-size: 20px;
}

.location-hero h4 {
	margin-bottom: 0;
}

.location-mini-banner {
	height: 443px;
	width: 100%;
	color: white;
}

.location-mini-banner .inner-hero-overlay {
	height: 443px;
    padding-left: 30px;
    padding-right: 30px;
}

/*Footer*/

.footer {
	background-color: #00426b;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-logo {
	text-align: center;
}

.footer a {
	color: white;
	text-transform: uppercase;
}

.footer-menu {
	padding-top: 15px;
	text-align: center;
}

.footer-menu .nav>li {
	display: inline-block;
	font-family: 'Tungsten-Medium';
	font-size: 24px;
}

.footer .bottom-row {
	padding-top: 25px;
	text-align: center;
}

.footer .copyright {
	color: white;
	opacity: .5;
}

.footer .privacy-policy li {
	margin-right: 15px;
}

.footer .privacy-policy a {
	text-transform: none;
	opacity: .5;
	font-size: 18px;
}

.footer .privacy-policy a:hover {
	opacity: 1;
	color: white;
}

.footer .social-media i {
	font-size: 30px;
	margin-right: 15px;
	opacity: .5;
}

.footer .social-media i:hover {
	opacity: 1;
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

/*Forms*/

.caldera-grid input.form-control, .caldera-grid select.form-control, .caldera-grid textarea.form-control {
	border-color: #90acc6;
	color: #222222;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.caldera-grid input.form-control {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

@-moz-document url-prefix() { 
	.caldera-grid input.form-control, .caldera-grid select.form-control {
		padding-top: 15px;
		padding-bottom: 10px;
		height: 42px;
	}
}

.caldera-grid select.form-control {
	height: 42px;
}

#lightbox .modal-dialog {
	width: 600px !important;
	top: 30%;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .modal-body img {
	width: 600px !important;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

 .container.cancer-awareness {
	background-image: url(http://www.focuspointeglobal.com/wp-content/uploads/2018/09/Pink-Banner.png);
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	width: 100%;
} 

/* =WordPress Core
-------------------------------------------------------------- */

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*Media Query Goodness*/

@media (min-width: 768px) {

	.header {
		height: 259px;
	}

	.main-menu {
		padding-top: 30px;
		margin-top: 0;
	}
	
	.main-menu .nav>li {
		text-align: left;
	}
	
	.top-menu .navbar-nav>li>a:after {
		content: '\25b6';
		margin-left: 5px;
	}
	
	.navbar-header {
		padding-bottom: 0px;
	}
	
	.logo {
		text-align: center;
	}
	
	.navbar-nav {
		float: none;
		text-align: center;
	}
	
	.navbar-nav>li {
		float: none;
		display: inline-block;
	}
	
	.sub-nav.navbar-fixed-top {
		display: block;
	}
	
	.sub-nav-container {
		height: 50px;
	}

	
	.inner-hero h1 {
		font-size: 58px;
	}
	
	.inner-hero h3 {
		font-size: 36px;
	}
	
	.anchor-buttons .right {
		text-align: right;
	}
	
	.anchor-buttons .left {
		text-align: left;
	}
	
	.anchor-buttons .right, .anchor-buttons .left {
		display: inline-block;
	}
	
	.footer .privacy-policy a {
		padding: 0;
	}
	
	.footer .social-media {
		text-align: right;
	}
	
	.location-gallery a {	
	 	top: 50%;
  		-webkit-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
	}
	
	.video-js {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 992px) {

	.logo img {
		padding-left: 20px;
	}

	.main-menu .nav>li {
		padding: 10px 5px;
		font-size: 15px;
	}
	
	.navbar-nav {
		float: left;
		text-align: left;
	}
	
	.navbar-nav>li {
		float: left;
		display: block;
	}
	
	.top-menu {
		white-space: nowrap;
		display: block;
	}
	
	.top-menu .navbar-nav {
		text-align: left;
	}
	
	.top-menu .nav>li {
		display: block;
	}
	
	.sub-nav.navbar-fixed-top {
		top:108px;
	}
	
	.news-carousel {
		display: block;
	}
	
	.alignleft {
    	float: left;
    }
    
    .alignright {
    	float:right;
    }
    
    a img.alignright {
    	float: right;
	}
	
	a img.alignleft {
	    float: left;
	}
	
	.alignnone {
    	margin: 5px 20px 20px 0;
	}
	
	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}
	
	.alignright {
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
	    margin: 5px 20px 20px 0;
	}
	
	.header {
		height: 108px;
	}
	
	.services-section, .think-tank-section {
		text-align: left;
	}

	.the-service, .think-tank-section .col-md-6 {
		padding-bottom: 0px;
	}
	
	.whats-new-section {
		display: block;
	}
	
	.inner-hero-text {
		font-size: 40px;
	}
	
	.footer-logo {
		text-align: left;
	}
	
	.footer .bottom-row {
		text-align: left;
	}
	
	.video-js {
		max-width: 100%;
	}


}

@media (min-width: 1200px) {

	.logo img {
		padding-left: 50px;
	}
	.main-menu .nav>li {
		padding: 10px 13px;
		font-size: 16px;
	}
	
	.think-tank-iframe {
		margin-right: 15px;
	}
	
	.video-js {
		max-width: none;
	}


}

@media screen and (max-width: 1950px) {
	
	.container.cancer-awareness {
		height: 140px;
	}
}

@media screen and (max-width: 1700px) {
	
	.container.cancer-awareness {
		height: 130px;
	}
}

@media screen and (max-width: 1550px) {
	
	.container.cancer-awareness {
		height: 120px;
	}
}

@media screen and (max-width: 1400px) {
	
	.container.cancer-awareness {
		height: 100px;
	}
}

@media screen and (max-width: 1152px) {
	
	.container.cancer-awareness {
		height: 90px;
	}
}

@media screen and (max-width: 1040px) {
	
	.container.cancer-awareness {
		height: 80px;
	}
}

@media screen and (max-width: 930px) {
	
	.container.cancer-awareness {
		height: 70px;
	}
}

@media screen and (max-width: 815px) {
	
	.container.cancer-awareness {
		height: 60px;
	}
}

@media screen and (max-width: 700px) {
	
	.container.cancer-awareness {
		height: 50px;
	}
}

@media screen and (max-width: 590px) {
	
	.container.cancer-awareness {
		height: 45px;
	}
}

@media screen and (max-width: 450px) {
	
	.container.cancer-awareness {
		height: 35px;
	}
}

@media screen and (max-width: 400px) {
	
	.container.cancer-awareness {
		height: 30px;
	}
}

@media screen and (max-width: 320px) {
	
	.container.cancer-awareness {
		height: 28px;
	}
}