@charset "utf-8";
/* Global Styles */
.container {
	padding-top: 2%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	width: 90%;
	max-width: 978px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAFAFF;
	height: auto;
	box-shadow: 0px 3px 15px 1px #000000;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: gray;
}
/* Header */
header {
	margin-top: 0px;
	text-align: center;
	display: block;
}
header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	box-shadow: 2px 2px 0px 1px #102010;
	float: left;
	clear: both;
	margin-right: 3%;
	
}
.circle-image {
    float: left;
    clear: both;
    width: 259px;
    height: 259px;
    /* 	overflow: hidden;*/
    border-radius: 50%;
    /*	display: flex;*/
/*    border: 1px solid black;*/
    margin-right: 3%;
    /*	margin-left: 50px;*/
    box-shadow: 5px 5px 0px 2px #000C47;
/*    -webkit-box-shadow: 7px 7px 0px 2px #212555;	box-shadow: 0px 0px 21px 5px black;*/
}
.circle-image img {
	max-width: 100%;
  	max-height: 100%;
	width: auto;
	height: auto;
  	object-fit: cover; /* Ensure the entire image is visible, covering the circular area */
  	border-radius: 50%;
}

/*
.profilePhoto img {
	object-fit: scale-down;
	width: 259px;
	height: 259px;
	overflow: hidden;
	
}
*/
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: #0C3E89;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
header .profileHeader h3 {
	font-family: sans-serif;
	color: #135BCA;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader p {
	font-family: sans-serif;
	color: #355060;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	overflow-y: auto;
}
/* Main Content sections */
/*.section1*/
.mainContent  {
	padding-bottom: 0px;
	border-bottom: 1px solid #000C47;
	display: block;
}
/*.section1 */
.sectionTitle, .section2 .sectionTitle {
	font-family: Helvetica, Arial, sans-serif;
	color: #0C3E89;
	font-weight: 700;
	text-transform: uppercase;
}
/*.section1 .sectionTitle {*/
.sectionTitle {
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-size: 19px;
	border-bottom: 1px solid #000C47;
	padding: 3px;
	padding-left: 2%;
}
.section1Content {
/*
    padding-left: 50px;
    padding-right: 50px;
*/
    font-family: ProximaNova, Arial;
    font-size: 16px;
    font-weight: 200;
    color: #354E93;
    width: 90%;
    text-align: left;
/*
    margin-bottom: 2px;
	margin-top: 2px;
*/
	margin: auto;
}
.section1Content span {
	color: #0C3E89;
	font-weight: bold;
/*	font-family: sans-serif;*/
/*	text-align: left;*/
}
.sectionContentTitle {
    font-family: sans-serif;
    color: rgba(33,36,96,1.00);
    font-size: 18px;
    font-weight: 700;
	cursor: pointer;
	position: relative;
	list-style-type: none;
	text-overflow: ellipsis;
	
}
.contact-info {
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.sectionContentTitle h2 {
	margin-top: 0px;
/*	font-size: 24px;*/
	padding-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	text-align: center;
	line-height: normal;
	padding-bottom: 27px;
	border-bottom: 1px solid #005166;
	border-radius: 10px;
	background-color: #6CD6DB;
	transition: all 0.2s ease-in-out;
	
}
.sectionContentTitle h2:hover {
	background-color: #259398;
	transition: all 0.2s ease-in-out;
}
.section2Content summary {
	font-size: 15px;
	font-weight: 400;
	background-color: #6CD6DB;
	transition: all 0.2s ease-in-out;
	border-radius: 10px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
}
.section2Content summary:hover {
	background-color: #259398;
	transition: all 0.2s ease-in-out;
}

.section2Sub {
	color: #355060;
	font-weight: lighter;
	font-family: sans-serif;
	text-align: center;
}
/*
.section2Dropdown:hover {
	display: none;
}
*/

.section2Dropdown {
	display: block;
}
.section2 h1 {
	
	margin-top: 35px;
	color: #0C3E89;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: #0C3E89;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
}
.sectionContent {
	transition: all 0.2s ease-in-out;
	font-family: sans-serif;
	color: #064A85;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	margin-left: 5px;
	
}
.column-container {
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-content: left;
	display: inline-flex;
	margin: 10px;
}
.section2 {
	padding-bottom: 10px; 
	border-bottom: 1px solid #000C47;
	transition: all 0.2s ease-in-out;
}
.section2Content {
/*	height: auto;*/
	transition: all 0.2s ease-in-out;
	animation-duration: 1s;
	min-width: 320px;
	background-color: #B4E2E0;
	width: 79%;
	text-align: left;
	font-weight: lighter;
	line-height: 3px;
/*	padding: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	margin: 26px;
	padding-bottom: 0px;
	color: #FFFFFF;
	border: 1px solid white;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px gray;
}
.featured-img-container {
	max-height: 95%;
	max-width: 95%;
/*	width: 720px;*/
/*	height: 360px;*/
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.featured-image {
	max-width: 95%;
	max-height: 95%;
/*
	width: auto;
	height: auto;
*/
	display: inline-block;
	margin: auto;
	padding-top: 0px;
	overflow: hidden;
}
.sectionContent ul {
    display: block;
/*    background-color: aliceblue;*/
	background-color: #E1FDFF;
    border: medium outset #064A85;
    border-radius: 11px;
	
}

.section3 h1 {
	margin-top: 35px;
	color: #0C3E89;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
}
.section3-column-item {
	
	font-family: sans-serif;
	max-width: 100%;
	height: auto;
	list-style: none;
	margin-top: 15px;
/*	margin-left: -11%;*/
	margin-right: auto;
}

.section3-column-item-header {
	color: #0C3E89;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

.section3-column-item-details {
	font-size: 12px;
	color: #355060;
}

.section3-column-container {
	width: 100%;
	display: flex;
/*	border: medium ridge #064A85;*/
    border-radius: 11px;
	align-content: left;
/*	padding-bottom: 100px;*/
}
.section3-column {
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 100px;*/
	border: thin inset #064A85;
    border-radius: 11px;
	display: block;
	width: 28%;
	padding-bottom: 15px;
}
.whitespace {
	margin-top: 100px;
}
.copyright {
	width: 100%;
	height: auto;
    text-align: center;
	margin-top: 50px;
/*
	margin-left: -3%;
	margin-right: -3%;
*/
    padding-top: 20px;
    padding-bottom: 20px;
/*
	padding-left: 30px;
	padding-right: 30px;
*/
	display: block;
	position: relative;
    background-color: #6C88B3;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
/* Media query for Mobile devices*/
@media only screen and ( min-width : 285px ) and (max-width : 599px ){
/* Header */
header {
	width: 100%;
	float: center;
}
header .profileLogo {
	justify-content: center;
	display: block;
	clear: both;
}
header .circle-image {
	display: block;
	justify-content: center;
	align-self: center;
	margin: auto;
	float: none;
}
header .profileHeader {
	text-align: center;
	margin-top: 5%;
}
header .profileHeader p {
	text-align: left;
}
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;
}
/*	 .section1*/
.mainContent .section1Content {
	display: block;
	text-align: left;
	font-family: sans-serif;
	text-align: justify;
	
}
	
.contact-info {
	display: block;
}

.sectionTitle {
	text-align: center;
}
	
.mainContent .section2 {
	display: block;
	text-align: center;
	
}
.section2 .section2Content {
	min-width: 250px;
	margin-top: 1%;
	text-align: left;
	margin-bottom: 5%;
	width: 90%;
}
.sectionContent {
	font-size: 12px;
}
	
.sectionContentTitle h2 {
	font-size: 12.5px;
}
.section3-column-item {
	margin-left: -25px;
}
	
}

/* Media Query for Tablets */
@media only screen and (min-width : 600px ) and ( max-width : 1024px ){
/* Header */
header {
	width: 100%;
	float: none;
	display: block;
}
header .circle-image {
	float: none;
	margin-right: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
}
header .profileHeader {
	text-align: center;
	margin-top: 5%;
}
header .profileHeader p {
	text-align: left;
	margin-top: 5%;
}
/* Main content and sections */
.section1 {
	margin-top: 69px; 
}
.sectionTitle {
	justify-content: center;
	font-size: 21px;
	text-align: center;
}
/*	.section1 */
.section1Title, .section2 .section1Title {
	text-align: center;
	
}
/*	.section1 */
.sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
/*	.section1 */
.sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
/*	.section1*/
.contact-info {
	display: block;
	margin-left: 5%;
/*	margin: 0% 0% 0% 20%;*/
/*	font-family: sans-serif;*/
/*	margin-top: 10px;*/
/*	margin-bottom: 5%;*/
}
.section2 .section2Content {
	width: 69%;
	font-family: sans-serif;
	margin-top: 1%;
	margin-bottom: 5%;
	min-width: 480px;
}
	.sectionContentTitle h2 {
	font-size: 14.5px;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
/* 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;
}
}
