﻿img {
    border: 0px;
}

* {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.darkHeader h3, .lightHeader h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    height: 25px !important;
    line-height: 25px !important;
    color: #323232;
    margin: 0 !important;
}


.darkHeader, .darkHeader .sb-inner {
    padding: 5px;
    background: #979DA5;
}

    .darkHeader .sb-border {
        background: transparent;
    }

.lightHeader, .lightHeader .sb-inner {
    padding: 5px;
    background: #DADCDF;
}

    .lightHeader .sb-border {
        background: transparent;
    }

.contentBox, .contentBox .sb-inner {
    padding: 5px;
    background: #E0E1DF;
}

    .contentBox .sb-border {
        background: transparent;
    }

.whiteContentBox, .whiteContentBox .sb-inner {
    padding: 5px;
    background: #FFFFFF;
}

    .whiteContentBox .sb-border {
        background: transparent;
    }


div#features, div#content {
    font-size: 12px !important;
}

body {
    padding: 0;
    margin: 0;
    background: url(../Images/sfSideBG.png) repeat-x center top #084d8c;
    color: #646464;
    font-family: Arial,Helvetica,sans-serif;
}

p {
    margin-bottom: 15px;
    margin-top: 10px;
}

a:link, a:visited {
    color: #28729E;
}

a:hover {
    color: #8D8A01;
}

#wrapper {
    width: 810px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    min-height: 600px;
}

#date {
    font-size: .7em;
    text-transform: uppercase;
    line-height: 27px;
}

#spaceFloridaBannerImage {
    margin-left: 4px;
}

.RadTabStripTop_primary-nav .rtsLevel1 .rtsTxt {
    font-size: 12px;
}

/*#PrimaryNav_TCB085B9D001 {
    padding-top: 88px;
}*/

#PrimaryNav_TCB085B9D001, #ctl00_PrimaryNav_ctl01_C_TCB085B9D001_ctl00_ctl00_siteMapControl_horizontalsimple, #PrimaryNav_ctl00_TCB085B9D001 {
    list-style: none;
    margin: 5px 0 0 0;
    margin: 5px 0 0 2px;
    padding-left: 0;
}

    #PrimaryNav_TCB085B9D001 li, #ctl00_PrimaryNav_ctl01_C_TCB085B9D001_ctl00_ctl00_siteMapControl_horizontalsimple li, #PrimaryNav_ctl00_TCB085B9D001 li {
        float: left;
        margin: 0;
        /*
    width: 12.5%;
	*/
        width: 14%;
        width: 14.19%;
    }

    *:first-child + html #PrimaryNav_TCB085B9D001 li,
    *:first-child + html #ctl00_PrimaryNav_ctl01_C_TCB085B9D001_ctl00_ctl00_siteMapControl_horizontalsimple li,
    *:first-child + html #PrimaryNav_ctl00_TCB085B9D001 li {
        width: 12%; /* IE7  Only */
    }

        #PrimaryNav_TCB085B9D001 li a, #ctl00_PrimaryNav_ctl01_C_TCB085B9D001_ctl00_ctl00_siteMapControl_horizontalsimple li a, #PrimaryNav_ctl00_TCB085B9D001 li a {
            color: #fff;
            display: block;
            /*
    border-top: 2px solid #124170;
    border-right: 2px solid #124170;
    border-bottom: 2px solid #124170;
	*/
            font-family: Arial,Helvetica,sans-serif;
            font-size: .75em;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            background-color: #2F82CC;
            padding: 10px;
            margin: 0;
            margin: 2px;
            width: 100%;
        }

        *:first-child + html #PrimaryNav_TCB085B9D001 li a,
        *:first-child + html #ctl00_PrimaryNav_ctl01_C_TCB085B9D001_ctl00_ctl00_siteMapControl_horizontalsimple li a,
        *:first-child + html #PrimaryNav_ctl00_TCB085B9D001 li a {
            padding: 10px 9px; /* IE7  Only */
        }

        #PrimaryNav_TCB085B9D001 li.rtsFirst a, #PrimaryNav_ctl00_TCB085B9D001 li.rtsFirst a {
            /* border-left: 2px solid #124170; */
        }

        #PrimaryNav_TCB085B9D001 li a.rtsSelected, #PrimaryNav_TCB085B9D001 li a:hover, #PrimaryNav_ctl00_TCB085B9D001 li a.rtsSelected, #PrimaryNav_ctl00_TCB085B9D001 li a:hover {
            color: #fff;
            background-color: #084d8c;
        }

        #PrimaryNav_TCB085B9D001 li a.rtsLink[href="search"] {
            background: #2F82CC url(/Sitefinity/WebsiteTemplates/SpaceFlorida/App_Themes/Default/Images/search_box_icon.png) 25px 10px no-repeat;
            padding: 10px 10px 10px 15px;
        }

            #PrimaryNav_TCB085B9D001 li a.rtsLink[href="search"]:hover {
                background: #084d8c url(/Sitefinity/WebsiteTemplates/SpaceFlorida/App_Themes/Default/Images/search_box_icon.png) 25px 10px no-repeat;
                padding: 10px 10px 10px 15px;
            }

