@font-face {
	font-family : 'gooddog';
	src         : url('../css/fonts/gooddog-webfont.woff2') format('woff2'),
	url('../css/fonts/gooddog-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksanddash';
	src         : url('../css/fonts/quicksand_dash-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand_dash-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksandbold';
	src         : url('../css/fonts/quicksand-bold-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand-bold-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksandbold_italic';
	src         : url('../css/fonts/quicksand-bolditalic-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand-bolditalic-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksanditalic';
	src         : url('../css/fonts/quicksand-italic-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand-italic-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksandlight';
	src         : url('../css/fonts/quicksand-light-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand-light-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksandlight_italic';
	src         : url('../css/fonts/quicksand-lightitalic-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand-lightitalic-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family : 'quicksandregular';
	src         : url('../css/fonts/quicksand-regular-webfont.woff2') format('woff2'),
	url('../css/fonts/quicksand-regular-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;
}

@font-face {
	font-family: 'helvetica_condensedmedium';
	src: url('../css/fonts/helvetica-condensed-webfont.woff2') format('woff2'),
	url('../css/fonts/helvetica-condensed-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica_condensedbold';
	src: url('../css/fonts/Helvetica-CondensedBold.woff2') format('woff2'),
	url('../css/fonts/Helvetica-CondensedBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'cambria_bold';
	src: url('../css/fonts/Cambria-Bold.woff2') format('woff2'),
	url('../css/fonts/Cambria-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'cambria';
	src: url('../css/fonts/Cambria.woff2') format('woff2'),
	url('../css/fonts/Cambria.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneue_condensedbold';
	src: url('../css/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
	url('../css/fonts/HelveticaNeue-CondensedBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color : #CBCBCB;
}

::-moz-placeholder { /* Firefox 19+ */
	color : #CBCBCB;
}

:-ms-input-placeholder { /* IE 10+ */
	color : #CBCBCB;
}

:-moz-placeholder { /* Firefox 18- */
	color : #CBCBCB;
}

*, *:before, *:after {
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	box-sizing         : border-box;
}

html {
	-webkit-font-smoothing   : antialiased;
	-moz-osx-font-smoothing  : grayscale;
	-webkit-text-size-adjust : 100%;
	text-rendering           : optimizeLegibility;
}

body {
	font-size   : 16px;
	font-family : 'cambria', 'Helvetica-Condensed', 'Helvetica-CondensedBold', 'Open Sans', 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color       : #333333;
	margin      : 0;
	padding     : 0;
}

/********* TYPE *********/

h1, h2, h3, h4, h5, h6, p, blockquote {
	line-height : 1.6;
	padding     : 0;
	margin      : 0;
}

h1, .title-1 {
	font-size : 3.3em;
}

h2, .title-2 {
	font-size : 3em;
}

h3, .title-3 {
	font-size : 2.3em;
}

h4, .title-4 {
	font-size : 1.9em;
}

h5, .title-5 {
	font-size : 1.5em;
}

h6, .title-6 {
	font-size : 1.2em;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color : #FBB03B;
}

p, label, .p, .label {
	margin      : 0;
	line-height : 1.6;
	font-size   : 1em;
	font-weight : 300;
	padding     : 8px 0;
}

ul, ol {
}

strong {
	font-weight : bold;
}

.underline {
	text-decoration : underline !important;
}

.border-bottom-1 {
	border-bottom : 1px solid;
}

.gooddog {
	font-family : 'gooddog', sans-serif !important;
}

.quicksand {
	font-family : 'quicksandregular', sans-serif !important;
}

.quicksand-bold {
	font-family : 'quicksandbold', sans-serif !important;
}

.bold {
	font-weight : bold !important;
}

.medium {
	font-weight : 500 !important;
}

.thin {
	font-weight : 100 !important;
}

.italic {
	font-style : italic !important;
}

.font-1 {
	font-size : 1rem;
}

.font-1-1 {
	font-size : 1.1rem;
}

.font-1-2 {
	font-size : 1.2rem;
}

.font-1-3 {
	font-size : 1.3rem;
}

.font-1-4 {
	font-size : 1.4rem;
}

.font-1-5 {
	font-size : 1.5rem;
}

.font-1-6 {
	font-size : 1.6rem;
}

.font-1-7 {
	font-size : 1.7rem;
}

.font-1-8 {
	font-size : 1.8rem;
}

.font-1-9 {
	font-size : 1.9rem;
}

.font-2 {
	font-size : 2rem;
}

.uppercase {
	text-transform : uppercase !important;
}

.alignleft {
	text-align : left !important;
}

.aligncenter {
	text-align   : center !important;
	margin-left  : auto !important;
	margin-right : auto !important;
}

.alignright {
	text-align : right !important;
}

.preload {
	height : 0;
}

a {
	color           : inherit;
	text-decoration : none;
	cursor          : pointer;
	margin          : 0;
	padding         : 0;
}

a:focus, a:hover {
	cursor : pointer;
	color  : #333333;
}

.wrap {
	max-width : 1440px;
	margin    : 0 auto;
	position  : relative;
	height    : 100%;
	padding   : 8px 20px;
}

.bg-wrap {
	background-color: gray;
}

.clear {
	clear   : both !important;
	height  : 0 !important;
	padding : 0 !important;
	margin  : 0 !important;
	float   : none !important;
}

blockquote {
	padding       : 0 20px;
	margin-bottom : 15px;
}

/** FORM ELEMENTS **/
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea, select {
	background-color   : #FFFFFF;
	border             : 4px solid #4EBBCA;
	border-radius      : 0;
	outline            : 0;
	height             : 46px;
	width              : 100%;
	font-size          : 1rem;
	-webkit-box-shadow : none;
	box-shadow         : none;
	-webkit-box-sizing : content-box;
	box-sizing         : border-box;
	-webkit-transition : all .3s;
	transition         : all .3s;
	padding-left       : 10px;
	display            : inherit;
}

.sq-input, input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]), select:focus:not([readonly]) {
	border             : 4px solid #4EBBCA;
	-webkit-box-shadow : none;
	box-shadow         : none;
}

.sq-input--error, input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=search-md].invalid, input[type=search-md]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=text].invalid, input[type=text]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, textarea.md-textarea.invalid, textarea.md-textarea:focus.invalid {
	border     : 4px solid #4EBBCA;
	box-shadow : none;
	color      : #F44336;
}

.sq-input--focus, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=search-md].valid, input[type=search-md]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, textarea.md-textarea.valid, textarea.md-textarea:focus.valid {
	border     : 4px solid #4EBBCA;
	box-shadow : none;
}

label.error input, .label.error input, label.error select, .label.error select, label.error textarea, .label.error textarea,
label.error .dropbox, .label.error .dropbox {
	border-color : #F44336 !important;
}

.round {
	border-radius : 10px !important;
}

.no-border {
	border : none !important;
}

.transparent-border {
	border-color : transparent !important;
}

.btn {
	font-weight           : 700;
	cursor                : pointer;
	margin                : 10px auto;
	border                : 2px solid #FFFFFF;
	display               : inline-block;
	color                 : #FFFFFF;
	background            : none;
	text-transform        : uppercase;
	text-align            : center;
	min-width             : 100px;
	-webkit-border-radius : 0;
	border-radius         : 0;
	font-family           : 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding               : 10px 30px;
	line-height           : 1.8em;
}

.white {
	color : #FFFFFF;
}

.white-bg {
	background : #FFFFFF;
}

/********* COLORS *********/

.green {
	color            : #8DC641;
	background-color : initial !important;
}

.aqua {
	color            : #52C5D5;
	background-color : initial !important;
}

.aqua-background {
	background-color : #52C5D5;
}

.navy {
	color            : #2E3192;
	background-color : initial !important;
}

.orange {
	color            : #FBB03B;
	background-color : initial !important;
}

.red {
	color            : #FF1313;
	background-color : initial !important;
}

.purple {
	color            : #942990;
	background-color : initial !important;
}

/********* BUTTONS *********/

button {
	border     : none;
	box-sizing : border-box;;
}

.button, button {
	cursor             : pointer;
	font-size          : 1rem;
	position           : relative;
	line-height        : 1;
	margin             : 0;
	padding            : 10px 16px;
	background-color   : #8DC641;
	color              : #FFFFFF;
	border-radius      : 10px;
	text-transform     : uppercase;
	-webkit-transition : all .2s linear;
	-moz-transition    : all .2s linear;
	-ms-transition     : all .2s linear;
	-o-transition      : all .2s linear;
	transition         : all .2s linear;
}

.button:hover {
	background-color : #20A658;
	color            : #FFFFFF;
}

.button.small {
}

.button.large {
}

.button.tiny {
}

/********* BUTTON COLORS *********/

.button.green {
	background-color : #8DC641 !important;
	color            : #FFFFFF;
}

.button.green:hover {
	background-color : #20A658 !important;
	color            : #FFFFFF;
}

.button.aqua {
	background-color : #52C5D5 !important;
	color            : #FFFFFF;
}

.button.aqua:hover {
	background-color : #1C6C77 !important;
	color            : #FFFFFF;
}

.button.navy {
	background-color : #2E3192 !important;
	color            : #FFFFFF;
}

.button.navy:hover {
	background-color : rgba(46, 49, 146, 0.7) !important;
	color            : #FFFFFF;
}

.button.orange {
	background-color : #FBB03B !important;
	color            : #FFFFFF;
}

.button.orange:hover {
	background-color : rgba(251, 176, 59, 0.7) !important;
	color            : #FFFFFF;
}

.button.red {
	background-color : #FF1313 !important;
	color            : #FFFFFF;
}

.button.red:hover {
	background-color : rgba(255, 19, 19, 0.7) !important;
	color            : #FFFFFF;
}

.button.purple {
	background-color : #942990 !important;
	color            : #FFFFFF;
}

.button.purple:hover {
	background-color : rgba(148, 41, 144, 0.7) !important;
	color            : #FFFFFF;
}

.button.oval {
	/*background        : url(../images/oval-button-blue.png) !important;
	background-size   : contain !important;*/
	border            : 0;
	height            : 44px;
	/*background-repeat : no-repeat !important;*/
	line-height       : 1;
	padding           : 4px 20px 0;
	margin-left       : 12px;
}

.button.oval.green {
	/*background        : url(../images/oval-button-green.png) !important;
	background-size   : contain !important;*/
	border            : 0;
	height            : 44px;
	width             : 132px;
	/*background-repeat : no-repeat !important;*/
	line-height       : 1;
	padding           : 4px 20px 0;
	margin-left       : 12px;
}

.social .button {
	background-size   : contain !important;
	border            : 0;
	height            : 44px;
	background-repeat : no-repeat !important;
	line-height       : 1;
	padding           : 4px 20px 0;
	margin-right      : 12px;
	width             : 130px;
	border-radius     : 0;
	float             : left;
}

.button.facebook {
	/*background        : url(../images/facebook-button.png) !important;
	background-size   : contain !important;
	background-repeat : no-repeat !important;
	background-color  : #2D3691;*/
}

.button.twitter {
	/*background        : url(../images/twitter-button.png) !important;
	background-size   : contain !important;
	background-repeat : no-repeat !important;
	background-color  : #50C5D5;*/
}

.button.instagram {
	/*background        : url(../images/instagram-button.png) !important;
	background-size   : contain !important;
	background-repeat : no-repeat !important;
	background-color  : #FCB03B;*/
}

/********* HEADER *********/
.active ~ .dropdown-menu {
	display    : block;
	margin-top : 0.5rem;
}

.navigation-bar {
	position           : fixed;
	top                : 0;
	left               : 0;
	/*height             : 120px;*/
	height             : 100px;
	/*background         : rgba(72, 72, 72, 0.9);*/
	width              : 100%;
	z-index            : 999;
	-webkit-transition : all .4s ease;
	-moz-transition    : all .4s ease;
	-ms-transition     : all .4s ease;
	-o-transition      : all .4s ease;
	transition         : all .4s ease;
}

.navigation-bar .logo {
	float        : left;
	height       : 117px;
	width        : auto;

	/*margin-top   : 29px;
	margin-right : 20px;*/
}

.navigation-bar .logo img {
	height        : 97.3%;
	border-radius : 0;
}

.navigation-bar .info {
	float     : right;
	position  : relative;
	width     : auto;
	max-width : 65%;
}

.navigation-bar nav {
	padding : 0;
	height  : 100%;
	width   : 100%;
}

#breadcrumbs {
	position         : fixed;
	top              : 100px;
	left             : 0;
	background-color : rgba(61, 61, 61, 0.9);
	width            : 100%;
	z-index          : 990;
}

#breadcrumbs .wrap {
	max-width      : 1220px;
	font-family    : cambria;
	font-weight    : normal;
	color          : #FFF;
	font-size      : 0.976875em;
	/*line-height    : 2.81;*/
	line-height    : 1.2;
	text-transform : uppercase;
	padding        : 13px 20px;
}

#breadcrumbs .wrap span {
	color       : #E74C39 !important;
	font-weight : bold;
}

#breadcrumbs .wrap a:hover {
	color : #FFF;
}

.project-details .sections {
	padding-top : 0;
}

.home .image-slider {
	padding       : 0;
	float         : none;
	margin-bottom : 0;
}

.project-details .top-carousel {
	padding       : 0;
	margin-bottom : 0;
}

/*
.project-details .top-carousel .project-slide img {
	height     : 830px;
	max-width  : 100%;
	position   : relative;
	margin-top : 0;
	object-fit : cover;
}
*/

.project-details .top-carousel .project-slide img{
	height:650px!important;
	max-width:1000px!important;
	position:relative!important;
	margin-top:144px!important;
	object-fit:contain!important;
}

 .slick-dots {
	margin        : 0;
	position      : absolute;
	bottom        : 28px;
	left          : 50%;
	transform     : translateX(-50%);
}

.slick-dots button{
	display: none;
}

.slick-dots li {
	float                 : left;
	position              : relative;
	display               : inline-block;
	height                : 18px;
	width                 : 18px;
	margin                : 0 6px;
	padding               : 0;
	cursor                : pointer;
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
	background-color      : transparent;
	border                : 2px solid #464646;
}

.slick-dots li.slick-active {
	border-color : #E74C39 !important;
}

.project-details .top-carousel .slick-dots li button {
	display : none;
}

.project-details .bottom-carousel {
	padding          : 40px 0;
	background-color : #E7E7E7;
	margin-bottom    : 0;
}


.project-details .bottom-carousel .wrap {
	max-width : 1326px;
	padding   : 0 60px;
}

.project-details .bottom-carousel span {
	display          : block;
	background-color : #FFF;
	color            : #3B3B3C;
	font-family      : 'cambria_bold', sans-serif;
	/*font-weight      : bold;*/
	font-size        : 1.041875em;
	line-height      : 1.2;
	border-bottom    : 6px solid #E74C39 !important;
	text-align       : center;
	text-transform   : uppercase;
	padding          : 13px 0;
}

.project-details .bottom-carousel .random-slide .item {
	padding : 15px;
}

.project-details .bottom-carousel .random-slide .slick-arrow {
	position  : absolute;
	height    : 60px;
	width     : 30px;
	top       : 50%;
	transform : translateY(-50%);
	cursor    : pointer;
}

.project-details .bottom-carousel .random-slide .prev-arrow.slick-arrow {
	left : -40px;
}

.project-details .bottom-carousel .random-slide .next-arrow.slick-arrow {
	right : -47.3667px;
}

.project-details .bottom-carousel .random-slide .prev-arrow .fa-angle-left,
.project-details .bottom-carousel .random-slide .next-arrow .fa-angle-right {
	font-size   : 60px;
	font-weight : bold;
	color       : #3B3B3C;
}

.project-details .section.details .wrap {
	max-width : 1220px;
}

.project-details .section.details {
	padding       : 60px 0;
	margin-bottom : 0;
	padding-top: 40px;
}

.project-details .footer {
	margin-top : 0;
}

.info-top,
.info-bottom {
	/*height     : 117px;*/
	/*margin-top : 10px;*/
	padding    : 0;
	float      : left;
	position   : relative;
	width      : 100%;
}

.info .social {
	float   : right;
	padding : 0 12px;
}

.info .social ul {
	list-style : none;
	float      : left;
	margin     : 0;
}

.info .social li {
	display               : block;
	float                 : left;
	height                : 40px;
	line-height           : 40px;
	padding               : 0 6px;
	/*background            : url(../images/social-bg.png) no-repeat;
	background-size       : contain;*/
	-webkit-border-radius : 100%;
	-moz-border-radius    : 100%;
	width                 : 40px;
	text-align            : center;
	font-size             : 22px;
	color                 : #FFFFFF;
	margin-left           : 12px;
	margin-top            : 5px;
}

.info .social li:hover a,
.info .social li a:focus {
	color : #FBB03B;
}

.info .social li a {
	width  : 100%;
	height : 100%;
}

.info .social li a i {
}

.info .auth {
	padding : 0 15px;
}

.info .auth .auth-menu a {
	position : relative;
	float    : left;
}

.info .auth .login {
	float  : left;
	margin : 0 16px 0 0;
}

.info .auth .auth-menu {
	float       : left;
	position    : relative;
	color       : #FFFFFF;
	margin      : 0 0 0;
	line-height : 1;
}

.info .auth .auth-menu .register.active {
	background         : #1C6C77 !important;
	-webkit-box-shadow : 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow         : 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.info .auth .auth-menu ul {
	display       : none;
	position      : absolute;
	width         : auto;
	background    : #FFFFFF;
	height        : auto;
	line-height   : 1;
	text-align    : center;
	padding       : 10px;
	box-shadow    : 2px 8px 20px 0px rgba(0, 0, 0, 0.3);
	border        : 1px solid rgba(0, 0, 0, 0.3);
	color         : #333333;
	min-width     : 100%;
	top           : 40px;
	right         : 0;
	z-index       : 9999;
	border-radius : 6px;
}

.info .auth .auth-menu ul.active {
	display : block;
}

.info .auth .auth-menu ul li {
	height      : 30px;
	line-height : 30px;
	text-align  : center;
	width       : 100%;
}

.info .auth .auth-menu ul li a {
	text-align : center;
	float      : none;
}

.info .auth {
	float   : right;
	padding : 7px 15px 0;
}

.dropdown .dropdown-menu .dropdown-item {
	padding : 0.4rem 1.5rem;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
	background-color   : #1C6C77;
	font-weight        : bold !important;
	-webkit-box-shadow : none;
	-moz-box-shadow    : none;
	box-shadow         : none;
}

.dropdown .dropdown-menu .dropdown-item.logout:active, .dropdown .dropdown-menu .dropdown-item.logout:hover {
	background-color : #FF1313;
	color            : #FFFFFF !important;
}

.dropdown-divider {
	background-color : #1C6C77;
	float            : left;
	width            : 70%;
	margin-left      : 1.4rem;
}

nav ul {
	margin         : 0;
	padding        : 0;
	text-transform : uppercase;
	height         : 100%;
	width          : auto;
	float          : right;
	font-weight: 700;
}

nav li {
	display     : inline-block;
	font-size   : 1rem;
	position    : relative;
	text-align  : center;
	line-height : 1.5;
	margin      : 2rem 1rem 0.5rem;
}

nav li:last-child {
	margin-right: 0;
}

nav li:focus a,
nav li:hover a {
	color : #E74C39 !important;
}

nav li a:focus, nav li:focus a, nav li:hover a {
	color: #E74C39;
}

nav li a:focus {
	color : #E74C39 !important;
}

nav li.active {
	background-color : #E74C39 !important;
}

nav li.active a {
	color : #212121;
}

nav > ul li a, nav > ul li span {
	display : block;
	color   : #fff;
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size: 21px;
	line-height: 1.5;
	padding: 0.125rem 0.5rem;
}

nav > ul li a#menu-signup {
	background   : #25AAE1;
	border       : 2px solid #25AAE1;
	margin-right : 20px;
}

nav > ul li a#menu-login {
	border : 2px solid #FFFFFF;
}

nav > ul li a#menu-signup, nav > ul li a#menu-login {
	padding : 10px 30px;
}

nav ul ul, nav ul ul:before {
	background : #FFFFFF;
	position   : absolute
}

nav ul li:after, nav ul ul:before {
	content : '';
	margin  : 0 auto;
	left    : 0;
	right   : 0
}

nav ul ul {
	-webkit-border-radius : 3px;
	border-radius         : 3px;
	display               : none;
	top                   : 60px;
	left                  : 50%;
	width                 : 240px;
	z-index               : 3;
	padding               : 10px;
	text-align            : left;
	transform             : translate(-50%, 0);
	-webkit-box-shadow    : 0 0 20px 2px rgba(0, 0, 0, .3);
	box-shadow            : 0 0 20px 2px rgba(0, 0, 0, .3)
}

nav ul ul:before {
	top       : -5px;
	width     : 10px;
	height    : 10px;
	transform : rotate(45deg)
}

nav ul ul ul {
	top  : 0;
	left : 240px
}

nav ul li:hover ul {
	display : block
}

nav ul ul li {
	float       : none;
	line-height : 30px;
	font-size   : .9em;
	display     : block;
	padding     : 0;
}

nav ul ul a {
	line-height : 20px !important;
	padding     : 5px 0;
}

nav ul ul a:after {
	display : none
}

nav ul li:after {
	position           : absolute;
	bottom             : 0;
	/*height             : 5px;*/
	width              : 0;
	-webkit-transition : all .4s ease;
	-moz-transition    : all .4s ease;
	-ms-transition     : all .4s ease;
	-o-transition      : all .4s ease;
	transition         : all .4s ease
}

nav ul li.active:after {
	width : 100%
}

nav ul li.active > ul {
	display : block
}

#mobile, nav .mobilenav {
	display : none;
}

/************* BARS *************/

.bar {
	height        : 120px;
	float         : left;
	width         : 100%;
	position      : relative;
	background    : #52C5D5;
	margin-bottom : 20px;
}

.bar .center {
	width  : 100%;
	float  : left;
	height : 50px;
	margin : 35px auto 0;
}

.bar .title {
	color          : #FFFFFF;
	font-size      : 36px;
	line-height    : 1;
	float          : left;
	width          : auto;
	text-transform : uppercase;
}

.bar .title strong {
	font-size    : 1.5em;
	padding-left : 6px;
	font-weight  : normal;
}

.bar .title small {
	font-size   : 1.1em;
	font-weight : 100;
}

.bar form {
	float       : left;
	height      : 50px;
	clear       : none;
	padding     : 0;
	margin      : 0 0 0 40px;
	display     : flex;
	align-items : center;
}

.bar input {
}

.bar button[type=submit] {
	margin-left : 10px;
}

/*** ##### FOUND A ROCK ##### ***/

.found-a-rock-bar {
}

/********* BANNERS *********/

/*#main{margin-top:100px;}*/

#features, #pricing, #contact {
	/* padding : 100px 30px; */
}

#features .wrap, #pricing .wrap {
	max-width : 1200px;
}

