/*
Theme Name: Insecurity Insight Theme
Author: Gareth Williams
Author URI: http://www.insecurityinsight.org
Description: Insecurity Insight Theme
Version: 2.0
*/

body {
    background-color: #FFFFFF;
    font-family: 'PT sans', sans-serif;
    line-height: 1.4;
    font-size: 14pt;
    font-smooth: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
    
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
  
ul {
    padding:0;
    margin:0;
}
    
p {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    line-height: 1.4;
    font-size: 14pt;
}
    
a{
    color:#F48020;
    text-decoration:none;
}
    
blockquote{
    position:relative;
    left:700px;
    width:275px;
    font-style:italic;
}
    
h2 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 18pt;
    margin:0px;
}

#wrap {
    margin: 0 auto;
    background-color: #eaeae4;
    overflow:hidden;
    max-width: 1200px;
}

.topline{
    position:fixed;
    top:0px;
    height:88px;
    width:100%;
    max-width:1200px;
    z-index:1;
    background-color:#FFFFFF;
    background-image:url(icons/iilogo500.png);
    background-repeat: no-repeat;
    display:inline;
    border-bottom: 1px solid #777777;
}

@media screen and (max-width: 576px) {
    .topline{
        background-image:url(icons/iilogo200.png);
    }
}

.topline a{
    text-decoration:none;
}

#mainmenubutton{
    float:right;
    width:60px;
    height:88px;
    background-repeat:no-repeat;
}

.mainmenuopen{
    background-image:url(icons/menuicon.png);
}

.mainmenuclose{
    background-image:url(icons/menuclose.png);
    position: relative;
    right: -360px;
}

#mainmenu{
	float:right;
    width:350px;
    padding:24px 10px 5px 5px;
    background-color:#EEEEEE;
    border: solid 1px #CCC;
	max-height:400px;
    overflow-x:hidden;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    line-height: 1.4;
    font-size: 14pt;
}

#nav-main ul { list-style: none; margin: 0; padding :0; text-align: left; }
#nav-main ul a {
    display: block;
    text-decoration: none;
}
#nav-main ul li { 
    display:inline-block; 
    width: 100%;   
    background-image:url(icons/menuarrow.png);
    background-repeat:no-repeat;
    padding-left:5px;}
#nav-main ul li a {
                text-decoration:none;
                display:block;
                font-size:1.0em;
                color:#464646;
                margin: 0px 0px;
                border-top: 1px #a9aaa9 solid;
                letter-spacing: 1px;
}

#nav-main ul li a:hover { color: #f48020; }
#nav-main ul li ul li a:hover { color: #f48020; }
/*#nav-main ul li ul { position: relative; top: -2px; }*/

#nav-main ul ul li a { background: none; border: none; padding: 2px 0px 2px 0px; margin: 0 0 0 27px; }
#nav-main ul ul li ul { margin: 0 0 0 8px; }

li.current-menu-item  { color: #f48020;background-color: #ffffff; font-weight: bold; }

@media screen and (max-width: 400px) {
    #mainmenu{
        width:320px;
    }
}

#homecarousel{
    position:relative;
    top:40px;
    width:100%;
    height:630px;
    background-color:#707265;
    list-style:none;
    text-align:center;
}

#homecarousel li{
    position:relative;
}

#homecarousel img{
    width:100%;
    height:350px;
    object-fit: cover;
    object-position: center;
}

#homecarousel h2{
    color:#FFFFFF;
    font-size:30pt;
    padding-left:15%;
    padding-right:15%;
}

#homecarousel p{
    color:#FFFFFF;
    padding-left:150px;
    padding-right:150px;
}

@media screen and (max-width: 675px) {
    #homecarousel h2{
        font-size:20pt;    
    }
}

@media screen and (max-width: 500px) {
    #homecarousel h2{
        font-size:15pt;    
    }
}

@media screen and (max-width: 900px) {
    #homecarousel p{
        font-size:12pt;
        line-height: 1.3;
        padding-left:100px;
        padding-right:100px;
    }
}

@media screen and (max-width: 675px) {
    #homecarousel p{
        font-size:11pt;
        line-height: 1.3;
        padding-left:80px;
        padding-right:80px;
    }
}

@media screen and (max-width: 500px) {
    #homecarousel p{
        font-size:10pt;
        padding-left:60px;
        padding-right:60px;
    }
}

#homecarousel a{
    color:#FFFFFF;
    text-decoration:underline;
}