#features {
    margin: 10px 0 10px 0;
}

    #features .feature {
        float: left;
        width: 23%;
    }

.feature h3 {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 2px 0 2px 2px;
    border-bottom: 5px solid #084d8c;
}

.feature-content {
    background-color: #fff;
    padding: 0 0;
    text-align: left;
    font-weight: bold;
    font-weight: normal;
    font-size: 12px;
}

    .feature-content p {
        margin: 0;
        padding: 3px 0;
    }

    .feature-content a {
        text-decoration: none;
    }

    .feature-content img {
        display: block;
        margin: 0 auto;
    }

.feature-sep {
    float: left;
    width: 20px;
    height: 35px;
}

#content {
    margin: auto;
}

#left-twoThirds {
    float: left;
    width: 570px;
    margin-right: 20px;
}

#right-oneThird {
    float: left;
    width: 200px;
    margin: 12px 0 0 0;
}

.content-block {
    padding: 15px;
    background-color: #E0E1DF;
}

    .content-block p {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: .9em;
        line-height: 20px;
    }

    .content-block li {
        font-size: .9em;
        line-height: 20px;
    }

.content-block-header {
    background-color: #333;
    color: #f5f5f5;
    font-size: 1.1em;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 0;
    padding: 5px 0 5px 15px;
    font-size: 18px;
    border-bottom: 5px solid #2f82cc;
}

#secondary-nav {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    #secondary-nav li {
        margin-bottom: 5px;
    }

        #secondary-nav li a {
            display: block;
            background-color: #3A80DC;
            color: #fff;
            font-weight: bold;
            padding: 10px;
            text-decoration: none;
            text-transform: uppercase;
            width: 180px;
            line-height: 15px;
            vertical-align: middle;
        }

            #secondary-nav li a.current, #secondary-nav li a:hover {
                background-color: #517CFF;
            }

#affiliates {
    margin: 10px 0 10px 0;
}

    #affiliates .affiliate {
        float: left;
        width: 19%;
    }

.affiliate h3 {
    background-color: #333;
    color: #f5f5f5;
    font-size: 1em;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 0;
    padding: 5px 0 5px 15px;
    border-bottom: 5px solid #2f82cc;
    font-size: 14px;
}

.affiliate-content {
    background-color: #E0E1DF;
    padding: 10px;
    text-align: center;
    height: auto;
}

#affiliates .affiliate-content {
    height: 95px;
}

.affiliate img {
    margin: auto;
    border: 0;
    max-width: 130px;
    height: auto;
}

.affiliate-sep {
    float: left;
    width: 10px;
    height: 35px;
}

#footer {
    margin: 20px 0 20px 0;
    text-align: center;
}

    #footer ul {
        list-style: none;
        margin: 5px 0 0 45px;
        margin: 5px auto 0 auto;
        width: 500px;
    }

    #footer li {
        float: left;
        margin: 0 10px 0 0;
        font-size: .9em;
    }

        #footer li a {
            text-decoration: none;
        }

            #footer li a.current, #footer li a:hover {
                text-decoration: underline;
            }

.addthis_toolbox {
    float: right;
}

.sfContentBlock {
    background-color: #E0E1DF;
}
.sfContentBlock.NoBackground {
    background-color: transparent;
}

.sfeventsList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: .9em;
    line-height: 17px;
    margin: 0;
    text-align: left;
    top: -8px;
    position: relative;
}

    .sfeventsList h2 {
        font-size: 1em;
    }

.sfeventTitle {
    color: #3A80DC;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sfnewsList {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    padding: 0 15px 15px 15px;
    background-color: #E0E1DF;
    font-size: .9em;
    line-height: 20px;
}

    .sfnewsList li {
        border-bottom: 2px solid #ccc;
        padding: 10px 0 10px 0;
    }

    .sfnewsList h2 {
        font-size: 1em;
        margin-bottom: 0;
    }

.sfnewsMetaInfo {
    font-style: italic;
    font-size: .8em;
}

.sfnewsSummary {
    margin-top: 5px;
}





