html, body {
    height: 70%;
    margin: 0;
    font-family: Gotham Rounded SSm A, Arial, sans-serif;
    font-weight:normal;
    font-style:normal;

}

.full-height {
    height: 100%;
}


.text-orange{
    color:#172B53 ;
}

.text-blue{
    color:#005EAD;
}

.text-dark-blue{
    color:#172B53;
}


.container .row {
    display: flex;
    align-items: flex-start; 
}

.container img {
    height: auto;
}

.header-row{
    background:#172B53;

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container{
        width:95%;
    }

    .page-title{
        font-size: 1.0em;
        font-weight: bold;
    }

    .header{
        font-size: 1.0em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .sec-title{
        font-size: 0.8em;
        font-weight: bold;
        color:#FF8300 
    }

    .comm{
        font-size: 0.7em;
        font-weight: bold;
    }

    p{
        font-size: 0.7em;
    }

    .icon-text{
        font-size: 0.7em;
        font-weight: bold;
        color: #FFFFFF;
     
     }
    
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container{
        width:95%;
    }

    .page-title{
        font-size: 1.0em;
        font-weight: bold;
    }

    .header{
        font-size: 1.0em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .sec-title{
        font-size: 0.8em;
        font-weight: bold;
        color:#FF8300 
    }

    .comm{
        font-size: 0.7em;
        font-weight: bold;
    }

    p{
        font-size: 0.7em;
    }

    .icon-text{
        font-size: 0.7em;
        font-weight: bold;
        color: #FFFFFF;
     
     }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container{
        width:95%;
    }

    .page-title{
        font-size: 1.0em;
        font-weight: bold;
    }

    .header{
        font-size: 1.0em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .sec-title{
        font-size: 0.8em;
        font-weight: bold;
        color:#FF8300 
    }

    .comm{
        font-size: 0.7em;
        font-weight: bold;
    }

    p{
        font-size: 0.7em;
    }

    .icon-text{
        font-size: 0.7em;
        font-weight: bold;
        color: #FFFFFF;
     
     }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .container{
        width:60%;
    }

    .page-title{
        font-size: 1.0em;
        font-weight: bold;
    }

    .header{
        font-size: 1.0em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .sec-title{
        font-size: 0.9em;
        font-weight: bold;
        color:#FF8300 
    }

    .comm{
        font-size: 0.8em;
        font-weight: bold;
    }

    p{
        font-size: 0.8em;
    }

    .icon-text{
        font-size: 0.8em;
        font-weight: bold;
        color: #FFFFFF;
     
     }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container{
        width:60%;
    }

    .page-title{
        font-size: 2.0em;
        font-weight: bold;
    }

    .header{
        font-size: 1.0em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .sec-title{
        font-size: 0.9em;
        font-weight: bold;
        color:#FF8300 
    }

    .comm{
        font-size: 0.8em;
        font-weight: bold;
    }

    p{
        font-size: 0.8em;
    }

    .icon-text{
        font-size: 0.8em;
        font-weight: bold;
        color: #FFFFFF;
     
     }

}

.icons{
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
   /* margin-left: 3vw;*/
 
 }


.arrow{
    position:relative;
    background-image: url("arrow.png");
    padding-left: 50px;
}
  
.row-grey{
    background: #f8f8f8;
}

.sec{
    margin-top:1.5em; 
    height: 100%;
    vertical-align: middle;
}




/*      FORM STYLING  */
input[type=text],
input[type=email],
input[type=tel],
select[type=dropdown] {
    border: 1px solid rgb(170, 170, 170);
    border-radius: 50px;
  }

input[type=text]:focus ,
input[type=email]:focus,
input[type=tel]:focus{
    border: 2px solid #FF8300;
}
select[type=dropdown]:focus {
    border: 2px solid #FF8300;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    background:white;
    border-radius:5px;  
    border:1px solid #172B53;
  /*  margin-left: 3vw;*/
}

input[type='checkbox']:checked {
    background: #172B53;
   /* margin-left: 3vw;*/
}




.button-blue{
    border: 1px solid #FF8300;
    border-radius: 50px;
    color:#FFFFFF;
    background-color: #172B53;
    padding: 5px 25px;
    margin:0;
    margin-top: 50px;
}