#homecarouselleftbutton{
    position:absolute;
    left:10px;
    top:450px;
    width:40px;
    height:40px;
    background-image:url(icons/leftwhite.png);
}

#homecarouselrightbutton{
    position:absolute;
    right:10px;
    top:450px;
    width:40px;
    height:40px;
    background-image:url(icons/rightwhite.png);

}

.gwcarousel{
    position:relative;
    top:-640px;
    left: 100px;
    height:0px;
    margin-left:0px;
    display:inline-block;
}

.gwcarousel ul{
    position: relative;
    width: 1000%;
}

.gwcarousel li{
    width:280px;
    height:560px;
    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    margin-right:20px;
    background-color:#e4e5df;
    color:#000000;
    float:left;
}

.gwcarousel a{
    text-decoration:none;
    color:#000000;
}

.gwcarousel li p a{
    text-decoration:underline; 
    color:#064B50;
}

.gwcarousel h1{
    font-size:16pt;
    color:#064B50;
}

.gwlandscapecarousel{
    position:relative;
    top:-460px;
    left: 100px;
    height:0px;
    margin-left:0px;
    display:inline-block;
}

.gwlandscapecarousel ul{
    position: relative;
    width: 1000%;
}

.gwlandscapecarousel li{
    width:420px;
    height:420px;
    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    margin-right:20px;
    background-color:#e4e5df;
    color:#000000;
    float:left;
}

.gwlandscapecarousel a{
    text-decoration:none;
    color:#000000;
}

.gwlandscapecarousel li p a{
    text-decoration:underline; 
    color:#064B50;
}

.gwlandscapecarousel h1{
    font-size:16pt;
    color:#064B50;
}

.carouselbuttons{
    width: 100%;
    position:absolute;
    top: 200px;
    left: -100px;
    height: 40px;
}

.carouselleftbutton{
    float: left;
    width:40px;
    height:40px;
    background-image:url(icons/leftorange.png);
}

.carouselrightbutton{
    float:right;
    width:40px;
    height:40px;
    background-image:url(icons/rightorange.png);
}

.landscapecarouselleftbutton{
    float: left;
    width:40px;
    height:40px;
    background-image:url(icons/leftorange.png);
}

.landscapecarouselrightbutton{
    float:right;
    width:40px;
    height:40px;
    background-image:url(icons/rightorange.png);
}

@media screen and (max-width: 576px) {
    .gwcarousel{
        left: 40px;
    }
	.gwlandscapecarousel{
        left: 40px;
    }
    .carouselbuttons{
        left:-40px;
    }
}

.menucarouselbuttons{
    width: 100%;
    position:relative;
    top: -200px;
    height: 40px;
}

.menucarouselleftbutton{
    float: left;
    width:40px;
    height:40px;
    background-image:url(icons/leftorange.png);
}

.menucarouselrightbutton{
    float:right;
    width:40px;
    height:40px;
    background-image:url(icons/rightorange.png);
}

#chevron1{
    height:90px;
    width:100%;
    position:relative;
    top:80px;
}

#chevron1image{
    height:90px;
    width:100%;
    background-image:url(icons/chevron1.png);
    background-repeat: no-repeat;
    background-position: center;
}

#homepagemenus{
    background-color:#e9eae4;
    height:500px;
    width:1200px;
    position:relative;
    top:80px;
    left:0px;
}

#homepagemenus li{
    list-style:none;
    width:100%;
}

#homepagemenus p{
    text-align:left;
}

#homepagemenus a{
    text-decoration:none;
    color:#666666;
}

#homepagemenus h2{
    font-size:24pt;
    color:#666666;
}

#homepagemenus li:hover{
    background-color:#DDDDDD;
}

#homepagemenus p{
    line-height:22pt;
    font-size:16pt;
}

#homepagemenus h1{
    text-align:center;
}

#projectsmenu{
    position:relative;
    float:left;
    width:280px;
    height:400px;
    padding-top:70px;
    padding-left:20px;
    padding-right:20px;
    margin-left:90px;
    background-color:#ffffff;
    color:#000000;
}

@media screen and (max-width: 576px) {
    #projectsmenu{
        margin-left:38px;
    }
}

#projectsmenuicon{
    position:absolute;
    width:160px;
    height:160px;
    top:-80px;
    left:80px;
    background-image:url(icons/projecticon160.png);
}