.community .section {
	padding-bottom : 0;
}

.community .gallery .wrap {
	max-width : 1200px;
	padding   : 0;
}

#projects-callouts .wrap {
	max-width : 100%;
}

#contact .wrap {
	max-width : 768px;
}

#features h3 {
	text-transform : uppercase;
	margin-top     : 100px;
}

#features img {
	max-width : 100%;
}

#pricing {
	text-align : center;
	background : #E0E0E0;
}

#pricing .wrap > h2 {
	margin-bottom : 20px;
}

#pricing h4 .btn {
	font-size   : .6em;
	margin-left : 30px;
}

#contact {
	/*background      : url(../images/contactbg.jpg) no-repeat center center;*/
	/*background-size : cover;*/
}

#contact h2 {
	text-transform : uppercase;
}

#contact form {
	margin-top : 40px;
}

.registerTwo .btn-group {
	display : block;
}

.registerTwo form .btn.continue {
	display : inline-block;
}

.package {
	width          : 23%;
	min-width      : 240px;
	display        : inline-block;
	vertical-align : top;
	background     : #FFFFFF;
	margin         : 10px;
	text-align     : center;
}

.registerTwo .package {
	background : #E0E0E0
}

.package:nth-child(4) {
	margin-top : -35px;
}

.registerTwo .package:nth-child(4) {
	margin-top : 10px;
}

