html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
button:hover {
    cursor: pointer;
}
.contact-form label.control-label {
    display: none;
}

table {
    border-collapse: collapse;
    box-shadow: 1px 1px 5px #bbb;
    border: 1px solid #bbb;
    margin-bottom: 1.5em;
    margin-right: 3%;
}
tbody {
    display: table-row-group;
    }
th {
    font-weight: bold;
}
td,th {
    border: 1px solid #ddd;
    padding: 4px 8px;
}
tbody tr:nth-child(even) td, thead tr th { background-color: #eee; }

@media screen and (max-width: 640px) {
    table {
        overflow-x: hidden;
        display: block;
        width: 75%;
        margin: 0 auto;
        
    }
    thead {
        display: none;
    }
    tbody {
        background-color: inherit;
        width: 100%;
        display: block;
    }
    tr {
        background-color: inherit;
        width: 100%;
        display: block;
    }
    tbody td {
        display: block;
        text-align: center; 
        width: 100%;  
    }
    tbody tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }
    tbody tr td:not(:first-child) {
        background-color: white;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    } 
}
@media screen and (min-width: 200px) {
    
    /***** B A S E *****/
    h1 {
        font-size: 1.5em;
        line-height: 2.25em;
    }
    h2 {
        font-size: 1.5em;
        line-height: 2.25em;
    }
    h3 {
        font-size: 1.375em;
        line-height: 1.875em;
    }
    h4 {
        font-size: 1.25em;
        line-height: 1.75em;
    }
    h5 {
        font-size: 1.125em;
        line-height: 1.625em;
    }
    h6 {
        font-size: 1em;
        line-height: 1.5em;
    }
    p {
        font-size: 1em;
        line-height: 1.5em;
    }
    .center { margin:0 auto; text-align:center; float:none; }
    .inset-box {
    -moz-box-shadow:    inset  0  7px 10px -7px rgba(0,0,0,0.7), 
                        inset  0 -7px 10px -7px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset  0  7px 10px -7px rgba(0,0,0,0.7), 
                        inset  0 -7px 10px -7px rgba(0,0,0,0.7);
     box-shadow:        inset  0  7px 10px -7px rgba(0,0,0,0.7), 
                        inset  0 -7px 10px -7px rgba(0,0,0,0.7);
    }
    sup {
        vertical-align: super;
    }
    /*.ccm-block-page-list-wrapper img, .ccm-block-page-list-wrapper div {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }*/
    /***** H E A D E R *****/
    
    
    
    body {
    }
    .header-wrap {
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
        min-height: 190px;
        background-color: #fff;
        border-bottom: solid black 20px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        z-index: 1000;
    }
    .logo img{
        display: block;
        margin: 0 auto;
        padding-top: 10px;
    }
    #iso {
        color: #ccc;
        font-weight: 900;
        font-size: 1.125em;
        line-height: 1.625em;
        margin-bottom: 10px;
    }
    h6.phone, h6.email {
        color: #385461;
        font-weight: 700;
        width: 50%;
        float: left;
        text-align: center;
        font-size: 0.875em;
        line-height: 1.125em;
    }
    h6.phone a, h6.email a {
        color: #ccc;
        margin: 0;
        font-weight: 700;
        display: block;
     }
    .hero-rotator {
        position: relative;
        min-height: 200px;
        max-height: 200px;
        background: black /*url(../img/hero-rotator.png)*/ no-repeat center center;
        background-size: cover;
        overflow: hidden;
        z-index: 0;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);    
    }
    .hero-rotator div {
        width: 100%;
    }
    
    
    
    /***** N A V *****/
    
    /*.nav li a.nav-selected { color: #931301; }
	.nav ul li a.nav-selected { color: #931301; }*/
    
    .full-nav { display: none; }
    
    .menu-collapsed {
        transition: all .25s;
        position: fixed;
        top: 10px;
        left: 9px;
        height: 36px;
        width: 36px;
        z-index: 1;
        cursor: pointer;
    }
    .menu-collapsed ul {
        transition: all .05s;
        position: fixed;
        left: -9000px;
        color: white;
    }
    .bar {
        position: fixed;
        left: 12px;
        top: 24px;
        height: 6px;
        width: 30px;
        border-radius: 15px;
        background-color: rgba(0,0,0,0.5);
    }
    body.c5-edit-mode .bar {
        top: 50px;
    }
    .bar:before {
        transition: all .25s;
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        height: 6px;
        width: 30px;
        border-radius: 15px;
        background-color: rgba(0,0,0,0.5);
    }
    .bar:after {
        transition: all .25s;
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        height: 6px;
        width: 30px;
        border-radius: 15px;
        background-color: rgba(0,0,0,0.5);
    }
    
    .menu-expanded {
        transition: all .25s;
        text-align: center;
        line-height: 200px;
        height: 100%;
        width: 100%;
        border-radius: 0px;
        top: 0;
        left: 0;
        background-color: rgba(0,58,99,0.95);
    }
    .menu-expanded ul {
        transition: all .05s;
        position: relative;
        top: 2px;
        left: 0;
        z-index: 2;
    }
    .menu-expanded ul li {
        padding: 5px 0;
        border-bottom: solid 1px rgba(255,255,255,0.35);
        width: 50%;
        margin: 0 auto;
    }
    .menu-expanded ul li:last-child {
        border: none;
    }
    .menu-expanded a {
        transition: all .15s;
        text-decoration: none;
        color: white;
        font-size: 1em;
        padding: 5px;
        border: 1px solid rgba(0,58,99,0);
    }
    .menu-expanded a:hover {
        transition: all .15s;
        border: 1px solid rgba(255, 255, 255, 0.35);
    }
    .menu-expanded .bar {
        background-color: transparent;
        transition: all .25s;
    }
    .menu-expanded .bar:before {
        transition: all .25s;
        content: "";
        transform: rotate(45deg);
        top: -0px;
        background-color: rgba(255,255,255,0.85);
    }
    .menu-expanded .bar:after {
        transition: all .25s;
        content: "";
        transform: rotate(-45deg);
        top: 0px;
        background-color: rgba(255,255,255,0.85);
    }    
    
    /***** B O D Y *****/
    
    
    
    .body-wrap {
        text-align: center;
    }
    p.bold {
        font-weight: 900;
    }
    .body-wrap .copy-text {
        padding: 0 3% 10px;
        text-align: left;
    }
    h4 {
        color: #003a63;
        margin: 0 0 20px;
    }
    .inner.page-list-flares {
        text-align: left;
        margin: 0 6%;
    }
    .inner.page-list-flares a {
        color: #003a63;
        margin-bottom: 3px;
    }
    .inner.page-list-flares .ccm-block-page-list-description {
        margin: 15px 15px 30px;
    }
    .inner.content {
        text-align: left;
        margin: 0 3%;
        display: block;
    }
    .inner.content img {
        max-width: 30%;
        float: right;
        margin: 10px;
        width: 350px;
        height: 205px;
    }
    .inner.content p:first-child:before {
        clear: both;
    }
    .hr-zero {
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .box {
        padding: 10px 0;
    }
    .box:last-child {
        margin-bottom: -10px;
    }
    .box h6 {
        padding: 20px 0;
        color: #666;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        width: 85%;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }
    .box img {
        width: 85%;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        z-index: 2;
        position: relative;
    }
    .bar-wrap {
        color: white;
        padding: 10px 3%;
    }
    .bar-wrap.blue {
        background: #003a63;
        margin-bottom: 40px;
        /*-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.75);*/
    }
    .bar-wrap h2, .bar-wrap h4 {
        font-weight: 300;
    }
    .bar-wrap h2 {
        margin: 20px 0 30px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 10px;
    }
    .bar-wrap h4 {
        margin: 0 0 20px;
        color: white;
        text-align: center;
    }
    img.info-img {
        margin: 40px 0 40px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }
    .phone img, .email img {
        max-width: 32px;
        margin: 0 auto;
    }
    .email img {
        padding: 5px 0;
    }
    .phone.contact, .email.contact {
        margin-bottom: 15px;
    }
    .send-message h4 {
        margin-bottom: 5px;
    }    
    .send-message input, .send-message textarea {
        min-width: 85%;
        max-width: 85%;
        background: #f6f6f6;
        color: #3e5971;
        border: none;
        border-radius: 5px;
        padding: 15px;
        margin: 0 0 15px;
        font-size: 1em;
    }
    .send-message input.btn.btn-primary {
        background-color: #003a63;
        color: white;
        border: none;
        border-radius: 7px;
        padding: 10px 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 1.063em;
        margin-bottom: 15px;
        min-width: 85%;
    }
    .send-message textarea {
        min-height: 100px;
    }
    .send-message button, .contact-us {
        background: #003a63;
        color: white;
        border: none;
        border-radius: 7px;
        padding: 10px 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 1.063em;  
        margin-bottom: 15px;
        min-width: 85%;
    } 
    .send-message input::-webkit-input-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message input:-moz-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message input::-moz-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message input:-ms-input-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message textarea::-webkit-input-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message textarea:-moz-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message textarea::-moz-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    .send-message textarea:-ms-input-placeholder {
        color: #3e5971;
        opacity: 0.75;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.45em;
    }
    /*.world {
        background: white;
    }*/
    .country-wrap {
        width: 200px;
        margin: 5px auto;
    }
    .continents h4 {
        margin: 0;
    }
    .img-wrap {
        display: inline-block;
        float: left;
        min-width: 36px;
        max-width: 36px;
        min-height: 19px;
        max-height: 19px;
        position: relative;
        left: 40px;
        top: 2px;
    }
    .continents img {
        -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    }
    .continents p {
        position: relative;
        text-align: left;
        width: 130px;
        margin: 0 auto;
        left: 50px;
    }
    .bar-wrap.grey {
        background: #999;
        padding-top: 15px;
        /*-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.5);
        box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.5);*/
    }
    .footer-wrap {
        background: black;
        text-align: center;
        padding: 10px 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        min-height: 20px;
    }
    p.footer {
        color: white;
        font-size: 0.75em;
        font-weight: 900;
    }
    .ccm-block-page-list-description button, .read-more {
        background: #003a63;
        color: white;
        border: none;
        border-radius: 7px;
        padding: 10px 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 1.063em; 
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100px;
    }
    .flare-list-title{
        text-decoration:underline;
    }
    .inner.content p{
        color:#000;
    }
    .inner.content ul{
        color:#666;
        font-weight:300;
    }
    .inner.content img {
        float: left;
        clear: both;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0px 10px 10px 0px;
    }

}
@media screen and (max-width: 640px) {

}
@media screen and (min-width: 600px) {
    h6.phone, h6.email {
        width: 48%;
    }
    #iso {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    .contact-us {
        width: 65%;
    }
    .header-wrap .phone, .header-wrap .email {
        width: 50%;
        text-align: center;
        margin-top: 5px;
    }
    .row .continents {
        width: 30.3%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        float: left;
    }
    .img-wrap {
        left: 30px;
    }
    .continents p {
        left: 40px;
    }
    .continents h4 {
        text-align: center;
    }
    .continent-center {
        width: 85%;
        position: relative;
        margin-left: 50%;
        left: -42.9%;
        margin-bottom: 50px;
    }
    .na, .eu {
        
    }
    .footer-wrap {
        min-height: 30px;
    }
    .inner.content img {
        width: 350px;
    }
}
@media screen and (min-width: 768px) {
    
    /***** T Y P O *****/
    .container h1 { font-size:2.063em; }
    .container h2 { font-size:1.938em; }
    .container h3 { font-size:1.750em; }
    .container h4 { font-size:1.625em; }
    .container h5 { font-size:1.500em; }
    .container h6 { font-size:1.375em; }
    .container p  { font-size:1.125em; }
    h1 { font-size:2.063em; }
    h2 { font-size:1.938em; }
    h3 { font-size:1.750em; }
    h4 { font-size:1.625em; }
    h5 { font-size:1.500em; }
    h6 { font-size:1.375em; }
    p  { font-size:1.125em; }
    
    .container h4 { 
        text-align: left;
        margin: 0 0 10px;
        padding: 0 3%;
    }
    .continents h4 {
        text-align: center;
    }
    .header-wrap {
        min-height: 118px;
        max-height: 118px;
    }
    .logo {
        width: 118px;
        position: relative;
        left: 1.5%;
        float: left;
    }
    #iso {
        width: 16%;
        text-align: left;
        float: left;
        position: relative;
        left: 2.5%;
        top: 82px;
    }
    .phone-email-wrapper {
        position: absolute;
        top: 0;
        right: 1.5%;
    }
    .header-wrap .phone, .header-wrap .email {
        position: relative;
        top: 3px;
        width: auto;
        font-size: 17px;
    }
    .header-wrap .email {
        right: 1.5%;
    }
    .header-wrap .phone {
        right: 22%;
    }
    .header-wrap .phone a, .header-wrap .email a {
        display: inline; 
        padding-left: 10px;
        font-size: 1.063 em;
        color: #000;
        font-weight: 300;
    }
    .header-wrap a:visited, .header-wrap a:hover, .header-wrap a:focus, .header-wrap a:active {
        color: #000;
    }
    .menu-collapsed {
        display: none;
    }
    .full-nav {
        display: inline-block;
        font-size: 18px;
    }
    .full-nav ul {
        position: absolute;
        right: 1%;
        top: 79px;
        width: auto;
    }
    .full-nav ul li {
        float: left;
        margin: 0 0 0 30px;
    }
    .full-nav ul li a {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 1em;
        color: black;
    }
    .hero-rotator {
        max-height: 600px;
    }
    .box {
        margin-bottom: 30px;
        margin-left: 2%;
        
    }
    .box:first-child {
        margin-left: 1%;
    }
    .box h6 {
        padding: 20px 11.5%;
        width: 62%;
    }
    .bar-wrap.blue h2 {
        line-height: 1.5em;
        border: none;
    }
    .bar-wrap.blue h4 {
        text-align: center;
        line-height: 1em;
        padding-bottom: 25px;
    }
    img.info-img {
        margin: 0 0 15px 3%;
    }
    .form-column h4 {
        margin-left: 4%;
    }
    .phone.contact, .email.contact {
        text-align: left;
        font-size: 0.875em;
        line-height: 1.5em;
        margin: 25px 0 0 7.5%;
        width: 42%;
    }
    .phone img, .email img {
        margin-left: 0;
    }
    form#send-message {
        margin-top: 50px;
    }
    form#send-message button {
        min-width: 200px;
    }
    .bar-wrap.grey h1 {
        padding: 50px 0;
        line-height: 1.5em;
    }
    .world {
        display: block;
        margin: 5px auto;
        background-image: url("/application/themes/iceweb/img/world.png");
        background-repeat: no-repeat;
        background-position: center top;
    }
    .contact-us {
        min-width: 400px;
        width: 400px;
        margin-bottom: 75px;
    }
    .ccm-block-page-list-wrapper img, .ccm-block-page-list-wrapper div {
    }
    .footer-wrap {
        min-height: 25px;
        max-height: 30px;
        font-size: 0.75em;
        height: 30px;
    }
}
@media screen and (min-width: 1060px) {
    .box h6 {
        padding: 20px 0;
        width: 85%;
    }
}
@media screen and (min-width: 1366px) {
    .logo { 
        left: 0; 
    }
    #iso {
        font-size: 1.75em;
        top: 66px;
        left: 10px;
    }
    .phone-email-wrapper {
        position: relative;
        left: 675px;
    }
    .header-wrap .phone {
        right: 10%
    }
    .full-nav {
        width: 70%;
        position: relative;
        left: 100px;
        
    }
    .full-nav ul {
        position: relative;
        top: 49px;
    }
    .full-nav ul li {
        font-size: 1.375em;
        margin-left: 45px;
    }
    .hero-rotator {
        min-height: 512px;
        box-shadow: none;
    }
    .box h6, .box img, img.info-img {
        box-shadow: none;
    }
}





    /*L A T O */
/*
font-family: 'Lato', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 900;
*/