#servicesmenu{
    position:relative;
    float:left;
    width:280px;
    height:400px;
    padding-top:70px;
    padding-left:20px;
    padding-right:20px;
    margin-left:30px;
    background-color:#ffffff;
    color:#000000;
}

#servicesmenuicon{
    position:absolute;
    width:160px;
    height:160px;
    top:-80px;
    left:80px;
    background-image:url(icons/servicesicon160.png);
}

#datamenu{
    position:relative;
    float:left;
    width:280px;
    height:400px;
    padding-top:70px;
    padding-left:20px;
    padding-right:20px;
    margin-left:30px;
    background-color:#ffffff;
    color:#000000;
}

#datamenuicon{
    position:absolute;
    width:160px;
    height:160px;
    top:-80px;
    left:80px;
    background-image:url(icons/dataicon160.png);
}

#latest{
    background-color:#FFFFFF;
    background-image:url(icons/Latest.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height:800px;
    width:1200px;
    margin-top:80px;
}

#latestheading{
    position:absolute;
    left:20px;
    top:5px;
    color:#FFFFFF;
}

#latestheading h1{
    text-align:left;
}

#latestcarousel{
    position: absolute;
    left:0px;
    top:110px;
    height:500px;
    margin-left:60px;
}

#latestcarousel li{
    width:280px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    margin-left:30px;
    background-color:#e4e5df;
    color:#000000;
    float:left;
}

#pagecontent{
    width:1200px;
    margin-left:90px;
    margin-right:90px;
}

#hdxcarousel{
    position:relative;
    top:-630px;
    left:100px;
    width:10000px;
    height:0px;
    margin-left:0px;
    display:inline-block;
}

#hdxcarousel li{
    width:450px;
    height:500px;
    overflow:hidden;
    padding-left:0px;
    padding-right:0px;
    padding-top:20px;
    margin-right:85px;
    background-color:#ffffff;
    color:#000000;
    float:left;
}

#hdxcarouselbuttons{
    clear:left;
    width:100%;
    position:relative;
}

#hdxcarouselleftbutton{
    position:absolute;
    left:40px;
    top:-360px;
    width:40px;
    height:40px;
    background-image:url(icons/leftorange.png);
}

#hdxcarouselrightbutton{
    position:absolute;
    right:40px;
    top:-360px;
    width:40px;
    height:40px;
    background-image:url(icons/rightorange.png);
}

.gwshowpostspage{
    width:100%;
    margin-left:20px;
    display:inline-block;
}

.gwshowpostsright{
    width:320px;
    position:absolute;
    right:320px;
}

#pagetitle {
    height:340px;
    width:100%;
    position:relative;
    background-repeat: no-repeat;
    background-position: center;
}

.pageheaderlogo{
    background-image:url(icons/PageHeaderLogo.png);
}

.pageheaderproject{
    background-image:url(icons/PageHeaderProjects.png);
}

.pageheaderservices{
    background-image:url(icons/PageHeaderServices.png);
}

.pageheaderinformation{
    background-image:url(icons/PageHeaderInformation.png);
}

@media screen and (max-width: 1050px) {
    .pageheaderlogo{
        background-image:url(icons/PageHeaderLogoWithout.png);
    }
    .pageheaderproject{
        background-image:url(icons/PageHeaderProjectsWithout.png);
    }
        .pageheaderservices{
        background-image:url(icons/PageHeaderServicesWithout.png);
    }
        .pageheaderinformation{
        background-image:url(icons/PageHeaderInformationWithout.png);
    }
}

#pagetitle h2{
    padding-top:10px;
    letter-spacing:1px;
    font-weight:700;
    font-size:36pt;
    text-align:center;
    color:#FFFFFF;
}

#pagetitle p{
    font-weight:400;
    font-size:15pt;
    text-align:center;
    color:#FFFFFF;
}

#innerpagetitle {
    width:55%;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    #pagetitle h2{
        font-size:28pt;
    }
    #pagetitle p{
        font-size:14pt;
    }
    #innerpagetitle {
        width:60%;
    }
}

@media screen and (max-width: 800px) {
    #pagetitle h2{
        font-size:24pt;
    }
    #pagetitle p{
        font-size:12pt;
    }
    #innerpagetitle {
        width:70%;
    }
    
}

@media screen and (max-width: 500px) {
    #pagetitle h2{
        font-size:20pt;
    }
    #pagetitle p{
        font-size:10pt;
    }
    #innerpagetitle {
        width:80%;
    }
}