.package p {
	margin : 0;
}

.package .title, .package .promo {
	padding : 10px 0;
}

.package .title p, .package .promo p {
	text-transform : uppercase;
}

.package .amount h2 {
	margin      : 20px 0;
	font-size   : 5em;
	line-height : .8em;
}

.package:nth-child(2) .amount h2, .registerTwo .package:nth-child(1) .amount h2 {
	margin    : 38px 0;
	font-size : 4em;
}

.registerTwo .package:nth-child(2) .amount h2 {
	margin    : 20px 0;
	font-size : 5em;
}

.package .amount .sign {
	font-size      : .4em;
	vertical-align : middle;
}

.package .amount .term {
	font-size      : .2em;
	line-height    : 14px;
	display        : block;
	text-transform : uppercase;
}

.package .details {
	font-size  : .8em;
	padding    : 0 20px;
	text-align : left;
}

.package .btn {
	display : block;
	margin  : 20px 20px 30px;
}

.hero {
	/*height     : 350px;*/
	height     : 660px;
	position   : relative;
	text-align : center;
	/*margin-top : 120px;*/
	margin-top : 0;
	color      : #FFFFFF;
}

.home .hero {
	height     : 93vh;
    text-align : left;
	/*margin-top: 100px;*/
}

.contact .hero {
	height     : 93vh;
	text-align : left;
}

.project-details .hero {
	height     : 830px;
	text-align : left;
}

.hero h1 {
	font-size      : 3.125em;
	font-family    : 'cambria_bold', sans-serif;
	/*text-shadow    : 0 0 20px rgba(0, 0, 0, .3);*/
	color          : #FFFFFF;
	padding-top    : 0;
	text-transform : uppercase;
	/*font-weight    : bold;*/
	line-height    : 1.1;
}

.contact .hero h2 {
    font-family    : 'cambria_bold', sans-serif;
    /*font-weight    : bold;*/
    color          : #E74C39 !important;
    font-size      : 2.6em;
    line-height    : 1.3;
    text-transform : uppercase;
}

.contact .hero p {
    padding     : 0 0 12px;
    font-family : 'helvetica_condensedmedium', sans-serif;
    color       : #F1F1F2;
    font-size   : 1.1719em;
    line-height : 1.333;
}

.contact .hero span {
    font-family : 'helvetica_condensedmedium', sans-serif;
    color       : #F1F1F2;
    font-size   : 1.4325em;
    line-height : 1;
}

.contact .hero a.email {
	font-family : 'helvetica_condensedmedium', sans-serif;
	color       : #F1F1F2;
	font-size   : 1.4325em;
	line-height : 1.333;
	display     : block;
}

.secondary .hero h1 span {
	display   : block;
	font-size : .3em;
}

.secondary .hero {
	/* border-bottom-left-radius  : 60% 40%;
	border-bottom-right-radius : 60% 40%; */
	overflow                   : hidden;
}

#content {
	padding    : 60px 0;
	position   : relative;
	z-index    : 2;
	background : #FFFFFF;
	float      : left;
	width      : 100%;
}

#content .image, #content .content {
	width      : 50%;
	float      : right;
	position   : relative;
	min-height : 500px;
	z-index    : 1;
	top        : 0
}

#content .content {
	padding    : 0px 2% 30px;
	width      : 50%;
	min-height : 500px;
}

#content .content.empty {
	top    : 0;
	height : 0;
	/* display : none; */
}

#content .image .inner {
	position : absolute;
	top      : 0;
	left     : 0;
	right    : 0;
	width    : 100%;
	height   : 100%;
}

#content .image.right, #content .image:nth-child(6n+3) {
	float : left;
}

#content .image img, #content .image iframe {
	position : absolute;
	top      : 0;
	left     : 0;
	width    : 100%;
	z-index  : 1;
}

#content .image iframe {
	width  : 100%;
	height : auto;
}

#content .image:nth-child(6n+3) img {
	left  : auto;
	right : 0;
}

.hero .inner {
	position   : absolute;
	top        : 91%;
	left       : 28%;
	transform  : translate(-50%, -50%);
	/*width      : 100%;*/
	padding    : 32px 64px;
	background : rgba(40, 40, 40, 0.5);
}

.home .hero .inner{
	background: none;
}

.jeffrey-rolland .hero .inner,
.carlos-delvalle .hero .inner,
.sandra-bradley .hero .inner
{
	padding-top    : 18px;
	padding-bottom : 18px;
}

.jeffrey-rolland .left-image-with-caption-right-text .section-caption .phone,
.carlos-delvalle .left-image-with-caption-right-text .section-caption .phone,
.sandra-bradley .left-image-with-caption-right-text .section-caption .phone {
	display : none;
}

