﻿@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto|Robo Light|Lato|Lato Light');

body{
   font-family: 'Lato', sans-serif;
   margin-top: 70px;
   margin: 0;
   padding: 0;
   background-color: #fafafa;
   color: #666666;
   font-size: 11pt;
}

a {
    color: #0075A6;
    text-decoration: none;
    font-weight: bold;
}

.header{
    width: 100%;
    display: inline-block;
    *display: inline;
     position:fixed;
    top:0px;
    background-color:white;
    padding-bottom: 15px;
    z-index: 100;
}

.footer{
    background-color: #1d1d28;
    width: 100%;
    padding: 0px;
    bottom:0;
    margin:0px;
    color:white;
}

.logo{
    font-family: 'Montserrat', sans-serif;
    font-size: 34pt;
    padding-left: 20px;
    float: left;
    text-decoration:none;
}


/*menus*/
.topmenu{
    font-family: 'Lato', sans-serif;
    padding-right: 50px;
    text-align: right;
    float: right;
}

.menuitem{
    padding-left: 25px;
    text-decoration: none;
    color: black;
}
.menuitem:hover{
    color: #a1a1a6;
    cursor: pointer;
}

.slideitem{
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    font-weight:normal;
    min-width: 350px;
    color: #666666;
    margin: 10px;
}
.slideitemsel{
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    border-bottom:solid;
    border-bottom-width:3px;
    border-bottom-color:#DEF22B;
    margin:10px;
    padding-bottom:5px;
}

.input1{
    font-family: 'Lato', sans-serif;
    font-size: 11pt;
    font-weight:bold;
    padding-top: 15px;
    float:left;
    text-align:left;
    margin-left:50px;
}
.input2{
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    padding: 15px;
    float:left;
    width:295px;
    margin:10px;
}
.input3{
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    font-weight:bold;
    padding: 15px;
    float:left;
    width:275px;
    margin:10px;
}
.combobox{
    border-color:#a1a1a6;
    border-style:solid;
    border-width:1px;
    border-radius: 3px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:2px;
    font-size:14pt;
    width:275px;
    margin-bottom:10px;
    margin-right:10px;
    margin-top:10px;
    color: #0075A6;
}
.textbox{
    border-color:#a1a1a6;
    border-style:solid;
    border-width:1px;
    border-radius: 3px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:2px;
    font-size:14pt;
    width:250px;
    margin-bottom:10px;
    margin-right:10px;
    margin-top:10px;
    color: #0075A6;
}
.textbox:disabled{
    background-color: #0075a6;
    color: white;
}
.radiobuttons{
    border-width:0px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:3px;
    padding-right:0px;
    font-size:12pt;
    width:250px;
    margin:10px;
}

.textbox2{
    border-color:#a1a1a6;
    border-style:solid;
    border-width:1px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:3px;
    padding-right:0px;
    font-size:12pt;
    width:140px;
    margin:10px;
}

/*titles*/
.head1{
    font-family: 'Montserrat', sans-serif;
    font-size: 26pt;
    font-weight: normal;
    line-height: 150%;
}
.head2{
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    font-weight: normal;
    line-height: 150%;
}
.head3{
    font-family: 'Montserrat', sans-serif;
    font-size: 28pt;
    font-weight: normal;
    line-height: 100%;
}
.head4{
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    font-weight: normal;
    line-height: 150%;
}

/*buttons*/
/* Buttons */
.button {
    background-color: #0075A6;
    border: 2px solid #0075A6;
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    font-weight:normal;
    color: white;
    padding:15px;
    min-width: 230px;
    box-shadow: 0px 3px 3px 0px rgba(182,182,182,1);
    border-radius: 4px;
    cursor:pointer;
    display:inline-block;
    vertical-align: middle;
    text-align:center;
}
.button:hover {
    background-color: #DEF22B;
    border: 2px solid #DEF22B;
    color: #0F3361;
}
.button:active {
    background-color: #FFFFFF;
    color: #0F3361;
    border: 2px solid #DEF22B;
    outline: 0;
}
.button:disabled {
    background-color: rgba(182,182,182,1);
    border: 0px solid #DEF22B;
    outline: 0;
}