.sfpostsList {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    padding: 15px;
    background-color: #E0E1DF;
    font-size: .9em;
    line-height: 20px;
}

    .sfpostsList li {
        border-bottom: 2px solid #ccc;
        padding: 10px 0 10px 0;
    }

    .sfpostsList h2 {
        font-size: 1em;
        margin-bottom: 0;
    }

.sfpostAuthorAndDate, .sfnewsAuthorAndDate {
    font-style: italic;
    font-size: .8em;
}

.sfpostSummary {
    margin-top: 5px;
}


h1.sfpostTitle, h1.sfnewsTitle {
    font-size: 1.1em;
    font-weight: bold;
}

.sfpostDetails, .sfnewsDetails {
    padding: 15px;
    background-color: #E0E1DF;
}

    .sfpostDetails p, .sfnewsContent p {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: .9em;
        line-height: 20px;
    }

    .sfpostDetails li, .sfnewsContent li {
        font-size: .9em;
        line-height: 25px;
    }

.sfcommentsFieldsList {
    padding-left: 0;
    margin-left: 20px;
}

.sfcommentsForm {
    background-color: #fff;
    border: 2px solid #ccc;
}

.sfreContentArea {
    background-color: #fff;
}


/* Sub Navigation */

.subMenu {
    margin: 0;
    padding: 0;
    border-bottom-width: 0;
}

    .subMenu a.menuitem {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 15px;
        background-color: #2F82CC;
        color: white;
        display: block;
        position: relative;
        width: auto;
        padding: 10px 5px 0 0;
        padding-left: 10px;
        text-decoration: none;
        margin: 0 5px 5px 5px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: 30px;
        width: 180px;
    }


        .subMenu a.menuitem:visited, .subMenu .menuitem:active {
            color: white;
        }

        .subMenu a.menuitem:hover {
            background-color: #084d8c;
        }

        .subMenu a.menuitem .statusicon {
            position: absolute;
            top: 5px;
            right: 5px;
            border: none;
        }


div.submenu ul {
    list-style-type: none;
    margin: 0 10px 0 12px;
    padding: 0;
}


.subMenu div.submenu ul li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #28729E;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
}

    .subMenu div.submenu ul li a:hover {
        color: #AA9723;
    }


/* End Sub Navigation */

h1.title {
    margin: 0px;
    font-size: 20px;
    color: #4980A1;
    text-transform: uppercase;
    display: inline;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 36px;
}


/* table */

table.joomlatable th {
    padding: 5px 5px 5px 5px;
    background: #ebebeb;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

table.joomlatable tr.even td {
    padding: 5px 5px 5px 5px;
    background: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}

table.joomlatable tr.odd td {
    padding: 5px 5px 5px 5px;
    background: #fafafa;
    border-bottom: 1px solid #dcdcdc;
}

/* table end */

/* Tool tips */
/* tooltips */
.tool-tip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
    color: #323232;
}

.tool-title {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    /*background: url(../../templates/system/images/selector-arrow.png) no-repeat;*/
}

.tool-text {
    font-size: 100%;
    margin: 0;
}
/* Tooltips end */

.sfError {
    color: Red;
}

div.sfSuccess {
    color: Green;
    background-color: #E5FFEB;
    padding: 10px;
    border: solid 1px #A8FFBD;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


div.subMenu ul, div.subMenu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



ol.sfnewsletterFieldsList {
    padding-left: 0;
}


h1.sfeventTitle {
    color: #646464;
}

div.submenu {
    margin-left: 10px;
    width: 184px;
    border-left: dashed #858D96 1px;
    border-right: dashed #858D96 1px;
}

div.sfTextbox label.sfTxtLbl, div.sfTextarea label.sfTxtLbl {
    font-size: 12px;
    font-weight: bold;
}

div.sfTextbox input.sfTxt, div.sfTextarea textarea.sfTxt {
    width: 500px;
}

div.sfTextarea textarea.sfTxt {
    height: 200px;
}

ul.sfLightboxMode img {
    width: 115px;
    height: 85px;
    margin: 3px;
    padding: 3px;
    border: solid 1px #ccc;
    float: left;
}

ul.sfLightboxMode li {
    list-style-type: none;
}

div.sf_pagerNumeric {
    margin-left: 40px;
    clear: both;
}

    div.sf_pagerNumeric a {
        padding: 5px;
    }

#fancybox-title {
    position: absolute;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
    margin-top: -20px;
    margin-left: 0px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    background-color: black;
    border: 0px;
    padding: 15px 10px;
    font-weight: normal !important;
    bottom: 0 !important;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

ol.sfnewsletterFieldsList {
    list-style-type: none;
}

.sfnewsTitle a {
    font-size: 1.5em;
}

/* new sidebar-navigation styles*/

/*tree view */
.RadTreeView_spacefloridaSideNav .rtIn {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #28729E;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
}

.RadTreeView_spacefloridaSideNav .rtLines .rtFirst .rtTop .rtIn, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtBot .rtIn, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtMid .rtIn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 15px;
    background-color: #2F82CC;
    color: white;
    display: block;
    position: relative;
    width: auto;
    padding: 10px 5px 0 0;
    padding-left: 10px;
    text-decoration: none;
    margin: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    width: 180px;
    border: none !important;
    cursor: pointer;
}
/*.RadTreeView_spacefloridaSideNav .rtLines .rtFirst .rtTop .rtIn:after, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtBot .rtIn:after */
.RadTreeView_spacefloridaSideNav .rtPlus + .rtIn:after {
    content: url('http://spacefloridadev.isd-devnet.com/Sitefinity/WebsiteTemplates/SpaceFlorida/App_Themes/Default/Images/right.png');
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}