.jeffrey-rolland .left-image-with-caption-right-text .section-caption > a,
.carlos-delvalle .left-image-with-caption-right-text .section-caption > a,
.sandra-bradley .left-image-with-caption-right-text .section-caption > a {
	display : none;
}

.hero .inner span.name {
	font-family    : 'helvetica_condensedmedium', sans-serif;
	font-size      : 1.3019em;
	line-height    : 1.1;
	text-transform : uppercase;
}

.project-category .hero .inner span.name {
    font-size      : 1.9531em;
	line-height    : 1.088;
	display        : block;
	text-align     : left;
	text-transform : uppercase;
}

.project-category .hero .inner {
	top            : 90%;
	padding-top    : 21px;
	padding-bottom : 21px;
}

.project-category .sections {
	padding-top : 0;
}

.project-category .section.center-header-and-text {
	min-height     : 0;
	float          : none;
	padding-bottom : 0;
}

.project-category .center-header-and-text h2 {
	font-family : cambria;
	font-weight : normal;
	color       : #3B3B3C;
	font-size   : 1.3019em;
	line-height : 2.6;
	text-align  : left;
}

.project-category .center-header-and-text h2 span.category {
	color       : #E74C39 !important;
	font-weight : bold;
}

.project-category .center-header-and-text .wrap {
	max-width : 1240px;
}

.home .hero .inner {
    right          : 0;
    top            : 85%;
    left           : 9.125%;
    transform      : none;
    padding        : 0;
    height         : auto;
    text-align     : center;
}

.home .hero .inner .cta-hdr {
    font-size   : 2.3em;
    line-height : 1.738;
    float       : left;
    width       : 640px;
	text-shadow: 2px 2px 5px #343434;
}

.home .hero .inner a {
    display          : none;
    float            : left;
    font-family      : "helveticaneue_condensedbold", sans-serif;
    color            : #3B3B3C;
    background-color : #E74C39 !important;
    font-size        : 1.3145em;
    padding          : 0 25px;
    line-height      : 3.041;
}

.contact .hero .inner {
	top              : 55%;
    left             : 29%;
    padding          : 30px;
    width            : 400px;
    border-bottom    : 6px solid #E74C39 !important;
    background-color : rgba(40, 40, 40, 0.7);
}

/********* FOOTER *********/
footer {
	color: #BAB9B9;
	background : rgba(72, 72, 72, 0.9);
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*float: left;*/
	width: 100%;
	margin-top: 0;
	box-sizing: border-box;
	height: min-content;
}

footer .logo {
	height: 94px;
	width: auto;
	display: block;
	float: left;
	/*margin-right: 1rem;*/
	/*position: relative;*/
	/*top: -57px;*/
	left: 0;
	/*margin-bottom: 0;*/
	padding: 1rem;
	margin: 0 30px;
	/*margin-bottom: -32px;*/
}

footer .logo img {
	display : block;
	height  : 100%;
}

footer #copyright {
	padding     : 30px 0;
	margin      : 30px 0 0;
	font-weight : 700;
	background  : #2C3E50;
}

footer .dev {
	background  : url(../images/iwwlogo.png) no-repeat center center;
	text-indent : -999em;
	margin      : 0 auto;
	display     : inline-block;
	width       : 20px;
	height      : 25px;
	position    : absolute;
	bottom      : 0;
	right       : 0;
}

.contact .footer {
	margin-top : 0;
}

.footer-top {
	background : rgba(255, 245, 248, 0.87);
	background : -moz-linear-gradient(top, rgba(255, 245, 248, 0.87) 0%, rgba(134, 214, 224, 0.94) 50%, rgba(84, 199, 214, 0.87) 100%);
	background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 245, 248, 0.87)), color-stop(50%, rgba(134, 214, 224, 0.94)), color-stop(100%, rgba(84, 199, 214, 0.87)));
	background : -webkit-linear-gradient(top, rgba(255, 245, 248, 0.87) 0%, rgba(134, 214, 224, 0.94) 50%, rgba(84, 199, 214, 0.87) 100%);
	background : -o-linear-gradient(top, rgba(255, 245, 248, 0.87) 0%, rgba(134, 214, 224, 0.94) 50%, rgba(84, 199, 214, 0.87) 100%);
	background : -ms-linear-gradient(top, rgba(255, 245, 248, 0.87) 0%, rgba(134, 214, 224, 0.94) 50%, rgba(84, 199, 214, 0.87) 100%);
	background : linear-gradient(to bottom, rgba(255, 245, 248, 0.87) 0%, rgba(134, 214, 224, 0.94) 60%, rgba(84, 199, 214, 0.87) 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f5f8', endColorstr='#54c7d6', GradientType=0);
}

.footer-top, .footer-bottom {
	width : 100%;
	float : left;
}

.footer-bottom {
	border-top  : 3px solid #E74C39 !important;
	padding     : 0;
	height      : auto;
}

.top.bump {
	border-top-left-radius  : 60% 40%;
	border-top-right-radius : 60% 40%;
}

.bottom.bump {
	border-bottom-left-radius  : 60% 40%;
	border-bottom-right-radius : 60% 40%;
}

.follow {
	text-align  : center;
	height      : auto;
	padding-top : 70px;
}

.hashtag-doodle {
	font-family    : 'gooddog', sans-serif;
	font-size      : 46px;
	font-weight    : bold;
	padding-bottom : 0;
	width          : 100%;
}

.follow p {
	font-size   : 18px;
	color       : #2A2A2A;
	font-weight : 500;
}

.follow .social {
	margin-top : 30px;
}

.follow .social .link {
	height  : 130px;
	width   : auto;
	display : inline-block;
	margin  : 0 50px;
}

.follow .social .link img {
	width  : 70px;
	height : auto;
	margin : 0 auto 5px;
}

.follow .social .link label {
	float      : left;
	width      : 100%;
	text-align : center;
}

.footer-details {
	float         : left;
	width         : auto;
	margin-bottom : 22px;
}

.footer-details ul {
	width           : 100%;
	margin          : 17px 0 0;
	padding         : 2px 0 0;
}


.footer-details li.company_name{
	display     : inline-block;
    font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 19px;
	line-height : 1.15;
} 

.footer-details li {
	display     : inline-block;
    font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 14px;
	line-height : 1.15;
}

.footer-details li:first-child {
	padding : 0 30px 0 0;
}

.footer-nav {
	float       : right;
	width       : auto;
	/*margin-left : 15%;*/
	margin      : 14px 0 45px;
	text-align  : center;
	margin-bottom: 0px;
}

li.company_name{
	color: #E74C39 !important;
}

.footer-nav .mobilenav {
	display : none;
}

.footer-nav nav {
	padding       : 0;
	margin-bottom : 12px;
}

.footer-nav .legal {
}

.footer-nav ul {
	width   : 100%;
	margin  : 0;
	padding : 0;
}

.footer-nav li {
	display     : inline-block;
	/*color       : #2E2E2E;*/
	font-size   : 14px;
	/*padding     : 0 30px 0 0;*/
	line-height : 20px;
	height      : 20px;
}

.footer-nav li:not(:last-child) {
	padding-right : 30px;
}

.footer-nav .legal ul {
	height : auto;
}

.footer-nav .legal li {
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.041875em;
	line-height : 34px;
	height      : 34px;
}

.footer-nav .legal li a {
	display     : inline-block;
	height      : 34px;
	line-height : 34px;
}

.footer-nav .legal li a:hover,
.footer-nav .legal li a:active,
.footer-nav .legal li a:visited {
	color : inherit;
}

.footer-nav .legal li a img {
	vertical-align : -2px;
}

.footer-nav .legal li a .fa-stack {
	vertical-align : -9px;
}

.footer-nav .legal .fa-stack-1x {
	color : #3B3B3C;
}

.footer-nav nav ul {
}

.footer-nav nav li {
	font-weight    : bold;
	text-transform : uppercase;
	font-size      : 16px;
}

.footer-nav nav li.active {
	background : none;
}

.footer-nav nav li a {
	padding     : 0;
	color       : #fff;
	font-size   : 23px;
	font-family : cambria;
	font-weight : normal;
	line-height : 1.4783;
}

.footer-nav nav li.active a {
	color : #E74C39 !important;
}

.footer-nav nav li:hover a {
	color : #E74C39 !important;
}

.footer-nav nav li a img {
}

.footer-code {
	float : left;
	width : 30%;
}

.footer-code .enter-code-form {
}

.footer-code .enter-code-form form {
	text-align : right;
	float      : left;
	width      : 100%;
}

.footer-code .enter-code-form input {
	width   : auto;
	display : inline-block;
}

/********* IMAGE SLIDER *********/
.hero {
	position : relative;
	z-index  : 1;
}

.bxslider {
	margin     : 120px 0 0 !important;
	z-index    : 1;
	background : #111111;
}

div.bx-viewport {
	overflow   : visible !important;
	overflow-x : hidden;
}

.bxslider li {
	position : relative;
}

.bxslider, .bxslider li {
	height : 500px;
}

.bxslider li .wrap {
	z-index    : 2;
	text-align : left;
	padding    : 0 0;
}

.bxslider .region {
	max-width : 1024px;
	position  : absolute;
	height    : auto;
	top       : 50%;
	transform : translateY(-50%);
	margin    : auto 0;
}

.bxslider .region.left {
	left : 2%;
}

.bxslider .region.left {
	max-width : 600px;
}

.bxslider .region.center {
	right      : 0;
	left       : 0;
	margin     : 0 auto;
	text-align : center;
}

.bxslider .region.right {
	right : 2%;
}

.bxslider .title {
}

.bxslider h2 {
	font-size      : 4em;
	font-weight    : 400;
	margin         : 0;
	text-shadow    : 0 0 20px #000000;
	text-transform : uppercase;
}

