@charset "UTF-8";
/* CSS Document */

/*Custom Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
body {
    background: #f5f5f5;
}
/*Typography*/
h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400!important;
    font-size: 32px;
    margin-top: 10px;
    text-transform: uppercase;
}
h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 1px;
}
h3 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: 1px;
}
p {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
p a {
    color: #74afad!important;
}
p a:hover {
    color: #639391!important;
}
strong {
    font-weight: 700!important;
}
.fa {
    color: #74afad;
}
.socials-wrapper .fa {
    color: #fbca67;
}
.socials-wrapper.footer {
    color: #fbca67;
    float: none;
    margin-bottom: 10px;
}
.socials-wrapper .fa:hover {
    color: #e5a523;
    cursor: pointer!important;
}
a:hover {
    text-decoration: none!important;
}
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    color: #111111;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 15px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 0 0px 0;
    text-decoration: none;
    display: inline-block;
}
/*Header*/
.navbar {
    margin-bottom: 10px;
}
.featured-image {
    margin-bottom: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-bottom: 0px;
}
.navbar-collapse hr {
    margin-top: 0px;
}
.navbar-default {
    background-color: #fff;
    border: none!important;
}
.main-nav {
    background: #fff;
    padding-top: 10px;
    border-top: 7px solid #74afad;
}
img.nav-logo {
    margin-top: -5px;
}
.nav-logo {
    min-width: 50px;
    float: left;
}
.navbar-brand h1 {
    float: left;
    color: #fff;
}
.navbar-brand {
    width: 360px;
    padding-left: 15px;
    height: auto;
}
.fa {
    color: #fff;
}
.main-nav .socials-wrapper {
    float: right;
    margin: 15px 15px 0px 0px;
}
.featured-area {
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}
.featured-area.portfolio {
    border-top: 1px solid #eee;
    margin-bottom: 0px;
}
.featured-area h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 2px;
    text-align: center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background: none!important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 15px 0 0!important;
    text-align: left;
    list-style: none;
    -webkit-transition: all .35s!important;
    -moz-transition: all .35s!important;
    -ms-transition: all .35s!important;
    -o-transition: all .35s!important;
    transition: all .35s!important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-top: 0px solid #000!important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0);
}
.dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.dropdown-menu li a {
    padding: 9px 10px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
/*Footer*/
.footer-text {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400!important;
    text-transform: uppercase;
    font-size: 13px;
}
.footer-text hr {
    margin-top: 0px;
    margin-bottom: 30px;
}
footer .socials-wrapper {
    float: left;
}
footer {
    margin-top: 30px;
}
/*Content*/
.content {
    background: #fff;
    padding: 0px 30px 0px 30px;
}
.copyright {
    font-size: 12px;
}
.input-group-addon {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.form-control {
    border: 1px solid #eee;
    box-shadow: none!important;
    border-radius: 0px!important;
}
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('../assets/arrows.svg');
    padding: .5em;
    padding-right: 1.5em
}
label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400!important;
    font-size: 13px;
}
.jf-copyright {
    display: none!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5f9391;
    border-color: #5f9391;
}
.btn-primary {
    color: #fff;
    background-color: #74afad;
    border-color: #74afad;
    -webkit-transition: all .35s;
    transition: all .35s;
}
blockquote {
    border-left: 2px solid;
    border-color: #111111;
    padding-left: 20px;
    margin-left: 0;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Portfolio*/
.art-area {
    background: #f2f2f2;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}
.no-header {
    padding: 30px!important;
}
.art {
    border: 15px solid #fff;
}
a.art-back {
    border: 2px solid #000;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.art-back .fa {
    color: #000!important;
}
a.art-back:hover {
    background: #f2f2f2;
    cursor: pointer!important;
}
.art-vid {
    margin-bottom: 30px;
}
p.feature-subheadline {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #333333;
}
.small-art {
    width: 100%;
}
.web-screen {
	border: 0px solid #fff!important;
    box-shadow: 2px 2px 6px #aaa;
    border-radius: 2px;
}
/*Animations*/
.portfolio-item {
    display: block;
    position: relative;
    border: 1px solid #eee;
    border-bottom: none;
}
.portfolio-hover {
    width: 100%;
    height: 100%;
    background-color: rgba(116,175,173,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.portfolio-hover-content {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.portfolio-hover-content h3 {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.portfolio-hover-content p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-top: 7px;
}
.portfolio-item:hover .portfolio-hover {
    opacity: 1;
}
.portfolio-item:hover .portfolio-hover-content {
    top: 50%;
}
ul.portfolio-items {
    list-style-type: none;
    padding: 0px;
}
.portfolio-items li {
    margin-top: 20px;
}
.thumbnail-info {
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #eee;
	border-top: 0px;
}
.thumbnail-info h2 {
    text-transform: none;
}
.thumbnail-info p {
    text-transform: uppercase;
    color: #ADADAD;
    letter-spacing: 1px;
    margin: 0px;
    font-size: 11px;
}
/*
.thumbnail-info.vcf {
    border-top: 7px solid #bfe855;
}
.thumbnail-info.ssa {
    border-top: 7px solid #f16d50;
}
.thumbnail-info.whr {
    border-top: 7px solid #825530;
}
.thumbnail-info.ylyv {
    border-top: 7px solid #ea4434;
}
.thumbnail-info.bs {
    border-top: 7px solid #ffe000;
}
.thumbnail-info.oig {
    border-top: 7px solid #3498dc;
}
.thumbnail-info.veto {
    border-top: 7px solid #81418c;
}
.thumbnail-info.byn {
    border-top: 7px solid #D34526;
}
.thumbnail-info.dm {
	border-top:7px solid #f3ab1a;
}
.thumbnail-info.ctd {
	border-top:7px solid #fe2551;
}
.thumbnail-info.mercy-virtual {
	border-top:7px solid #e3316e;
}
.thumbnail-info.mercy-one {
	border-top:7px solid #09181b;
}
.thumbnail-info.mercy-compare {
	border-top:7px solid #0076a8;
}
.thumbnail-info.mercy-app {
	border-top:7px solid #9fd0e8;
}
.thumbnail-info.mercy-fa {
	border-top:7px solid #5b5377;
}
.thumbnail-info.mercy-detail {
	border-top:7px solid #8d3c67;
}
*/
.full {
	margin-right: auto;
	margin-left: auto;
}
.swatch {
    border: 1px solid #eee;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}
.bottom-0 {
    margin-bottom: 0px!important;
}
.bottom-30 {
    margin-bottom: 30px!important;
}
.photo-sample {
    margin-bottom: 15px;
}
.bottom-img {
    margin-top: 50px;
}
.project-icon {
    border: 1px solid #eee;
    background: #fff;
    padding: 15px;
    height: 100px;
    margin-bottom: 15px;
}
.project-icon img {
    max-height: 100%;
}
.small {
    font-size: 10px;
}
ul.goals li {
    margin-bottom: 10px;
    line-height: 16px;
}
/*VCF*/
.vcf-1 {
    background: #212a41;
}
.vcf-2 {
    background: #badcdd;
}
.vcf-3 {
    background: #bfe855;
}
/*SSA*/
.ssa-1 {
    background: #f16d50;
}
.ssa-2 {
    background: #fbd955;
}
.ssa-3 {
    background: #05d2ab;
}
.ssa-4 {
    background: #00509f;
}
/*BYN*/
.byn-1 {
    background: #3FD5AE;
}
.byn-2 {
    background: #D34526;
}
.byn-3 {
    background: #555759;
}
.byn-4 {
    background: #ffffff;
}
/*DM*/
.dm-1 {
	background: #f3ab1a;
}
.dm-2 {
	background: #414548;
}
.dm-3 {
	background: #0d8283;
}
.dm-4 {
	background: #e5503c;
}
/*WHR*/
.whr-1 {
    background: #825530;
}
.whr-2 {
    background: #e8d9ad;
}
.whr-3 {
    background: #5d927c;
}
.whr-4 {
    background: #a8ae7d;
}
/*VETO*/
.vv-1 {
    background: #3d316a;
}
.vv-2 {
    background: #1e84b4;
}
.vv-3 {
    background: #d6da24;
}
.vv-4 {
    background: #ffffff;
}

/*==========  Custom Media Queries  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.navbar-brand {
    width: 270px;
}
.dropdown-menu {
    margin: 10px 0 0!important;
}
.art-area {
    padding: 0px;
    background: #fff;
    margin-top: 15px;
}
	.art-area.ctd {
		background: #fff;
		border:1px solid #eee;
	}
.art {
    border: 0px solid #fff;
}
.art-detail {
    margin-bottom: 30px;
}
.swatch {
    height: 50px;
    width: 50px;
}
.sm-bottom {
    margin-bottom: 25px;
}
.no-header {
    padding: 0px!important;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.art-area {
    background: #f2f2f2;
}
.navbar-brand {
    width: 300px;
}
.dropdown-menu {
    margin: 10px 0 0!important;
}
.art-area {
    padding: 20px;
}
.art {
    border: 0px solid #fff;
}
.art-detail {
    margin-bottom: 30px;
}
.swatch {
    height: 60px;
    width: 60px;
}
.no-header {
    padding: 0px!important;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.art-area {
    background: #f2f2f2;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.navbar-brand {
    width: 340px;
    margin-top: -20px;
}

.art {
    border: 15px solid #fff;
}
.art-detail {
    margin-bottom: 0px;
}
.swatch {
    height: 50px;
    width: 50px;
}
.sm-bottom {
    margin-bottom: 25px;
}
.dropdown-menu {
    margin: 25px 0 0!important;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.navbar-brand {
    width: 370px;
}
.swatch {
    height: 60px;
    width: 60px;
    margin-bottom: 0px;
}
.project-icon {
    margin-bottom: 0px;
}
.sm-bottom {
    margin-bottom: 0px;
}
.bottom-img {
    margin-top: 20px;
    max-height: 150px;
}
.dropdown-menu {
    margin: 30px 0 0!important;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.swatch {
    height: 70px;
    width: 70px;
}
.project-icon {
    margin-bottom: 15px;
}
.bottom-img {
    margin-top: 50px;
    max-height: none;
}
.dropdown-menu {
    margin: 30px 0 0!important;
}
	.web-screen.full {
	border: 0px solid #fff!important;
    box-shadow: 2px 2px 6px #aaa;
    border-radius: 2px;
}
	.full-feature {
		background: none;
	}
}

/* XLarge Devices, Wide Screens */
@media only screen and (min-width : 1280px) {
.web-screen.full {
	border: 0px solid #fff!important;
    box-shadow: none;
    border-radius: 0px;
}
	.full-feature {
		background: #f2f2f2;
	}

}


