
/* New */
body {
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    line-height: 150%;
}

section {
    padding: 40px 0 0 0;
}
h2.header-title {
	color: #ccc;
	font-size: 22px;
	margin-left: 5px;
}
p.page-sub-title {
	color: #414141;
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
}
.title-box h6 {
	font-size: 18px;
	font-weight: 600;
}

.text-italic {
	font-style: italic;
}

.header-style1 .navbar-nav {
    background-color: rgb(1,22,60,0.3);
    border: 1px solid rgba(255,255,255,0.2);
}
.header-style1 .navbar-nav li > a {
    color: #ccc;
}
.header-style1 .navbar-nav li > a:hover {
	color: #fff;
    text-decoration: underline;
}
.header-style1 .navbar-nav li.active > a {
    color: #fff;
    text-decoration: none;
}

.menu_area-light.scrollHeader .navbar-header > h2.header-title {
    color: #2a8ae2;
    margin: 10px 0 8px 5px;
}
.menu_area-light.scrollHeader .navbar-nav {
    background-color: #fff;
    border: none;
}
.menu_area-light.scrollHeader .navbar-nav > li > a {
    color: #232323;
}
.menu_area-light.scrollHeader .navbar-nav > li > a:hover {
    color: #2a8ae2;
    text-decoration: underline;
}
.menu_area-light.scrollHeader .navbar-nav > li.active > a {
    color: #2a8ae2;
    text-decoration: none;
}

.index-header-video {
	position: absolute;
	left: -70px;
	top: 40%;
	bottom: 60%;
}
.index-onpage-video {
	margin: 40px 0 50px 0;
}

.homepage-video-text {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	margin: 30px 25px 10px 0;
}
.homepage-video-button {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 0 10px 0;
}

.project-grid {
    margin: 0 0 15px 0;
}

.project-grid-overlay {
    background: rgba(168,168,168, 0.5);
}
a.popimg {
	margin: 0;
	padding: 0;
}
.project-grid-overlay p {
    color: #fff;
    background: rgba(211,211,211, 0.2);
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 0 10px 5px 10px;
    opacity: 0;
}

div.center-caption {
	display: block;
	margin: 0 auto;
}

img.mfp-img {
    height: 80%;
    max-width: 100%;
    width: auto;
}
.mfp-title {
	color: #F3F3F3;
	font-size: 13px;
    text-align: left;
    line-height: 140%;
    padding: 0 5px;
    word-wrap: break-word;
}
.mfp-counter {
	display: none;
}

p.footer-excerpt {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
}

.footer-read-more-link a {
	font-style: italic;
	margin-right: 20px;
	float: right;
}
.footer-read-more-link a:hover {
	color: #aaa;
}

.homepage-amazon-banner img {
	padding: 5px;
	border: 1px solid #aaa;
}
.homepage-about-photo img {
	padding: 5px;
	border: 1px solid #aaa;
}

.excerpt-image-right {
	float: right !important;
}
.excerpt-image-right img {
	margin: 0 0 10px 20px;
	padding: 5px;
	border: 1px solid #aaa;
	float: right !important;
}

.phil-story-image-left img, .phil-story-image-right img {
	width: 25vw;
	max-width: 35vw;
	height: auto;
	padding: 5px;
	border: 1px solid #aaa;
}
.phil-story-image-left img {
	margin: 0 20px 10px 0;
	float: left !important;
}
.phil-story-image-right img {
	margin: 0 0 10px 20px;
	float: right !important;
}

.alert-modal {
	margin-top: 10px;
	text-align: center;
}
.alert-show, .photo-show {
	display: block;
}
.alert-hide, .photo-hide {
	display: none;
}
.story-modal-header {
	color: #fff;
	background: #456DA9;
	box-shadow: none !important;
}
.story-modal-header span {
	color: #fff;
	font-size: 30px;
    text-shadow: none;
}
.story-modal-title {
	color: #fff;
	font-size: 20px;
    text-shadow: none;
}
button.close {
	color: #fff;
	font-size: 30px;
}

#storyModal {
	margin-top: 60px;
}
.story-container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.stories-thumbnail img {
	width: 100%;
	height: auto;
}
.story-intro {
	padding: 0;
}
.story-intro-button {
	width: 140px;
	max-width: 140px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
div.story-intro-text {
	font-size: 14px;
	line-height: 150%;
}

.story-container > P.link-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    text-shadow: 2px 2px #999;
}
.story-container > P.link-text a {
	color: #f00;
}
.story-container > P.link-text a:hover {
	color: #0909FA;
}
.story-text-container > P#story-text {
    text-align: left !important;
}
.story-text-container {
	font-size: 16px;
	background-color: #fff;
	width: 100%;
	height: auto;
	max-height: 70vh;
	margin-top: 10px;
	padding: 10px 20px;
    border: 1px solid #333;
    overflow-y: scroll;
    overscroll-behavior: contain;
}
.story-text-container img {
	width: 40%;
	height: auto;
	margin: 0 0 15px 15px;
	padding: 3px;
    border: 1px solid #454545;
	float: right;
}

.story-menu-container {
	background-color: #fff;
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 0;
	text-align: center;
    border: 1px solid #333;
    overflow-y: scroll;
    overscroll-behavior: contain;
}
.story-menu-container > P.menu-intro-text {
	color: #0909FA;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

.story-menu-container > ul {
	display: inline-block;
	text-align: center;
	margin: 0;
    padding: 0;
    list-style: none;
}
.story-menu-container > ul li {
	color: #0909FA;
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.story-menu-container > ul li:hover {
	color: #CD2626;
	text-decoration: underline;
}

/* End New */

footer {
    padding: 30px 0 0;
    background: #1f1f1f;
    color: #939393;
}

input, textarea, select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
}
input:focus, textarea:focus, select:focus {
    border: 1px solid #d1d1d1;
}

.media-thumb {
	display: block;
	margin: 0 auto;
}

.thumb-button img {
	width: 36px !important;
	height: auto;
	margin: 0 0 10px 0;
	border: none !important;
	cursor: pointer;
}

.header-contact-link li, .header-contact-link a, .top-social-icon i {
	color: #dedede;
}
.header-contact-link a:hover, .top-social-icon i:hover {
	color: #fff;
}
.footer-list li a:before {
    content: '';
    padding-right: 0;
}
.footer-social-icons {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}

.footer-bar {
	font-size: 13px;
}
.footer-bar a, .footer-bar a:active, .footer-bar a:focus {
	color: #939393;
}
.footer-bar a:hover {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-50 {
	margin-top: 50px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-b-10 {
	margin-bottom: 10px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-50 {
	margin-bottom: 50px;
}

.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}

.p-t-2 {
	padding-top: 2px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}