.RadTreeView_spacefloridaSideNav .rtMinus + .rtIn:after {
    content: url('http://spacefloridadev.isd-devnet.com/Sitefinity/WebsiteTemplates/SpaceFlorida/App_Themes/Default/Images/down.png');
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}

.RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtUL .rtLI .rtTop .rtIn, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtUL .rtLI .rtBot .rtIn, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtUL .rtLI .rtMid .rtIn {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    background: none;
    color: #28729E;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: inherit;
    width: inherit;
}

.RadTreeView_spacefloridaSideNav .rtTop, .RadTreeView_spacefloridaSideNav .rtMid, .RadTreeView_spacefloridaSideNav .rtBot {
    padding: 0;
}

.RadTreeView_spacefloridaSideNav .rtSp, .RadTreeView_spacefloridaSideNav .rtMinus {
    display: none;
}

.RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtUL .rtLI {
    margin-left: 10px;
    width: 184px;
    border-left: dashed #858D96 1px;
    border-right: dashed #858D96 1px;
    padding-left: 0;
}

.RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtUL, .RadTreeView_spacefloridaSideNav .rtMid {
    padding-left: 0;
}

.RadTreeView_spacefloridaSideNav .rtHover .rtIn, .RadTreeView .rtHover .rtIn {
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.RadTreeView_spacefloridaSideNav .rtLines .rtFirst .rtTop .rtIn:hover, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtBot .rtIn:hover, .RadTreeView_spacefloridaSideNav .rtUL .rtLI .rtMid .rtIn:hover {
    background-color: #084d8c;
    text-decoration: none;
}

.RadTreeView_spacefloridaSideNav .rtPlus {
    display: none;
}

/*vertical view */
.RadTabStripVertical .rtsLink {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 15px;
    background-color: #2F82CC;
    color: white;
    display: block;
    position: relative;
    width: auto;
    padding: 10px 5px 0 10px !important;
    padding-left: 10px;
    text-decoration: none;
    margin: 0 5px 5px 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    width: 180px;
    text-align: left;
}

.RadTabStripVertical a.rtsLink:hover {
    background-color: #084d8c;
    text-decoration: none;
}

.RadTabStripVertical .rtsIn, .RadTabStripVertical .rtsTxt {
    padding: 0 !important;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 175px;
    text-decoration: none !important;
}


/* document list */
/* 
.subMenu.docNavList a.menuitem {
    background-color: #fff;
    color: #2F82CC;
    border: 1px solid #ACCDEB;
}
 */
.subMenu.docNavList a.menuitem {
}

/*main navigation changes */
.RadTabStrip .rtsUL {
    float: none !important;
}
/*
.RadTabStrip_primary-nav  .rtsLast:after {
	content: "Search";
	color: #fff;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: #2F82CC;
	padding: 10px 20px;
	margin: 0;
	margin: 1px;
}
*/
.RadTabStrip_primary-nav .rtsLast {
}

.RadTabStrip .rtsOut {
    padding-right: 20px !important;
}

/* google custom search styles */
.hidden {
    display: none;
}

.gsc-search-box.gsc-search-box-tools {
    background-color: #2F82CC !important;
    border: none !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 6px 6px 10px !important;
}

.google-large .gsc-control-cse {
    width: 545px !important;
}

.gsc-results-wrapper-overlay {
    width: 50% !important;
    left: 23% !important;
    background-color: #EDECEB !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    background-color: #EDECEB !important;
    border: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #EDECEB !important;
}

.google-nav-search {
    position: absolute;
    top: 141px;
    margin: 0 0 0 455px;
    margin: 0 0 0 466px;
    z-index: 100;
}

*:first-child + html .google-nav-search {
    margin: 5px 0 0 467px;
}

    .google-nav-search .gsc-control-cse {
        width: 322px !important;
        border: none !important;
        background: none !important;
        padding: 0 !important;
    }

input.gsc-search-button {
    border-color: #CECECE !important;
    background-color: #CECECE !important;
    margin: 0 5px 0px 0 !important;
}

    input.gsc-search-button:hover {
        border-color: #bebebe !important;
        background-color: #bebebe !important;
    }

input.gsc-search-button-v2 {
    padding: 5px 27px !important;
}
/* new event styles */
.spaceFloridaEventList li {
    margin: 0 0 2px 0;
}

div.RadScheduler_Metro .rsHeader {
    height: !important;
    background-color: #2F82CC !important;
    border: 1px solid #2F82CC !important;
}

div.RadScheduler_Metro {
    margin: 5px 17px 5px 2px;
}

div.RadScheduler .rsHeader ul {
    padding-right: 2px;
}

.EggDropForm {
    border: 1px solid #d5d5d5;
    padding: 10px 10px 30px;
}

    .EggDropForm .sfFormTitle {
        border-bottom: 5px solid #2F82CC;
        color: #333;
        font-size: 16px;
        margin: 25px -10px 15px;
        padding: 5px 10px;
    }

    .EggDropForm label {
        font-size: 14px;
        display: block;
        padding-bottom: 5px;
    }

    .EggDropForm input[type="text"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
    }

    .EggDropForm .sfFormBox, .EggDropForm .sfFormDropdown {
        margin-bottom: 10px;
    }

    .EggDropForm .sf_3cols_3_33 .sfFormDropdown, .EggDropForm .sf_3cols_2in_34 .sfFormDropdown {
        padding-bottom: 14px;
    }

    .EggDropForm textarea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
        min-height: 140px;
        width: 100%;
    }

    .EggDropForm .sfDropdownList {
        display: block;
    }

    .EggDropForm select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
    }

    .EggDropForm .sfFormRadiolist .sfTxtLbl, .EggDropForm .sfFormCheckboxlist .sfTxtLbl {
        display: block;
        font-size: 14px;
        padding-bottom: 8px;
    }

    .EggDropForm .sfRadioList label, .EggDropForm .sfCheckListBox label {
        display: inline;
    }

    .EggDropForm div.sfFormInstructions {
        background-color: #f1f2f3;
        color: #858D96;
        line-height: 2;
        margin: 10px 0;
        padding: 5px 10px;
    }

    .EggDropForm .sfFormSubmit {
        text-align: center;
    }

        .EggDropForm .sfFormSubmit input {
            background-color: #2F82CC;
            border: none;
            border-radius: 4px !important;
            color: white;
            cursor: pointer;
            padding: 15px 25px;
            text-transform: uppercase;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .EggDropForm .sfFormSubmit input:hover {
                background-color: #084d8c;
            }

    .EggDropForm .sfExample {
        font-size: 12px;
    }

a[title="Download the form"] {
    display: block;
    padding: 10px;
}

/* File Upload Styles */
.RadUpload_Sitefinity .ruFakeInput {
    height:22px;
    border:1px solid rgb(169, 169, 169);
}
.RadUpload .ruFileWrap {
    cursor:pointer;
}
.RadUpload_Sitefinity .ruInputs .ruFileWrap {
    overflow:visible !important;
    cursor:pointer;
}
.sfFormFile .sfTxtLbl{
    font-size: 14px;
  display: block;
  padding-bottom: 5px;
}

.SLFOperationsInquires .sfFormFile{
    max-height: 80px;
    overflow-y: hidden;
}

.SLFOperationsInquires .sfFormSubmit{
    margin-top: 10px;
}

/* Video Overlay Styles */
.VideoOverlayContainer {
    background-repeat:no-repeat;
    background-position:center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
}
    .VideoOverlayContainer .VideoContainer {
        display:table;
        vertical-align:middle;
        width:100%;
        height:100%;
        text-align:center;
    }
    .VideoOverlayContainer .VideoContainer > .sf_colsIn {
        display:table-cell;
        vertical-align:middle;
    }
    .VideoOverlayContainer .sfContentBlock {
        background-color:transparent;
    }
    .sfPageEditorWrp .VideoOverlayContainer .ImageContainer {
        display:block !important;
    }
    .sfPageEditorWrp .VideoOverlayContainer {
        background-image:none !important;
        height:auto !important;
    }