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

/* body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 1170px;
	padding-left: 2.275%;
	padding-right: 2.275%;
} */
/* Blog Search, Filter, and Submission Button */
.blogHeader  {
	display: block;
    margin: 0px 0 0px 0px;
    width: 100%;
}
.blogSearch {
    display: inline-block;
    border-bottom: 2px solid #3C90DD;
    padding: 8px 0px 8px 10px;
    font-family: 'Lato';
    margin: 0px 30px 10px 0px;
    width: 284px;
}
.blogSearch input {
    border: none;
    color: #2E2E2E;
    padding: 5px 10px;
    width: 82%;
}
.blogSearchbtn {
    background-color: #fff;
    color: #3C90DD;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0;
    letter-spacing: 2px;
    font-family: 'Lato';
    display: inline-block;
    border: none;
    float: right;
}
.blogFilters {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}
.blogFilter-content-topic {
    display: none;
    position: absolute;
    background-color: #3C90DD;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 16px;
}
.blogFilter-content-author {
    display: none;
    position: absolute;
    background-color: #3C90DD;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 16px;
}
.blogFilter-content-language {
    display: none;
    position: absolute;
    background-color: #3C90DD;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 16px;
}
.blogFilter-content-topic a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}
.blogFilter-content-topic a:hover{
    color: #ffffff;
}
.blogFilter-content-author a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}
.blogFilter-content-author a:hover{
    color: #ffffff;
}
.blogFilter-content-language a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}
.blogFilter-content-language a:hover{
    color: #ffffff;
}
.blogFilter {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.blogDropdown-Topic {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.blogDropdown-Author {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.blogDropdown-Language {
    display: inline-block;
    background-color: #fff;
    color: #2E2E2E;
    font-size: 19px;
    border: 1px solid #ACACAC;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    margin: 0px 10px;
}
.btnSubmit {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}
a.btnSubmit {
    background-color: #38a896 !important;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 15px;
    letter-spacing: 2px;
    font-family: 'Roboto';
    text-decoration: none;
}
a.btnSubmit:hover {
    background-color: #437f87 !important;
    color: #FFFFFF;
}
.btnSubmit .fa {
    padding: 4px;
}
.blog-nav {
    display: block;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 2px;
}
.blog-nav a {
    color: #2361a7;
    text-decoration: none;
}


/* Blog Listing */
.bloglisting {
	text-align: center;
	display: block;
    overflow: hidden;
}

.bloglisting .blogPhoto {
	background-color: #C5DFF0;
	width: 275px;
	height: 184px;
	clear: both;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.bloglisting .blogPhoto img {
    width: 100%; 
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.blogDate {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #868686;
    margin-right: 30px;
    text-transform: uppercase;
}
.blogAuthor {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}
.blogDescription a {
    text-decoration: none;
}
.blogDescription {
    display: inline-block;
    max-width: 71%;
    width:71%;
    float: left;
}
.bloglisting .blogDescription h1 {
	font-family: 'Roboto Condensed';
	color: #2361A7;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.bloglisting .blogDescription h3 {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr.blogRule {
	border-top: 1px solid #C7C7C7;
    margin: 40px 0px;
    display: block;
}
.bloglisting .blogDescription p {
	font-family: 'Lato';
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	overflow-y: auto;
}
.bloglistingbtm {
    margin-top: 30px;
}
.blogTopic {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color:#8DBFDE;
    text-transform: uppercase;
    margin-right: 24px;
    float: left;
}
.blogReadMore {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color:#000000;
    text-transform: uppercase;
    float: right;
    display: inline;
}
.bottomnav {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 60px;
}
.bottomnav a{
    text-decoration: none;
    color:#000000;
}
.leftpg {
    margin-right: 20px;
}
.pg {
    margin-left: 15px;
    margin-right: 15px;
}
.lastpg {
    margin-left: 15px;
    margin-right: 15px;
}
.rightpg {
    margin-left: 20px;
}

/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	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: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	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%;
}


/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Blog Header */
.blogDropdown-Topic {
    margin: 0 0;
    font-size:15px;
}
.blogDropdown-Author {
    margin: 0 0;
    font-size:15px;
}
.blogDropdown-Language {
    margin: 0 0;
    font-size:15px;
}
a.btnSubmit {
        font-size: 15px;
}
.blog-nav {
    margin: 5px 0px 40px 0px;
    text-align: center;
}
/* Blog Listing */
.bloglisting {
	width: 100%;
	float: none;
}
.bloglisting .blogPhoto {
	display: inline-block;
    width: 100%;
    height: 220px;
}
.bloglisting .blogDescription {
	text-align: left;
}
.blogAuthor {
    display: block;
}
.blogDescription {
    max-width: 100%;
}
.bloglisting .blogDescription p {
	text-align: justify;
}
.bloglistingbtm {
    margin-bottom: 60px;
}
.blogReadMore {
    display: none;
}
hr.blogRule {
    display: none;
}

/* 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: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Blog Header */
.blogDropdown-Topic {
    margin: 0 5px;
    font-size:16px;
}
.blogDropdown-Author {
    margin: 0 5px;
    font-size:16px;
}
.blogDropdown-Language {
    margin: 0 5px;
    font-size:16px;
}
a.btnSubmit {
    font-size: 16px;
}
    
/* Blog Listing */
.bloglisting {
	width: 100%;
	float: none;
}
.bloglisting .blogPhoto {
	float: left;
	clear: both;
	margin-right: 3%;
    width: 35%;
    max-height: 160px;
}
.bloglisting .blogDescription {
	text-align: left;
}
.blogDescription {
    display: inline-block;
    max-width: 58%;
    float: left;
}

/* 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: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.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%;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Blog Listing */
.bloglisting .blogPhoto {
	float: left;
	clear: both;
	margin-right: 30px;
}
.bloglisting .blogDescription {
	text-align: left;
}

/* 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;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
}

