@charset "utf-8";
/* Global Styles */

@font-face{font-family:'dinwebpro';src:url("..//fonts/dinpro-regular-webfont.eot");src:url("..//fonts/dinpro-regular-webfont.eot@") format("embedded-opentype"),url("../fonts/dinpro-regular-webfont.woff") format("woff"),url("../fonts/dinpro-regular-webfont.ttf") format("truetype"),url("../fonts/dinpro-regular-webfont.svg") format("svg");font-weight:400;font-style:normal;-moz-osx-font-smoothing:grayscale}
@font-face{font-family:'dinwebpro';src:url("../fonts/dinwebpro-bold.eot");src:url("../fonts/dinwebpro-bold.eot@") format("embedded-opentype"),url("../fonts/dinwebpro-bold.woff") format("woff"),url("../fonts/dinwebpro-bold.ttf") format("truetype"),url("../fonts/dinwebpro-bold.svg") format("svg");font-weight:800;font-style:normal;-moz-osx-font-smoothing:grayscale}
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,900,700italic,900italic&subset=latin,latin-ext");

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
   osx-font-smoothing: grayscale;
}
html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }
  a{
	color: #c94c14;
	text-decoration: none;
}
section {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	backface-visibility: hidden;
}

section a {
	outline: none;
	color: #c94c14;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	transition: 0.6s ease-in-out;
}
section a:hover {
	color: #ffb533;
}


section a::before,
section a::after {
	pointer-events: none;
	backface-visibility: hidden;
}

/* Header */
header {
	text-align: center;
	display: block;
}
header .profileLogo .logoPlaceholder {
	background-color: rgba(208,207,207,1.00);
	width: 187px;
	text-align: center;
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}
header .profileHeader h1 {
	font-family:"DINWebPro" !important;
	color: #C94C14;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.2;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}
header .profileHeader h3 {
	font-family:"DINWebPro" !important;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
  border:none;
  border-top:1px dotted #888;
  color:#fff;
  background-color:#323232;
  height:1px;
  width:100%;
}
header .profileHeader p {
	font-family: roboto, sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.8;
	overflow-y: auto;
	/*align-content: center;
	text-align: center;*/
}
header .profileHeader p a,
.section2 .sectionContentTitle a {
	/*display: inline-block;
	position: relative;
	color: #c94c14;
	/*background: linear-gradient(45deg, #c94c14 0%, #ffb533 100%);
	background: #c94c14;
    background-size: auto auto;
    background-clip: border-box;
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: 0.5s ease-in-out;*/
}

/*header .profileHeader p a:hover {
/*	display: inline-block;
	position: relative;
	color: #323232;
	background: linear-gradient(40deg, #ffb533 0%, #c94c14 100%);
    background-size: auto auto;
    background-clip: border-box;
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #323232;
	/*text-decoration-line: underline;
	text-decoration-style: dotted;
	border-bottom: 2px solid currentColor;
	padding: 0 5px 0 5px;
	font-size: 1em;
	}*/

/* Slide up */
/*.section2, header {
	color: #34495e;
}

.section2 a, header a {
	overflow: hidden;
	font-weight: 800;
}

.section2 a::before, header a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(98%);
	transform: translateY(98%);
}

.section2 a:hover::before,
.section2 a:focus::before,
header a:hover::before,
header a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
*/


/* Curtain */
.section2, header {
	/*background: rgba(149,165,166,0.3);*/
}

.section2 a, header a {
	overflow: hidden;
	font-weight: 800;
}

.section2 a::before,
.section2 a::after,
header a::before,
header a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.section2 a::before,
 header a::before {
	border-top: 1px solid #a6a6a6;
	background: transparent;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 3px) );
	transform: translateY( calc(100% - 3px) );
}

.section2 a:hover::before,
.section2 a:focus::before,
header a:hover::before,
header a:focus::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.section2 a:hover::before,
.section2 a:focus::before,
.section2 a:hover::after,
.section2 a:focus::after,
header a:hover::before,
header a:focus::before,
header a:hover::after,
header a:focus::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.section2 a::after,
header a::after {
	z-index: -1;
	background: rgba(69, 69, 69, 0.5);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.section2 a:hover::after,
.section2 a:focus::after,
header a:hover::after,
header a:focus::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}




header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}

header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}

header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'dinwebpro', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: roboto, sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 2em;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 0;
}

/*.section2 .sectionContentTitle a:hover{
	color: #323232;
	border-bottom: 5px solid currentColor;
	padding: 0px 0 0 0;
	}
*/

}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: roboto, sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgb(138, 138, 138);
	font-weight: 200;
}
footer .footerDisclaimer span {
	color: rgb(138, 138, 138);
	font-weight: 200;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgb(138, 138, 138);
	font-weight: 200;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: left;
	font-size: 1.2em;
}
section a {
white-space: normal;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
	text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: left;
	margin-bottom: 10%;
	padding: 5% 0 0 0;
	font-size: 0.8em;

}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 5% 0 0 0;
	font-family: sans-serif;
	/*margin-top: 10%;
	margin-bottom: 10%;*/
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 5%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
	padding-top: 5%;
	padding-bottom: 10%;
}
.section2 .section2Content {
	/* [disabled]margin-left: 26%; */
	font-family: sans-serif;
	padding-top: 5%;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	/* [disabled]margin-left: 3%; */
	font-family: roboto, sans-serif;
}
footer .footerNote {
	float: right;
	/* [disabled]margin-right: 3%; */
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
}
}
