/* ============================= */
/* PRIMARY MENU FONT */
/* ============================= */

.RadMenu .rmRootGroup .rmItem > .rmLink {
    font-family: 'Orkney', sans-serif !important;
    font-size: 16px !important;
    color: #03494F !important;
}


/* ============================= */
/* HEADINGS */
/* ============================= */

h1 {
    font-family: 'Orkney', sans-serif !important;
    font-size: 30pt !important;
   color: #000000 !important;
}

h2 {
    font-family: 'Orkney', sans-serif !important;
    font-size: 20pt !important;
   
	  color: #03494F !important;
}
h3 {
    font-family: 'Orkney', sans-serif !important;
    font-size: 16pt !important;
   color: #000000 !important;
}



/* ============================= */
/* FOOTER */
/* ============================= */

.footer-content,
.footer-nav-copyright {
    background-color: #03494F !important;
}


/* ============================= */
/* TAB STRIP CLEAN RESET */
/* ============================= */

/* Remove default spacing */
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLI {
    margin: 0 !important;
    padding: 0 !important;
}

/* Make tabs sit tight together */
.RadTabStrip_MetroTouch .rtsLevel1 .rtsUL {
    margin: 0 !important;
    padding: 0 !important;
}


/* ============================= */
/* BASE TAB STYLE */
/* ============================= */

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    font-family: 'Orkney', sans-serif !important;
    font-size: 16pt !important;
    font-weight: 500 !important;

    background-color: #008F9B !important;
    color: #ffffff !important;

    padding: 14px 28px !important;
    margin: 0 !important;

    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;

    display: block !important;
}


/* ============================= */
/* ACTIVE TAB */
/* ============================= */

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLI.rtsSelected > .rtsLink,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink.rtsSelected {
    background-color: #03494F !important;
    color: #ffffff !important;

    border: none !important;
    box-shadow: none !important;
}


/* ============================= */
/* REMOVE ALL HOVER EFFECTS */
/* ============================= */

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:hover,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:focus,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:active {
    background-color: #008F9B !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
}


/* ============================= */
/* REMOVE INNER SPAN BACKGROUNDS */
/* ============================= */

.RadTabStrip_MetroTouch .rtsLevel1 .rtsOut,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsIn,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsTxt {
    background: none !important;
}



/* .InternalHeaderArea {
    background: #03494F !important;
    overflow: hidden;
} */
.InternalHeaderArea {
    background: linear-gradient(
        90deg,
        #03494F 0%,
        #008F9B 33%,
        #7CAD41 66%,
        #132E0C 100%
    ) !important;

    overflow: hidden;
}








/* NEW CSS*/
a:hover, a:focus, a:active, .Link:hover, .Link:focus, .Link:active, .RadGrid.RadGrid .rgRow a:hover, .RadGrid.RadGrid .rgRow a:focus, .RadGrid.RadGrid .rgRow a:active, .RadGrid.RadGrid .rgAltRow a:hover, .RadGrid.RadGrid .rgAltRow a:focus, .RadGrid.RadGrid .rgAltRow a:active, .RadGrid.RadGrid .rgEditForm a:hover, .RadGrid.RadGrid .rgEditForm a:focus, .RadGrid.RadGrid .rgEditForm a:active, .k-grid.k-grid a:hover, .k-grid.k-grid a:focus, .k-grid.k-grid a:active, .RadToolTip.RadToolTip a:hover, .RadToolTip.RadToolTip a:focus, .RadToolTip.RadToolTip a:active {
    color: #03494F;
    text-decoration: underline;
}

a, .Link, .RadGrid.RadGrid .rgRow a, .RadGrid.RadGrid .rgAltRow a, .RadGrid.RadGrid .rgEditForm a, .k-grid.k-grid a, .RadToolTip.RadToolTip a {
    color: #03494F;
    text-decoration: underline;
}

h4, .h4, .SectionLabel {
    font-size: 120%;
    font-family: "Muli", Century Gothic, Arial sans-serif;
    font-weight: 700;
    color: #000000 ;
}



.PrimaryButton, .UsePrimaryButton .TextButton, .RadGrid input.PrimaryButton, .RadGrid.RadGrid input.TextButton.PrimaryButton, .RadGrid.RadGrid a.TextButton.PrimaryButton {
    background-color: #03494F;
    border-color: transparent;
color:white;
}
.DangerButton:hover, .DangerButton:focus, .DangerButton:active {
    color: #fff;
    text-decoration: none;
    background-color: #03494F;
    border-color: rgba(0, 0, 0, 0);
}
.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButton:active, .RadGrid input.PrimaryButton:hover, .RadGrid input.PrimaryButton:focus, .RadGrid input.PrimaryButton:active, .RadGrid.RadGrid input.TextButton.PrimaryButton:hover, .RadGrid.RadGrid input.TextButton.PrimaryButton:focus, .RadGrid.RadGrid input.TextButton.PrimaryButton:active, .RadGrid.RadGrid a.TextButton.PrimaryButton:hover, .RadGrid.RadGrid a.TextButton.PrimaryButton:focus, .RadGrid.RadGrid a.TextButton.PrimaryButton:active {
    color: #fff;
    text-decoration: none;
    background-color: #03494F;
    border-color: rgba(0, 0, 0, 0);
}
.DangerButton {
    background-color: #03494F;;
    border-color: transparent;
    border-color: transparent;
}

.btn:hover, .btn:focus, .btn:active, .TextButton:hover, .TextButton:focus, .TextButton:active, .RadUpload.RadUpload .ruButton:hover, .RadUpload.RadUpload .ruButton:focus, .RadUpload.RadUpload .ruButton:active, .RadUploadProgressArea.RadUploadProgressArea .ruButton:hover, .RadUploadProgressArea.RadUploadProgressArea .ruButton:focus, .RadUploadProgressArea.RadUploadProgressArea .ruButton:active {
    color: #fff;
    text-decoration: none;
    background-color: #03494F;;
    border-color: rgba(0, 0, 0, 0);
}
.btn, .TextButton, .RadUpload.RadUpload .ruButton, .RadUploadProgressArea.RadUploadProgressArea .ruButton {
    background-color:  #03494F;
    border-color: transparent;
}