.bxslider h3 {
	font-size      : 3.89em;
	margin         : 0;
	text-shadow    : 0 0 20px #000000;
	text-transform : uppercase;
}

.bxslider h5 {
	font-size   : 1em;
	line-height : 1.4em;
}

.bxslider p {
	font-size   : .85em;
	line-height : 1.4em;
}

.bxslider .btn.blue-bg {
	margin-right : 20px;
}

.bxslider li .background {
	position : absolute;
	top      : 0;
	left     : 0;
	right    : 0;
	width    : 100%;
	height   : 100%;
	margin   : 0 auto;
	z-index  : 1;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width : 100%;
}

.bx-wrapper .bx-pager {
	display : block;
	z-index : 99;
	bottom  : 30px;
	right   : auto;
	width   : 100%;
	left    : auto;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display : inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background   : none;
	width        : 6px;
	height       : 6px;
	display      : inline-block;
	margin-right : 10px;
	border       : 1px solid #FFFFFF;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
}

.bx-wrapper .bx-prev {
	left : -50px;
}

.bx-wrapper .bx-next {
	right : -50px;
}

/********* FORMS *********/

form {
}

form h5 {
	display : inline-block;
	margin  : 30px 0 10px;
	color   : #016DBC;
}

form .span6 {
	position : relative;
}

form .btn {
	margin  : 30px auto 0;
	display : block;
	color   : #FFFFFF;
}

form .upload {
	font-weight    : normal;
	cursor         : pointer;
	font-size      : .9em;
	border         : none;
	text-transform : uppercase;
	color          : #FFFFFF;
	width          : auto;
	line-height    : 1em;
}

form .upload input {
	display  : block !important;
	width    : 150px !important;
	height   : 45px !important;
	opacity  : 0 !important;
	overflow : hidden !important
}

form .upload .btn {
	width        : 140px;
	display      : inline-block;
	padding      : 10px 20px;
	margin-right : 30px;
	position     : absolute;
	margin       : 10px 0 0;
}

form .panel {
}

form .panel.hide {
	display : none;
}

.onoffswitch {
	position            : relative;
	width               : 120px;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	float               : right;
	margin-left         : 30px;
}

.onoffswitch-checkbox {
	display : none
}

.onoffswitch-label {
	display       : block;
	overflow      : hidden;
	cursor        : pointer;
	border        : 2px solid #FFFFFF;
	border-radius : 20px;
	margin        : 0;
}

.onoffswitch-inner {
	display     : block;
	width       : 200%;
	margin-left : -100%;
	transition  : margin .3s ease-in 0s
}

.onoffswitch-inner:after, .onoffswitch-inner:before {
	display     : block;
	float       : left;
	width       : 50%;
	height      : 30px;
	padding     : 0;
	line-height : 30px;
	font-size   : 11px;
	font-weight : 700;
	box-sizing  : border-box
}

.onoffswitch-inner:before {
	content          : "YES!";
	padding-left     : 10px;
	background-color : #C0392B;
	color            : #FFFFFF
}

.onoffswitch-inner:after {
	content          : "NO";
	padding-right    : 10px;
	background-color : #CCCCCC;
	color            : #555555;
	text-align       : right
}

.onoffswitch-switch {
	display       : block;
	width         : 18px;
	height        : 18px;
	margin        : 8px;
	background    : #FFFFFF;
	position      : absolute;
	top           : 0;
	bottom        : 0;
	right         : 86px;
	border        : 2px solid #999999;
	border-radius : 20px;
	transition    : all .3s ease-in 0s
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left : 0
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right      : 0;
	background : #FFFFFF;
	border     : 2px solid #FFFFFF
}

body.login, body.register {
	background      : url(../images/loginbg.png) no-repeat center center;
	background-size : cover;
	min-height      : 100vh;
}

.card .cardImage {
	margin : 0 auto;
}

.card form {
	margin-top : 60px;
}

.btn-group label input {
	display : inline;
}

/* ######### SECTIONS ######### */

.sections {
	height         : 100%;
	width          : 100%;
	float          : left;
	padding-top    : 50px;
	padding-bottom : 0px;
}

.sections:after {
	content : '';
	clear   : both;
	float   : none;
}

.projects .sections {
	padding-top : 30px;
}

.section {
	width      : 100%;
	position   : relative;
	float      : left;
	min-height : 150px;
	height     : auto;
	padding    : 20px 10px;
}

.section::after {
	content : '';
	float   : none;
	clear   : both;
}

.section img {
	box-shadow      : none;
	object-fit      : contain;
	height          : auto;
	width           : 100%;
	object-position : center;
	margin          : 0 auto;
    max-width       : 450px;
	border-radius   : 0;
}

.project-details .random-slide img {
   height: 184px;
   object-fit: cover;
}

.project-details .bottom-carousel span{
	height: 70px;
}

.about .section-image img {
    max-width : 550px;
}

.section-image, .section-text {
	width : 50%;
	float : left;
}

.section-image {
	height  : 100%;
	padding : 0 10px;
}

.details .section-text-left {
	width : 35%;
	float : left;
}

.details .section-text-left h3 {
	font-family    : 'cambria_bold', sans-serif;
	/*font-weight    : bold;*/
	font-size      : 1.5em;
	line-height    : 1;
	color          : #3B3B3C;
	margin-bottom  : 15px;
	text-transform : uppercase;
	padding-right: 5px;
}

.details .section-text-left .client {
	font-family    : helvetica_condensedbold;
	/*font-weight    : bold;*/
	font-size      : 1.4325em;
	line-height    : 1.4;
	color          : #4D4D4D;
	display        : block;
	text-transform : uppercase;
}

.details .section-text-left .location,
.details .section-text-left .size {
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.4325em;
	line-height : 1.4;
	color       : #545454;
	display     : block;
}

.details .section-text-left .category-service {
    font-family   : 'helvetica_condensedmedium', sans-serif;
	font-size     : 1.171875em;
	line-height   : 1.2;
	color         : #545454;
	border-top    : 2px solid #3B3B3C;
	border-bottom : 2px solid #3B3B3C;
	padding       : 18px 0;
	margin-top    : 20px;
}

.details .section-text-left .category-service span {
	display : block;
}

.details .section-text-left .category-service span:first-child {
    margin-bottom : 18px;
}

.details .section-text-right {
	width        : 65%;
	float        : left;
	padding-left : 50px;
	border-left  : 2px solid #A9AE00;
	min-height   : 400px;
}

.details .section-text-right h2 {
	font-family   : 'cambria_bold', sans-serif;
	/*font-weight   : bold;*/
	font-size     : 2.34375em;
	line-height   : 1;
	color         : #3B3B3C;
	margin-bottom : 26px;
}

.details .section-text-right h2 span {
	color : #A9AE00;
}

.details .section-text-right p {
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.139375em;
	line-height : 1.4284;
	color       : #717171;
}

.image-caption-wrapper .section-image {
	width   : auto;
	float   : none;
	padding : 0;
}

.image-caption-wrapper .section-caption {
	max-width  : 450px;
	height     : auto;
	margin     : 20px auto 0;
}

.left-image-right-text .section-text {

}

.left-image-with-caption-right-text .section-text h2 {
	float       : left;
	font-family : 'cambria_bold', sans-serif;
	/*font-weight : bold;*/
	font-size   : 3.125em;
	line-height : 1.4;
	color       : #3B3B3C;
}

.left-image-with-caption-right-text .section-text a.return-link {
	float            : right;
	display          : block;
	color            : #3B3B3C;
	background-color : #E74C39 !important;
	font-family      : helvetica_condensedbold;
	/*font-weight      : bold;*/
	font-size        : 1.2369em;
	line-height      : 1.25;
	text-transform   : uppercase;
	padding          : 5px 15px;
	margin-top       : 17px;
}

.left-image-with-caption-right-text .section-text a.return-link i {
	vertical-align : 1px;
}

.left-image-with-caption-right-text .section-text p {
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.139em;
	line-height : 1.428;
	color       : #7E7D7F;
}

.left-image-with-caption-right-text .section-caption {
	color          : #3B3B3C;
	text-transform : uppercase;
	max-width      : 380px;
}

.left-image-with-caption-right-text .section-caption h3 {
    font-family : 'cambria_bold', sans-serif;
	/*font-weight : bold;*/
	font-size   : 1.953em;
	line-height : 1.855;
	border-top  : 10px solid #E74C39 !important;
}

.left-image-with-caption-right-text .section-caption span {
    display     : block;
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.4325em;
	line-height : 1.454;
}

.left-image-with-caption-right-text .section-caption a {
	display    : block;
	margin-top : 14px;
}

.left-image-with-caption-right-text  .section-caption .fa-square {
	color : #E74C39 !important;
}

.left-image-with-caption-right-text  .section-caption .fa-linkedin {
	line-height : 42px;
}

.left-image-with-caption-right-text .image-caption-wrapper {
	width   : 48%;
	float   : left;
	padding : 0 10px;
}

.left-image-with-caption-right-text .section-text {
	width : 52%;
}

.left-image-with-caption-right-text .image-caption-wrapper .section-image img {
	max-width : 380px;
}

.contact.section {
	min-height : unset;
	padding    : 0;
	margin     : 0;
}

.contact .profileSection {
	margin : 0 0 40px;
}

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

.center-header-and-text p {
	width         : 100%;
	padding-left  : 15px;
	padding-right : 15px;
	max-width     : 750px;
	margin        : 0 auto;
}

.people .center-header-and-text p {
    font-family : 'helvetica_condensedmedium', sans-serif;
    font-size   : 1.14em;
    line-height : 1.37;
    color       : #7E7D7F;
    max-width   : 1325px;
}

.left-image-right-text {
	text-align : left;
}

.right-image-left-text {
	text-align : left;
}

.right-image-left-text .section-text {
	float     : left;
}

.right-image-left-text .section-image {
	float : right;
}

