.large-orange {font-family: "Roboto", "sans-serif"!important; font-weight: 700!important;}
    
.my-form {font-size: 14px;}    

.my-form span {color:#FF8200;}

@media(max-width: 890px) {
    .my-form {
        padding: 0;
    } 

    #submit {
        width: 100%;
    }
}
    


/* Style inputs, select elements and textareas */
input[type=text],
[type=email], 
[type=tel], 
textarea {
    width: 100%;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5em;
    font-size: 0.75rem;
    font-weight: normal;
    color: #000000;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    border: 1px solid #999999;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(153, 153, 153, 0.65) inset;
}

input[type=email], [type=tel]{
    width: 100%;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5em;
    font-size: 0.75rem;
    font-weight: normal;
    color: #000000;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    border: 1px solid #999999;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(153, 153, 153, 0.65) inset;
}    
    


input[type="checkbox"] {
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}



.select-css {
    width: 100%;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5em;
    font-size: 0.75rem;
    font-weight: normal;
    color: #000000;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    border: 1px solid #999999;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(153, 153, 153, 0.65) inset;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference	*/
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}


/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}


/* Hover style */
.select-css:hover {
    border-color: #888;
    background-color: #FFF!important;
}

.select-css:hover::after {
    color: #F39C12!important;
    background-color: #FFF!important;
}     



/* Focus style */
input:focus[type=text], [type=email], [type=tel], textarea:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

input:focus[type=email], [type=tel]{
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
    
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
    
.hover-rise:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}    


/* Set options to normal weight */
.select-css option {
    font-weight:normal;
}



/* Radio button labels */    
.radio-label{
    margin: 0 15px 0 3px;
    display: inline-block;
    font-size: 14px;
}
    

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}


/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}

.margin-top-10 {margin-top: 10px}
.margin-top-20 {margin-top: 20px}
.margin-top-30 {margin-top: 30px}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 480px) {
    input[type=submit] {width: 100%;}
    .my-form {padding: 0 14px}
    }


/* Transition */  
.hover-rise {    
    transition: transform, box-shadow;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
}

.hover-rise:hover {
    transform: translate(0, -3px); 
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .05), 0 6px 40px 0 rgba(0, 0, 0, .075);
} 

.form-button {
    color: #006072;
    background-color: #d5ecef;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    display: flex;
    margin: auto;
    margin-top: 10px;
}