.maincontent {
    width:620px;
    padding: 10px 90px 10px 90px;
    color:#707366;
    float:left;
    clear:left;
}

@media screen and (max-width: 1050px) {
    .maincontent{
        width:calc(100% - 20px);
        padding: 10px 10px 10px 10px;
    }
    .maincontent p{
        font-size:12pt;
    }
}

@media screen and (max-width: 500px) {
    .maincontent p{
        font-size:10pt;
    }
}

.fullwidthcontent {
    width:calc(100% - 200px);
    padding: 10px 100px 10px 100px;
    color:#707366;
    float:left;
    clear:left;
}

@media screen and (max-width: 1000px) {
    .fullwidthcontent{
        width:calc(100% - 20px);
        padding: 10px 10px 10px 10px;
    }
    .fullwidthcontent p{
        font-size: 12pt;
    }
}

@media screen and (max-width: 500px) {
    .fullwidthcontent p{
        font-size: 10pt;
    }
}

.greysection{
    background-color:#eaeae4;
}

.righttitleorange{
    float:right;
	clear:none;
    width:348px;
    height:40px;
    padding: 10px;
    background-color: #F48020;
    margin:10px;
}

@media screen and (max-width: 1200px) {
    .righttitleorange{
        float:right;
        width:calc(100% - 860px);
    }
}

@media screen and (max-width: 1070px) {
    .righttitleorange{
        width:348px;
        float:left;
        clear:left;
    }
}

.righttitleorange h2{
    padding-left:30px;
    margin-top:-4px;
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#ffffff;
}

.singlepostrightcolumn{
    float:right;
    width:360px;
    height:650px;
    padding: 10px;
    background-color: #FFFFFF;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
}

.singlepostrightcolumn h2{
    text-decoration: none;
    letter-spacing:1px;
    line-height: 1.2;
    font-weight:700;
    font-size:20pt;
    text-align:left;
    color:#064B50;
}

.singlepostrightcolumn a{
    text-decoration: none;
    color:#777777;
}

.singlepostrightcolumn p{
    font-size:15pt;
    text-align:left;
    line-height: 1.2;
    color:#777777;
}

.embedright{
    float:right;
    width:360px;
    padding: 10px;
    background-color: #FFFFFF;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
}

.embedleft{
    float:left;
    padding: 10px;
    background-color: #FFFFFF;
    margin: 10px 0px 10px 60px;
}

.signpostright{
    float:right;
	clear:right;
    width:348px;
    padding:10px;
    background-color:#FFFFFF;
    margin:10px;
    background-image:url(icons/orangearrowright.png);
    background-position:right top;
    background-repeat:no-repeat;
}

@media screen and (max-width: 1200px) {
    .signpostright{
        float:right;
        width:calc(100% - 860px);
    }
}

@media screen and (max-width: 1070px) {
    .signpostright{
        width:348px;
        float:left;
        clear:left;
    }
}

.signpostright a{
    text-decoration: none;
    color:#777777;
}

.signpostright h2{
    text-decoration: none;
    letter-spacing:1px;
    line-height: 1.2;
    font-weight:700;
    font-size:24pt;
    text-align:left;
    color:#064B50;
    width:280px;
}

.signpostright p{
    font-weight:400;
    font-size:15pt;
    text-align:left;
    line-height:1.2;
    color:#777777;
}

.latestdigest{
    float:left;
    width:calc(100% - 20px);
    height:250px;
    padding:10px;
    background-color: #FFFFFF;
}

.latestdigest a{
    text-decoration: none;
    color:#777777;
}

.latestdigest h2{
    text-decoration: none;
    letter-spacing:1px;
    line-height: 1.2;
    font-weight:700;
    font-size:24pt;
    text-align:left;
    color:#064B50;
}

.latestdigest p{
    font-weight:400;
    font-size:15pt;
    text-align:left;
    line-height: 1.2;
    color:#777777;
}

.latestdigestimage{
    float:left;
    width:180px;
    padding:10px;
}

.latestdigesttext{
    padding:10px 60px 10px 0px;
    background-image:url(icons/orangearrowright.png);
    background-position:right top;
    background-repeat:no-repeat;
}

.digestarchive{
    float:left;
    width:calc(100% - 20px);
    height:290px;
    padding:10px;
    background-color: #FFFFFF;
}

.digestarchive select{
    font-size:12pt;
    color:#777777;
    padding:10px;
    float:left;
    clear:left;
}