.small-callout-with-image .callout {
	width      : 33.333%;
	float      : left;
	text-align : center;
}

.home .small-callout-with-image .callout,
.projects .small-callout-with-image .callout,
.project-category .small-callout-with-image .callout {
	width         : 25%;
	margin-bottom : 0;
}

.people .small-callout-with-image .callout {
	margin-bottom : 0;
}

section#people-callouts{
	max-width: 950px;
}

.small-callout-with-image .callout a {
	text-align     : center;
	text-transform : uppercase;
	font-weight    : bold;
}

.small-callout-with-image {
	float     : none;
	width     : 100%;
	max-width : 1100px;
	margin    : 0 auto;
}

.projects .small-callout-with-image {
	max-width : none;
}

.project-category .small-callout-with-image {
	max-width   : 1300px;
	padding-top : 0;
}

.small-callout-with-image .callout.last {
}

.small-callout-with-image .callout .section-image {
	width      : 100%;
	transition : transform .5s ease-in;
}

.small-callout-with-image .callout:hover .section-image {
	transform : scale(1.05);
}

.small-callout-with-image .callout .section-text {
	width : 100%;
}

.small-callout-with-image .callout .section-text ol {
	text-align : left;
}

.people .small-callout-with-image .callout .section-text {
    margin-top : 18px;
}

.people .small-callout-with-image{
    padding-left: 100px;
    padding-right: 100px;
}

.people .small-callout-with-image .callout{
    width:50%!important;
}

.hero-with-banner {
	padding : 0;
}

.hero-with-banner .section-image {
	width : 100%;
	float : left;
}

.hero-with-banner .section-image img {
	object-fit : contain;
	width      : 100%;
	max-width  : 1400px;
}

.home .sections {
	counter-reset : hiw;
	position      : relative;
	width         : 100%;
	height        : 100%;
	padding-top   : 0;
}

.hiw {
	/* height : 350px; */
}

.hiw h2:before {
	content             : counter(hiw);
	counter-increment   : hiw;
	/*background-size     : 71px;
	background-image    : url(../images/counter-circle.png);
	background-position : center;
	background-repeat   : no-repeat;*/
	height              : 71px;
	width               : 71px;
	display             : block;
	float               : left;
	text-align          : center;
	margin-right        : 20px;
}

.hiw-0 {
	text-transform : uppercase;
	color          : #FBB03B;
	font-family    : 'quicksandbold', 'Quicksand', sans-serif;
	font-weight    : bold;
	min-height     : initial;
	height         : 100px;
	padding        : 0;
}

.about .section-text h2 {
	color       : #3B3B3C;
	font-size   : 2.47em;
	font-weight : bold;
	line-height : 1.37;
	font-family : 'cambria_bold', sans-serif
	/*font-weight : bold;*/
}

.about .section-text p {
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.3019em;
	line-height : 1.4;
}

.people .section-text h2 {
    color       : #3B3B3C;
    font-family : 'cambria_bold', sans-serif;
    /*font-weight : bold;*/
    font-size   : 1.5625em;
    line-height : 2;
	border-top  : 10px solid #E74C39 !important;
}

.people .section-text p {
    color          : #3B3B3C;
    text-transform : uppercase;
    font-family    : 'helvetica_condensedmedium', sans-serif;
    font-size      : 1.168em;
    line-height    : 1.1;
    padding        : 0;
}

.community .gallery {
	margin-bottom : 40px;
}

.community .gallery h2 {
	font-size      : 2.0em;
	text-align     : center;
	color          : #C82C34;
	padding-bottom : 15px;
}

.community .gallery p {
	font-family : Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size   : 1.0em;
}

.community .imagelightbox-overlay {
	background-color : rgba(0, 0, 0, 0.9);
}

.community .imagelightbox-arrow {
	background-color : transparent;
}

.community .imagelightbox-arrow:before {
	border-width : 2em;
}

.community .imagelightbox-arrow-left::before {
	border-right-color : #E74C39 !important;
}

.community .imagelightbox-arrow-right::before {
	border-left-color : #E74C39 !important;
}

.community .imagelightbox-caption {
	text-align       : left;
	background-color : transparent;
}

.community .imagelightbox-caption h2 {
	font-family   : cambria;
	font-weight   : normal;
	font-size     : 2.34375em;
	line-height   : 1.444;
	border-bottom : 4px solid #E74C39 !important;
	display       : inline-block;
}

.community .imagelightbox-caption p {
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : .91125em;
	line-height : 1.572;
	color       : #CFCFCF;
}

.community .imagelightbox-caption .wrap {
	padding : 0 30px;
}

.community .imagelightbox-close {
	background-color : transparent;
}

.community .imagelightbox-close::before,
.community .imagelightbox-close::after {
	width            : 4px;
	background-color : #E74C39 !important;
	top              : 0%;
	bottom           : 0%;
	margin-left      : -2px;
}

.grid-sizer {
	width : 25%;
}

.grid-item {
	float  : left;
	margin : 10px .8%;
	width  : 23%;
	height : 230px;
}

.grid-item--width2 {
	width  : 48%;
	height : 480px;
}

.grid-item--width2 a::before {
	position         : absolute;
	top              : 0;
	left             : 0;
	content          : "";
	height           : 100%;
	width            : 100%;
/*	background-color : rgba(207, 210, 68, 0.5);*/
}

.grid-item a {
	width      : 100%;
	height     : 100%;
	display    : block;
	position   : relative;
	text-align : center;
	overflow   : hidden;
}

.grid-item a .data-wrap {
	position           : absolute;
	bottom             : 0;
	left               : 0;
	width              : 100%;
	height             : 36px;
	-webkit-transition : height .5s ease;
	-moz-transition    : height .5s ease;
	transition         : height .5s ease;
}

.grid-item--width2 a .data-wrap {
	height : 46px;
}

.grid-item a:hover .data-wrap {
	height             : 65%;
	-webkit-transition : height .5s ease;
	-moz-transition    : height .5s ease;
	transition         : height .5s ease;
}

.grid-item a .data-wrap h3 {
	font-family      : 'cambria_bold', sans-serif;
	/*font-weight      : bold;*/
	color            : #fff;
	font-size        : .9em;
	line-height      : 1.2;
	padding          : 8px 10px;
	background-color : rgba(26, 26, 26, 0.8);
	width            : auto;
	display          : inline-block;
}

.grid-item--width2 a .data-wrap h3 {
	font-size : 1.5625em;
}

.grid-item a .data-wrap p {
	font-family      : 'helvetica_condensedmedium', sans-serif;
	color            : #fff;
	font-size        : 0.78125em;
	line-height      : 1.5;
	width            : 100%;
	background-color : rgba(26, 26, 26, 0.8);
	height           : 100%;
	padding          : 18px 20px 0 20px;
}

.grid-item--width2 a .data-wrap p {
	padding : 40px 45px 0 45px;
}

.grid-item img {
	/*display    : block;
	max-width  : 100%;
	max-height : 100%;*/
}

.hiw .section-image img {
	margin-right : 60px;
}

.hiw-1 {
}

.hiw-2 .section-image img {
	margin-right : 0;
	margin-left  : 60px;
}

.hiw-2 {
}

.hiw-2 h2:before {
	float        : right;
	text-align   : center;
	margin-left  : 20px;
	margin-right : 0;
}

.center-header-and-text h2 {
	font-family : 'gooddog', sans-serif;
}

.people .center-header-and-text h2 {
    font-size   : 4.1669em;
    font-family : 'cambria_bold', sans-serif;
    /*font-weight : bold;*/
    color       : #3B3B3C;
	display     : none;
}

.people section.center-header-and-text {
	min-height : 1px;
}

.people .center-header-and-text h2 span {
    font-weight : normal;
    color       : #A9AE00;
}

.home .center-header-and-text {
	padding-top      : 40px;
	padding-bottom   : 40px;
	background-color : #E7E7E7;
	margin-bottom    : 50px;
}

.home .center-header-and-text h2 {
	font-family : helvetica_condensedbold;
	/*font-weight : bold;*/
	font-size   : 3.125em;
	line-height : 1;
	color       : #3B3B3C;
}

.home .center-header-and-text h2 span {
    font-family : cambria;
	font-weight : normal;
	font-size   : 0.8572em;
	line-height : 1;
	color       : #A9AE00;
}

.home .center-header-and-text p {
	max-width : 1325px;
	font-family : 'helvetica_condensedmedium', sans-serif;
	font-size   : 1.139em;
	line-height : 1.3714;
	color       : #7E7D7F;
}

#home-callouts .section-text h2 {
	font-family      : 'cambria_bold', sans-serif;
	/*font-weight      : bold;*/
	font-size        : 1.3019em;
	line-height      : 2.2;
	color            : #3B3B3C;
	border-bottom    : 10px solid #E74C39 !important;
	background-color : #E6E6E6;
}

#projects-callouts .section-text h2 {
	font-family      : 'cambria_bold', sans-serif;
	/*font-weight      : bold;*/
	font-size        : 1.62375em;
	line-height      : 2;
	color            : #3B3B3C;
	border-bottom    : 10px solid #E74C39 !important;
	background-color : #E6E6E6;
}

.project-category .section-text h2 {
	font-family      : 'cambria_bold', sans-serif;
	font-size        : .85em;
	line-height      : 1.2;
	color            : #3B3B3C;
	border-bottom    : 10px solid #E74C39 !important;
	background-color : #E6E6E6;
	padding          : 5px 3px 10px;
	height 		     : 65px;
}

.project-category .section.callout.clearfix{
	padding:28px 10px;
}

#home-callouts {
	padding-top : 0;
	max-width : 1380px;
}

#home-callouts .section-text,
#projects-callouts .section-text,
.project-category .section-text,
.people .section-text {
	padding : 0 10px;
}