.buttonDarkBlue{
    background-color: #000050;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    font-weight: normal;
    padding: 3px 40px 3px 40px;
    border: none;
    border-radius: 3px;
    margin: 10px;
    min-width: 225px;
}
.buttonDarkBlue:hover{
    background-color: #5c8de6;
    cursor: pointer;
}
.buttonLightBlue{
    background-color: #5c8de6;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    font-weight: normal;
    padding: 3px 40px 3px 40px;
    border: none;
    border-radius: 3px;
    margin: 40px;
    min-width: 225px;
    text-decoration: none;
}
.buttonLightBlue:hover{
    background-color: #000050;
    cursor: pointer;
}
.buttonLink{
    background-color: transparent;
    color: #5c8de6;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    font-weight: normal;
    border: none;
}
.buttonLink:hover {
    color: #000050;
    cursor: pointer;
}


/*header image*/
.headimagewrapper {
    background-image: url('../images/getmore_photo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    height: 49%;
    /* padding-top: 50.99%; /* (img-height / img-width * container-width) */
}
.headimagewrapper:after {
  padding-top: 49%; /* (img-height / img-width * container-width) */
  display: block;
  content: '';
}
.headimagemain {
  position: absolute;
  top: 105px;
  bottom: 0;
  right: 0;
  left: 0;
  color: black;
  text-align: center;
  margin-top: 0%;
}


/*Drop Down Menu*/
.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
    }

.dropdown-content {
    display: none;
    position: absolute;
    margin-left:-115px;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-right:10px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    text-align: right;
    line-height: 200%;
    width:200px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdownitem:after {
    color:white;
    content: '.....';
}

.dropdownitem:hover {
    background-color: #f2f2f2;
}
.dropdownitem:hover:after {
    color: #f2f2f2;
}

/*formatting*/
.addblock{
    float: left;
    text-align: center;
    font-size: 18pt;
    line-height: 100%;
    padding: 50px;
    padding-bottom: 120px;
    padding-top: 120px;
}
.quote{
    font-family: 'Montserrat', sans-serif;
    font-size: 54pt;
    color: #5c8de6;
}
.slides1{
    border-style: solid;
    border-color: #a1a1a6;
    border-width: 1px;
    width: 400px;
    height: 150px;
    padding: 20px;
}
.icon{
    float:left;
    padding: 25px;
}
.getmorepage{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    
}

.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=10);
    opacity: 0.6;
    -moz-opacity: 0;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 50px;
    background-color: White;
    border-radius: 10px;
}
.center img
{
    height: 40px;
    width: 40px;
}



/*modal popup*/
.modalDialog {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    /*-webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;*/
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 560px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background: #fff;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #5c8de6;
}



.hoverbox{
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    opacity: 0.9;
}


.smallfont{
    font-size:9pt;
}



/*modal popup*/
.modalDialogFullScreen {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #171729;
    z-index: 99999;
    opacity:0;
    /*-webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;*/
    pointer-events: none;
}
.modalDialogFullScreen:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialogFullScreen > div {
    top: 0;
    width:60%;
    /*height: 100%;*/
    position: relative;
    margin: 0% auto;
    margin-top: 10px;
    /*padding: 50px 100px 50px 100px;*/
    border-radius: 10px;
    background: #171729;
    opacity:1;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
    /*background: #606061;*/
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    /*-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;*/
}
.close:hover {
    /*background: #5c8de6;*/
}

.slider{
    position: relative;
    width:315px;
    height:12px;
    margin:10px;
    border: 1px solid;
    border-radius: 3px 3px 3px 3px;
    border-color: lightgrey;
}

.sliderhandle{
    height: 22px;
    position: absolute;
    top: -6px !important;
    width: 10px;
}

#map {
        height: 300px;
        width: 100%;
       }


.accordion-off {
    display:block;
    margin:0 auto;
    background-color: #b6b6b6;
    color: white;
    padding:10px;
    width:60%;
    font-weight:bold;
    cursor:pointer;
    margin-top: 15px;
}

.accordion-on {
    display:block;
    margin:0 auto;
    background-color: #3290b7;
    color: white;
    padding:10px;
    width:60%;
    font-weight:bold;
    cursor:pointer;
    margin-top: 15px;
}

.accordion-details {
    display:none;
    margin:0 auto;
    background-color: #fff;
    color: darkgrey;
    padding:10px;
    width:60%;
    font-weight:normal;
    font-size:10pt;
    text-align:left;
    line-height:150%;
}