.digestarchive h2{
    text-decoration: none;
    letter-spacing:1px;
    line-height: 1.2;
    font-weight:700;
    font-size:24pt;
    text-align:left;
    color:#064B50;
}

.digestarchive p{
    font-weight:400;
    font-size:15pt;
    text-align:left;
    line-height: 1.2;
    color:#777777;
}

.digestarchiveimage{
    float:left;
    width:180px;
    padding:10px;
}

.digestarchivetext{
    padding:10px 60px 10px 0px;
    background-image:url(icons/orangearrowright.png);
    background-position:right top;
    background-repeat:no-repeat;
}


.carouselsectiondivider {
    float:left;
    clear:both;
    position:relative;
    top:26px;
    background-image:url(icons/carouselsectiondivider.png);
    background-repeat:no-repeat;
    width:1200px;
    height:750px;
}

.carouselsectiondivider h2{
    padding-left:30px;
    margin-top:30px;
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#ffffff;
}

.carouselsectiondividerv2 {
    float:left;
    clear:both;
	margin-top:80px;
    background-image:url(icons/carouselsectiondividerv2.png);
    background-repeat:no-repeat;
    width:1200px;
    height:750px;
}

.carouselsectiondividerv2 h2{
    padding-left:30px;
    margin-top:30px;
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#ffffff;
}


.landscapecarouselsectiondivider {
    float:left;
    clear:both;
    position:relative;
    top:26px;
    background-image:url(icons/carouselsectiondivider.png);
    background-repeat:no-repeat;
    width:1200px;
    height:580px;
}

.landscapecarouselsectiondivider h2{
    padding-left:30px;
    margin-top:30px;
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#ffffff;
}

.iisectiondivider {
    float:left;
    clear:both;
    position:relative;
    top:0px;
    background-image:url(icons/sectiondivider.png);
    background-repeat:no-repeat;
    width:100%;
    height:100px;
}

.iisectiondivider h2{
    padding-left:30px;
    margin-top:30px;
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#ffffff;
}

.iifullwidthbar{
    float:left;
    clear:left;
    width:calc(100% - 200px);
    margin:20px 100px 20px 100px;
    background-color:#FFFFFF;
}

@media screen and (max-width: 800px) {
    .iifullwidthbar{
        width:calc(100% - 20px);
        margin:10px 10px 10px 10px;
    }
}

.iifullwidthtitle{
    padding:20px 10px 20px 10px;
    float:left;
    width:30%;
}

.iifullwidthtitle h2{
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#064B50;
}

.iifullwidthdesc{
    padding:20px 10px 20px 10px;
    float:left;
    width:60%;
}

@media screen and (max-width: 1000px) {
    .iifullwidthtitle h2{
        font-size:20px;
    }
    .iifullwidthdesc p{
        font-size:12px
    }
}

@media screen and (max-width: 500px) {
    .iifullwidthtitle h2{
        font-size:16px;
    }
    .iifullwidthdesc p{
        font-size:10px
    }
}

.iifullwidthblocklargeimage{
    float:left;
    clear:left;
    width:100%;
    margin:20px 100px 20px 100px;
    background-color:#FFFFFF;
}

.iifullwidthblocklargeimageimage{
    padding:20px 10px 20px 10px;
    float:left;
    width:250px;
}

.iifullwidthblocklargeimagetext{
    padding:20px 10px 20px 10px;
    float:left;
    width:700px;
}

.iifullwidthblocklargeimagetext h2{
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#064B50;
}

.iiteammember{
    float:left;
    clear:left;
    width:calc(100% - 200px);
    margin:20px 100px 20px 100px;
    background-color:#FFFFFF;
}

@media screen and (max-width: 800px) {
    .iiteammember{
        width:calc(100% - 20px);
        margin:10px 10px 10px 10px;
    }
}

.iiteammemberphoto{
    padding:20px 10px 20px 10px;
    float:left;
    width:160px;
}

.iiteammembertext h2{
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#064B50;
}


.iiteammembertext{
    padding:20px 10px 20px 10px;
    float:right;
    width:calc(100% - 200px);
    font-size:14pt;
}

@media screen and (max-width: 1000px) {
    .iiteammembertext h2{
        font-size:20pt;
    }
    .iiteammembertext p{
        font-size:12pt;
    }
}

@media screen and (max-width: 500px) {
    .iiteammembertext h2{
        font-size:16pt;
    }
    .iiteammembertext p{
        font-size:10pt;
    }
}