.sponsor-featured-promotions h2 {
	font-family : 'quicksandregular', sans-serif;
	font-size   : 2.2em;
	color       : #FBB03B;
}

.section h2 {
	text-transform : uppercase;
}

.section h2 span {
	color : #FBB03B;
}

.painter-register, .sponsor-register {
	background : #52C5D5;
	border     : 2px solid #FFFFFF;
	color      : #FFFFFF;
	padding    : 0.7rem 2.4rem;
	display    : inline-block !important;
}

.painter-register:hover, .sponsor-register:hover {
	background : #1C6C77;
}

.painter-how-to-apply {
	text-align : left;
}

.painter-how-to-apply {
	counter-reset : hta;
}

.painter-how-to-apply ul {
}

.painter-how-to-apply li {
	line-height   : 16px;
	height        : 45px;
	padding-top   : 9px;
	padding-left  : 55px;
	margin-bottom : 10px;
	position      : relative;
}

.painter-how-to-apply li:before {
	content             : counter(hta);
	counter-increment   : hta;
	/*background-size     : 45px;
	background-image    : url(../images/counter-circle-green.png);
	background-position : center;
	background-repeat   : no-repeat;*/
	font-size           : 30px;
	font-family         : 'quicksandbold', sans-serif;
	color               : #565655;
	height              : 45px;
	width               : 45px;
	display             : block;
	float               : left;
	text-align          : center;
	line-height         : 45px;
	margin-right        : 20px;
	position            : absolute;
	top                 : 0px;
	left                : 0;
}

.painter-what-you-do .button.oval.green, .sponsor-join-for-as-little .button.oval.green {
	padding : 12px 20px;
}

.sponsor-featured-promotions p {
	margin-top : 10px;
}

.sponsor-featured-promotions .button.oval.green {
	padding     : 22px 18px;
	font-weight : bold;
}

.sponsor-join-now .button.oval.green {
	padding : 10px 15px;
}

/* #########  FORMS ######### */

form .callout {
	background : #FFFFFF;
	border     : 3px solid #FF1313;
	padding    : 14px;
	text-align : left;
	font-size  : 14px;
}

form .callout .title-5 {
	color         : #FF1313;
	font-weight   : bold;
	margin-bottom : 0;
}

ul.errors {
	padding-left : 14px;
}

ul.errors li {
	list-style  : decimal;
	text-indent : 10px;
}

.blue-form {
	background : transparent;
	height     : auto;
	margin     : 50px auto;
	position   : relative;
	width      : 100%;
	float      : none;
	max-width  : 700px;
}

.blue-form form {
	float : left;
	width : 100%;
}

.infoLink {
	position      : absolute;
	left          : 40px;
	bottom        : 35px;
	font-weight   : bold;
	font-size     : 12px;
	color         : #FFFFFF;
	border-bottom : 1px solid;
}

.billing-settings .infoLink {
	bottom : 95px;
}

.blue-form fieldset {
	background    : #52C5D5;
	padding       : 40px;
	margin-bottom : 50px;
	border        : none;
	position      : relative;
}

.blue-form label, .blue-form .label {
	width       : 100%;
	float       : left;
	text-align  : left;
	margin-top  : 6px;
	font-weight : 600;
	font-size   : 14px;
	font-family : 'quicksand', sans-serif;
}

.blue-form label.half, .blue-form .label.half, label.half {
	width   : 50%;
	float   : left;
	padding : 0 4px 0 0;
}

.blue-form label.half.last, .blue-form .label.half.last, label.half.last {
	padding-left  : 4px;
	padding-right : 0;
}

.blue-form label.third, .blue-form .label.third, label.third {
	width   : 33.33367%;
	float   : left;
	padding : 0 2px 0 0;
}

.blue-form label.third.middle, .blue-form .label.third.middle, label.third.middle {
	padding-right : 2px;
	padding-left  : 2px;
}

.blue-form label.third.last, .blue-form .label.third.last, label.third.last {
	padding-left  : 2px;
	padding-right : 0;
}

.blue-form label.quarter, .blue-form .label.quarter, label.quarter {
	width   : 25%;
	float   : left;
	padding : 0 2px 0 0;
}

.blue-form label.quarter.last, .blue-form .label.quarter.last, label.quarter.last {
	padding-left  : 2px;
	padding-right : 0;
}

.blue-form input, .blue-form select, .sq-input {
	height      : 52px;
	font-weight : 400;
	width       : 100%;
}

.blue-form textarea {
	height      : 152px;
	padding-top : 10px;
}

.blue-form .button.oval.green {
	height    : 50px;
	padding   : 0;
	width     : 150px;
	font-size : 20px;
}

.fieldset-header, .fieldset-footer {
	position   : absolute;
	width      : 100%;
	height     : 80px;
	text-align : left;
	background : #9DE2EC;
	top        : 0;
	left       : 0;
	padding    : 10px;
}

.fieldset-footer {
	top    : auto;
	bottom : 0;
}

.fieldset-header .title-2, .fieldset-footer .title-2 {
	text-transform : uppercase;
	font-size      : 2rem;
	line-height    : 60px;
	margin-left    : 10px;
	font-weight    : bold;
	color          : #43A6B4;
	float          : left;
	padding        : 0;
}

.total-display {
	float        : right;
	width        : 150px;
	background   : #FFFFFF;
	text-align   : center;
	height       : 40px;
	line-height  : 36px;
	font-weight  : bold;
	color        : #7F7F7F;
	border       : 2px solid #52C5D5;
	margin-top   : 10px;
	margin-right : 10px;
	padding      : 0;
}

/* ####### DROPBOX ####### */

.dropbox {
	height     : 120px;
	background : #DBF3F7;
	border     : 3px dashed #48BCC9;
	margin-top : 4px;
	float      : left;
	width      : 100%;
	position   : relative;
	cursor     : pointer;
}

.dropbox.dz-started {
	height   : 300px;
	width    : 300px;
	overflow : hidden;
	float    : none;
	margin   : 10px auto 0;
	position : relative;
}

.dz-details, .dz-success-mark, .dz-error-mark {
	display : none;
}

.dropbox img {
	width           : 100%;
	height          : 100%;
	object-fit      : cover;
	object-position : center;
}

.sponsor .dropbox.dz-started {
	width      : 300px;
	height     : 300px;
	text-align : center;
}

.sponsor .dropbox.dz-started img {
	width      : 98%;
	height     : auto;
	object-fit : initial;
	position   : absolute;
	top        : 50%;
	left       : 50%;
	transform  : translateX(-50%) translateY(-50%);
}

.dropbox.dz-started .dropbox-message {
	display : none;
}

.dropbox .dropbox-message {
	position    : absolute;
	text-align  : center;
	top         : 50%;
	left        : 50%;
	width       : 100%;
	transform   : translateY(-50%) translateX(-50%);
	line-height : 2;
}

.dropbox .icon {
	width  : 60px;
	margin : 0 auto;
}

.dropbox .description {
	font-size   : 12px;
	color       : #7F7F7F;
	line-height : 1.2;
	padding-top : 10px;
}

/* ####### CONTACT ####### */

.contact-bg {
	width               : 100%;
	height              : 100%;
	float               : left;
	/*background          : url(../images/contact-bg.png);
	background-size     : contain;
	background-position : right;
	background-repeat   : no-repeat;*/
}

/* ####### PROFILE ####### */

.painter {
	padding-top : 40px;
}

.profileSection {
	width  : 100%;
	float  : left;
	margin : 40px 0;
}

.profileNav {
	width      : 200px;
	text-align : right;
	float      : right;
}

.profileNav .dropdown-toggle {
}

.profileNav .dropdown-toggle:after {
	display : none;
}

.profileNav .dropdown-menu .dropdown-item {
	color            : #FFFFFF;
	background-color : #8DC641;
	margin           : 4px 0;
	height           : 40px;
	padding          : 8px 12px;
	text-align       : right;
	font-weight      : 900;
	text-transform   : uppercase;
	font-family      : 'quicksandbold', sans-serif;
	position         : relative;
}

.profileNav .dropdown-menu .dropdown-item:hover {
	color            : #FFFFFF;
	background-color : #8DC641;
	box-shadow       : none;
}

.profileNav .dropdown-item.first:before {
	content      : "\A";
	width        : 0;
	height       : 0;
	border-style : solid;
	border-width : 0 0 16px 16px;
	border-color : transparent transparent #8CC641 transparent;
	position     : absolute;
	right        : 0;
	top          : -16px;
}

.profileNav .dropdown-menu {
	padding          : 0;
	box-shadow       : none;
	background-color : transparent;
	overflow         : visible;
	margin-top       : 10px;
}

.profile-image {
	width    : 330px;
	height   : 326px;
	position : relative;
	overflow : hidden;
	margin   : 0 auto;
	z-index  : 1;
}

.sponsor .profile-image {
	width         : 300px;
	height        : 300px;
	text-align    : center;
	border        : 1px solid;
	border-radius : 10px;
}

.sponsor .profile-image img.image {
	width      : 98%;
	height     : auto;
	object-fit : initial;
	position   : absolute;
	top        : 50%;
	left       : 50%;
	transform  : translateX(-50%) translateY(-50%);
}

img.clip {
	position        : absolute;
	top             : 0;
	left            : 0;
	height          : 100%;
	width           : 100%;
	transform       : rotateY(180deg);
	object-fit      : unset;
	z-index         : 1;
	object-position : unset;
}

.profile-image img.image {
	width       : 99%;
	height      : 99%;
	object-fit  : cover;
	margin-top  : .1em;
	margin-left : .1em;
}

.profile-image .icon {
	position    : absolute;
	z-index     : 10000;
	bottom      : 0;
	left        : 0;
	height      : auto;
	font-size   : 30px;
	color       : #959595;
	line-height : 1;
	padding     : 0;
	margin      : 0;
}

