/* SIDD International Stylesheet 


Colors
Dark blue: #1F325E
Medium blue: #45a1b9
Light blue: #B3E5F4

*/
.hide {
	display:none;
}
.text-right {
	text-align: right;
}
.button {
	background: none;
	border:1px solid #45a1b9;
	color: #45a1b9;
	font-size: 12px;
	text-transform: uppercase;
	width: 200px;
	padding: 12px;
}
p {
	font-size:18px;
}
body {
	font-family: 'Lato', sans-serif;
}
.margintop {
	margin-top:16px !important;
}
.margintop2 {
	margin-top:32px !important;	
}
.margintop3 {
	margin-top:48px !important;	
}
.marginbot {
	margin-bottom:16px !important;
}
.marginbot2 {
	margin-bottom:32px !important;
}
.border-right {
	border-right: 1px solid white;
}
.paddingleft {
	padding-left: 16px !important;
}
.paddingleft2 {
	padding-left: 32px !important;
}
.main {
	background: -moz-linear-gradient(0deg,  #1f3e7c 0%,  #245EB0 70%, #245EB0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(0deg,  #1f3e7c 0%,   #245EB0 70%, #245EB0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0deg,  #1f3e7c 0%,   #245EB0 70%,#245EB0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: 4.5px solid #45a1b9;
	padding: 64px 0 64px;
	position: relative;
	margin-top: 32px;
	border-bottom:5px solid #4AA1B8;
}
.header {
	background:white;
	padding: 10px 0;
	margin: 10px auto;
}
.logo {
	max-width: 350px;
	margin: 30px auto 20px
}
h1 {
	color: #1F325E;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	font-size: 16px;
	padding-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font: 900 20px 'Lato', sans-serif;
	color: #B3E5F4;
	text-transform:uppercase;
	text-align: center;
	padding-bottom: 8px;
}
.main p {
	text-align: center;
	color: white;
	font-size: 18px;
	margin: 0 auto 16px;
}
.who-we-are {
	border-bottom:1px solid #45a1b9;
	position: relative;
	padding-bottom: 32px;
}
.who-we-are:after {
	border-radius:100%;
	-webkit-border-radius:100%;
	content:'';
	width:20px;
	height:20px;
	background:#B3E5F4;
	position:absolute;
	display:block;
	margin:0 auto;
	left:0;
	right:0;
	bottom: -10px;
}
h3 {
	font: italic 900 18px 'Lato', sans-serif;
	color: #B3E5F4;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 16px;
}
h4 {
	font: 600 16px 'Lato', sans-serif;
	color: #45a1b9;
	text-align: center;
	text-transform: uppercase;
}
h5 {
	font: 400 14.4px 'Lato', sans-serif;
	color: #1F325E;
	text-transform: uppercase;
}
h6 {
	font: 400 16px 'Lato', sans-serif;
	color: #B3E5F4;
	text-transform: uppercase;
}
span.number {
	background: #45a1b9;
	border-radius:50%;
	-webkit-border-radius:50%;
	color: white;
	width:35px;
	height:35px;
	line-height:30px;
	vertical-align: middle;
	display: inline-block;
	margin:0 4px 0 0;
	border:2px solid #B3E5F4;
}
img.icon {
	display:block;
	margin:0 auto 16px;
}
hr {
    border: solid #45a1b9;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0;
    height: 0;
    position: relative;
}
hr:after {
	border-radius:100%;
	-webkit-border-radius:100%;
	content:'';
	width:20px;
	height:20px;
	background:#45a1b9;
	position:absolute;
	display:block;
	margin:0 auto;
	left:0;
	right:0;
	bottom: -10px;
}
.three {
	padding-bottom:32px;
}
.border1 {
	display:block;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top: -70px;	
}
.border2 {
	display:block;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom: -75px;
}
.section_2 {
	background: rgb(181,229,243);
	background: linear-gradient(180deg, rgba(181,229,243,1) 0%, rgba(136,212,235,1) 100%);
	min-height:480px;
	padding: 64px 0 100px;
}
.circle-container {
	margin:0 auto 16px;
	border: 3px solid #45a1b9;
	border-radius:100%;
	-webkit-border-radius:100%;
	width: 150px;
	height: 150px;
	padding-top: 8px
}
.contact {
	background: #1f3e7c; /* Old browsers */
	background: -moz-linear-gradient(0deg,  #1f3e7c 0%, #235db3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(0deg,  #1f3e7c 0%,#235db3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0deg,  #1f3e7c 0%,#235db3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3e7c', endColorstr='#235db3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 32px;
}
.contact h2 {
	background: #1F325E;
	font-weight:400;
	padding:6px;
	margin-bottom:4px;
}
.contact p {
	color: white;
}
.contact a {
	color: #B3E5F4;
	display:block;
	transition: all 2s ease-in-ease-out;
}
.contact a:hover {
	font-weight: 600;
}
.contact-grid {
	max-width: 600px;
	margin: 32px auto 0;
}
.contact hr {
	border: solid #1F325E;
	border-width: 2px 0 0;
	margin-top: 0;
	max-width: none;
}
.contact hr:after {
	content:none;
}
.social-container h4{
	color: #1F325E;
	margin:40px auto 8px
}
img.social {
	display:inline-block;
	width: 40px;
	margin: 10px 8px;
-webkit-transition: all 3s ease-in-ease-out;
	-o-transition: all 3s ease-in-ease-out;
	transition: all 3s ease-in-ease-out;
	opacity:.7;
}
img.social:hover {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity:1;
}
.social-container a.button {
	background: #3466A5;
	border:none;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	width: 200px;
	padding: 12px;
	margin-top: 30px;
	padding: 16px 40px;
}
.social-container a.button:hover {
	background:#1F325E;
}
.footer {
	background:#1F315E;
	padding: 16px;
	font-size:13px;
	color: white;
}

@media only screen and (max-width:640px) {
	.logo {
		margin: 30px auto 70px;
		display:block;
		width: 200px;
	}
	h1 {
		text-align:center;
		margin: 0 auto 16px;
	}
	.small-text-reset {
		text-align: center !important;
	}
	.three .cell {
		margin-bottom: 32px;
	}
	.three .cell .icon {
		max-width: 150px
	}
	.section_2 {
		overflow: hidden;
	}
	.section_2 h5, .section_2 p {
		text-align:center;
		padding: 0 16px;
	}
	.contact {
		text-align: center;
	}
	.paddingleft2 {
		padding-left:0 !important;
	}
	.contact .cell1, .contact .cell2 {
		max-width:350px;
		margin: 0 auto;
	}
	.contact .cell1 {
		border-bottom: 1px solid #45a1b9;
		margin-bottom: 16px;
		border-right: 0;
	}

}