.gwshowposts li{
    width:360px;
    height:650px;
    overflow:hidden;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    margin-right:10px;
    margin-bottom:20px;
    background-color:#ffffff;
    color:#000000;
    float:left;
}

.gwshowposts a{
    text-decoration:none;
    color:#000000;
}

.gwshowposts h1{
    font-size:16pt;
}

#search-icon{
    position:relative;
    left:30px;
    top:5px;
    color:#FFFFFF;
    font: normal 16px/1 'Genericons';
}

.content-area {
    margin-left: 50px;
    margin-right: 50px;
}

#logo{
    height:142px;
    background-image:url(icons/ii.png);
    background-repeat: no-repeat;
}

.hide {
    display: none;
}

.unhide {
    display: inline;
}

.ii-icon{
    width:180px;
    height:160px;
    background-repeat:no-repeat;
    background-position:center bottom;
    text-align:center;
}

.ii-icon a{
    text-decoration: none;
    color: #000000;
}

.ii-icon p{
    text-align:center;
}

.briefings{
    background-position: 0px 0px;
}

.funding{
    background-position:-200px 0px;
}

.reportabuse{
    background-image:url(icons/handicon120.png);
}

.resources{
    background-image:url(icons/resourcesicon120.png);
}

.datahdx{
    background-image:url(icons/dataicon120.png);
}

.mailinglist{
    background-image:url(icons/mailinglisticon120.png);
}

.eisflogo{
    background-image:url(icons/eisflogo120.png);
}

.disasterready{
    background-image:url(icons/disasterready120.png);
}

.methodology{
    background-image:url(icons/methodologyicon120.png);
}

.podcast{
    background-image:url(icons/podcasticon120.png);
}

.flashnews{
	float:left;
	clear:left;
	width:calc(100% - 550px);
}

@media screen and (max-width: 1050px) {
    .flashnews{
        width:calc(100% - 50px);
    }
}

.flashnewsbox{
    margin:10px 0px 10px 60px;
	float:left;
	width:100%;
	padding:70px 15px 15px 15px;
    background-color:#FFFFFF;
	background-image: url(icons/latest1200.png);
	background-repeat:no-repeat;
}

.flashnewstitle{
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#064B50;
}

.flashnewstext{
	text-align:justify;
    font-size:14pt;
    font-weight:300;
    color:#064B50;
}

.flashnewstitlewiththumbnail{
	padding-left:165px;
    text-align:left;
    font-size:24pt;
    font-weight:700;
    color:#064B50;
}

.flashnewsthumbnail{
	width:150px;
	height:150px;
	float:left;
}

.flashnewstextwiththumbnail{
	padding-left:165px;
	text-align:justify;
    font-size:14pt;
    font-weight:300;
    color:#064B50;
}

.flashnewsmorebutton{
	color:#F58020;
	font-size:14pt;
    font-weight:700;
}

.flashnewsarchive{
    margin:10px 0px 10px 60px;
	float:left;
	width:100%;
	padding:70px 15px 15px 15px;
    background-color:#FFFFFF;
	background-image: url(icons/archive1200.png);
	background-repeat:no-repeat;
}

@media screen and (max-width: 1050px) {
    .flashnewsbox{
        margin:10px 10px 10px 10px;
    }
    .flashnewsarchive{
        margin:10px 10px 10px 10px;
    }
}

footer {
    width: 100%;
    background-color: #0b4f67;
    color:#FFFFFF;
    float:left;
    clear:left;
}

footer p{
    font-family: sans-serif;
    font-size: 14pt;
    line-height: 1;
    text-align:left;
}

footer a{
    color:#FFFFFF;
    text-decoration:underline;
}

#footer1{
    float:left;
    width:280px;
    padding-top:120px;
    padding-left:20px;
    padding-right:20px;
    margin-left:90px;
    color:#FFFFFF;
    background-image:url(icons/iiblue.png);
    background-repeat:no-repeat;
}

#footer2{
    float:left;
    width:280px;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    margin-left:30px;
    color:#FFFFFF;
}

#footer3{
    float:left;
    width:280px;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    margin-left:30px;
    color:#FFFFFF;
}

@media screen and (max-width: 785px) {
    #footer1{
        margin-left:30px;
    }
    #footer2{

    }
    #footer3{

    }
}

.featuredimage{
    width:100%;
    height:350px;
    background-size:cover;
    background-position:center;
    position:relative;
}