.profile h2 {
}

.profile .site {
}

.profile .location {
}

.profile .bio {
}

.profile .social {
	width  : 100%;
	float  : left;
	height : auto;
}

/* ####### SETTINGS ####### */

.settings {
}

.settings form {
}

.settings input {
}

.settings label {
}

.settings .image-label {
	line-height : 3;
}

.painter.settings .dropbox.dz-started, .painter.settings .dropbox {
	max-height : 326px;
	max-width  : 330px;
	margin     : 0 auto;
	border     : none;
	background : transparent;
}

.settings .dz-image img {
	position    : absolute;
	top         : 0;
	left        : 0;
	z-index     : 0;
	width       : 99%;
	height      : 99%;
	object-fit  : cover;
	margin-top  : .1em;
	margin-left : .1em;
}

.name input,
.location input,
.settings .reason textarea {
	border        : none;
	border-bottom : 3px solid;
	padding       : 0;
	height        : 46px;
	margin-bottom : 20px;
	font-size     : 1.6em;

}

.location input {
}

.settings .reason textarea {
	font-size : 1.2em;
	height    : 104px;
}

.name input[type=text]:focus:not([readonly]),
.name input[type=password]:focus:not([readonly]),
.location input[type=text]:focus:not([readonly]),
.settings .reason textarea:focus:not([readonly]) {
	border        : none;
	border-bottom : 3px solid #4EBBCA;
	padding       : 0;
	font-size     : 1.7em;

}

.settings .reason textarea:focus:not([readonly]) {
	font-size : 1.3em;
}

.settings .facebook,
.settings .twitter,
.settings .instagram {
	font-family : 'quicksandbold';
	font-weight : bold;
}

.settings .facebook {
	color : #2D3691;
}

.settings .twitter {
	color : #50C5D5;
}

.settings .instagram {
	color : #FCB03B;
}

.settings .facebook input,
.settings .twitter input,
.settings .instagram input {
	border        : none;
	border-bottom : 4px solid;
	width         : 98%;
	padding       : 0;
}

.settings .facebook input:focus:not([readonly]),
.settings .twitter input:focus:not([readonly]),
.settings .instagram input:focus:not([readonly]) {
	border        : none;
	border-bottom : 4px solid;
}

.settings .facebook input:focus:not([readonly]) {
	border-color : #2D3691;
}

.settings .twitter input:focus:not([readonly]) {
	border-color : #50C5D5;
}

.settings .instagram input:focus:not([readonly]) {
	border-color : #FCB03B;
}

/* ####### ROCK ####### */

.results-banner {
	float         : left;
	width         : 100%;
	height        : 120px;
	padding-top   : 20px;
	margin-bottom : 40px;
}

.results-banner .icon {
	width        : 80px;
	overflow     : hidden;
	margin-right : 20px;
	float        : left;
}

.results-banner .icon img {
	width : 100%;
}

.results-banner .text-content {
	width : calc(100% - 300px);
	float : left;
}

.results-banner .loser {
	text-transform : uppercase;
	font-weight    : bold;
	color          : #52C5D5;
}

.results-banner .winner {
	text-transform : uppercase;
	font-weight    : bold;
	color          : #8DC641;
}

.results-banner .message {
	line-height : 1;
	padding     : 0;
}

.results-banner .sponsor {
	width      : 200px;
	float      : left;
	text-align : center;
}

.results-banner .sponsor label {
	padding        : 0;
	text-transform : uppercase;
	font-size      : 11px;
	font-weight    : bold;
	color          : #959595;
}

.results-banner .sponsor .logo {
	width         : 200px;
	overflow      : hidden;
	height        : 60px;
	border        : 2px solid #8DC641;
	border-radius : 10px;
	display       : inline-block;
}

.results-banner .sponsor .logo img {
	height : 100%;
}

.rock .painter-profile {
	max-width : 500px;
	width     : 100%;
	float     : left;
	height    : 100%;
}

.rock .painter-profile .painter-image {
	width         : 100px;
	height        : 100px;
	overflow      : hidden;
	border-radius : 100%;
	float         : left;
	margin        : 0 20px 0 0;
}

.rock .painter-profile .painter-image img {
	object-fit : cover;
	width      : 100%;
	height     : 100%;
}

.rock .painter-profile .painter-text {
	float        : left;
	width        : 380px;
	padding-left : 10px;
}

.rock .painter-profile .painter-text h3 {
	line-height : 1;
}

.rock .painter-profile .painter-text .painter-small {
	line-height : 1;
	margin      : 0;
	padding     : 0;
}

.rock .painter-profile .painter-text .title-3 {
	float      : left;
	text-align : left;
	font-size  : 1.8em;
}

.rock .painter-profile .painter-text .site {
	float : left;
}

.divider {
	height           : 5px;
	width            : 100%;
	background-color : #7F7F7F;
	float            : left;
	margin           : 0 0 30px;
}

.painter-profile .divider {
	height : 3px;
	margin : 25px 0;
}

.painter-profile .social {
	height : auto;
}

.painter-profile .social-wrapper {
	margin : 15px auto;
	width  : 100%;
	height : 100%;
}

.painter-profile .social .button {
	display : inline-block;
	float   : none;
}

.painter-profile .code {
	float       : left;
	width       : 100%;
	font-weight : bold;
	font-size   : 1.5rem;
}

.painter-profile .callout {
	float       : left;
	width       : 100%;
	background  : #8CC641;
	text-align  : center;
	color       : #FFFFFF;
	font-weight : bold;
	padding     : 10px 0;
	margin-top  : 20px;
}

.sponsorsl, .history {
	width    : 100%;
	float    : left;
	position : relative;
	height   : 100%;
}

.sponsors {
}

.sponsors .sponsor {
	width   : 25%;
	float   : left;
	padding : 0.5%;
	height  : 250px;
}

.sponsors .sponsor img {
	width      : 90%;
	height     : auto;
	max-height : none;
	position   : absolute;
	top        : 50%;
	left       : 50%;
	transform  : translateY(-50%) translateX(-50%);
}

.image-wrap {
	min-height : 160px;
	height     : 160px;
	width      : 100%;
	border     : 1px solid rgba(14, 14, 14, 0.4);
	padding    : 0;
	float      : left;
	position   : relative;
	overflow   : hidden;
}

.sponsors .sponsor a.site, .history .rock p {
	color       : #7F7F7F;
	padding-top : 12px;
	float       : left;
	width       : 100%;
	text-align  : center;
	font-size   : 20px;
}

.subscriptionStats label {
	width       : 100%;
	line-height : 1;
	padding     : 3px 0;
}

.subscriptionStats label span {
	width     : 100%;
	float     : left;
	font-size : 12px;
}

.history {
}

.history .rock {
	width   : 20%;
	height  : 300px;
	padding : 1.5%;
	float   : left;
}

.history .rock img {
	width      : 100%;
	height     : 180px;
	object-fit : cover;
}

.history .rock p {
	font-size : 12px;
}

/* ####### SPONSOR SIGNUP ####### */

.navButtons {
	text-align : center !important;
	width      : 100%;
}

.navButtons a, .navButtons button, .navButtons .button {
	display : inline-block !important;
}

.sponsor {
}

.hidden, .fields {
	display : none;
}

.invisibles {
	height   : 1px;
	width    : 1px;
	position : absolute;
	left     : -99999px;
}

.controls {
}

.menu-divider {
	display : none;
}

.group-input {
	float   : left;
	width   : 100%;
	height  : auto;
	display : block;
	margin  : 12px 0;
}

.group-input .description {
	color       : #FFFFFF;
	font-weight : bold;
	font-family : 'quicksandbold', sans-serif;
	width       : auto;
}

.group-input .controls.small {
	width         : 180px;
	float         : right;
	text-align    : right;
	padding-right : 5px;
}

.group-input .controls.large {
	width      : 100%;
	float      : left;
	text-align : center;
}

.radio-buttons {
	width : 100%;
	float : left;
}

.radio-buttons input[type=radio] {
	display : none;
}

.radio-buttons input[type=radio] + label {
	width            : 80px;
	float            : none;
	height           : 40px;
	line-height      : 40px;
	background-color : #7F7F7F;
	color            : #FFFFFF;
	border           : 2px solid #FFFFFF;
	cursor           : pointer;
	padding          : 0;
	text-align       : center;
	display          : inline-block;
	font-weight      : bold;
	font-size        : 1rem;
	text-transform   : uppercase;
}

.radio-buttons .controls.large input[type=radio] + label {
	width            : 48%;
	float            : none;
	height           : 50px;
	line-height      : 50px;
	background-color : #7F7F7F;
	color            : #FFFFFF;
	border           : 2px solid #FFFFFF;
	cursor           : pointer;
	padding          : 0;
	text-align       : center;
	display          : inline-block;
	font-weight      : bold;
	font-size        : 1.2rem;
	text-transform   : uppercase;
}

.radio-buttons .controls.large input[type=radio]:checked + label,
.radio-buttons input[type=radio]:checked + label {
	background-color : #8CC641;
}

.project-category .section img {
	box-shadow: none;
	object-fit: cover;
	height: 176px;
	width: 100%;
	object-position: center;
	margin: 0 auto;
	max-width: 450px;
	border-radius: 0;
}

body.project-category.secondary .small-callout-with-image .callout .section-text {
	width: 100%;
	height: 50px;
}

@media not all and (min-resolution:.001dpcm) {
    .home .hero .inner {
        left: 8.875%;
    }
    nav li:last-child {
        margin: 2rem 0 0.5rem 1rem;
    }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    .home .hero .inner {
        left: 8.875%;
    }
    nav li:last-child {
        margin: 2rem 0 0.5rem 1rem;
    }
}