/* Removes non-functional email button from AddThis share options */
li.at3winsvc_email.top-service {
    display: none !important;
}

/* Set home page Background */
    .container#dmabackground {
    background:  url("/Portals/34/Images/White_bg.jpg") repeat left top;
    }


/* Set Header Background */
    .skin-header-background {
        background: url("/Portals/34/Images/NavyBG.jpg")  left top !important;
    }

    /* Set footer Background */
    .skin-footer-background {
    background: #e1e5eb url("/Portals/34/Images/White_bg.jpg") repeat left top;
    }


    /* Call Google API Oswald Font */
    @font-face { 
        font-family: 'Oswald-700'; 
        src: url('https://fonts.googleapis.com/css2family=Oswald:wght@400;500;700&display=swap'); 
    } 

    /* Call Local Oswald Font */
    @font-face {
        font-family: 'Oswald-Local';
        src: url('/Portals/34/Fonts/Oswald-Regular.ttf'); 
        src: url('/Portals/34/Fonts/Oswald-Regular.ttf') format('truetype');
    }
    /*bold version*/
    @font-face {
        font-family: 'Oswald-Local';
        src: url('/Portals/34/Fonts/Oswald-Bold.ttf'); 
        src: url('/Portals/34/Fonts/Oswald-Bold.ttf') format('truetype');
        font-weight: bold;
    }

/* Fix the width of Header and Body */
.wrapper {
    /*width: 80%;
    max-width: none;*/
}

.skin-addpad {
    width: 100%;
}

.skin-header-left {
    width: 50%;
}

.skin-header-right {
    float: right;
    width: 22%;
    padding-right: 20px;
}

.header-links {
    float: right;
}

.skin-search a, .skin-search a:visited, .skin-search a:link {
    color: #fff;
}

.fa-search {
margin-left: 10px;
} 

.desktop-search {
    margin: 18px 0px 10px 0;
}

/* Menu Edits */

.menu {
    width: 100%;
}

/* Footer */
.skin-footer-background {
    min-height:0;
}

/* Logo */

.skin-logo img {
float:right;
}

.skin-title .title-text {
    display: none;
}

/* Header site title */
    .skin-title .title-text {
        font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 2.6em;
        letter-spacing: 0.03em;
    }

    .FRCSW_h1 {
        font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.3em;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        letter-spacing: 0.01em;
    }

    .FRCSW_h4 {
        font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.0em;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: 2px;
        letter-spacing: 0.04em;
    }

/* Module titles DOD title H2, H3, bluebackground2 */
    h2.title, h3.title {
        Font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.6em;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px; 
        letter-spacing: 0.03em;
    }

/* Remove Breadcrumbs */

    .skin-breadcrumb-container {
        display: none;
    }

/* Social Media Links in Header to White */

    .header-links ul {
        float: right;
        padding:0; 
        margin:0;
    }

    header .social li span {
        color: #fff;
        height: 50%;
    }

/* Hide Social Media Links In Footer */
    #dnn_SocialLinks_stayconnected{
     display: none;
    }

    h2.dnnFormSectionHead {
        background-color: #ccc;
    }

    .customButton1 {
        -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
        box-shadow: inset 0px 1px 0px 0px #54a3f7;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        background-color: #007dc1;
        width: 275px !important;
        height: 18px;
        -moz-border-radius: 6x;
        -webkit-border-radius: 11px;
        border-radius: 6px;
        border: 1px solid #ccc;
        display: inline-block;
        cursor: pointer;
        color: #ffffff !important;
        font-family: "Oswald", sans-serif;
        font-size: 100%;
        font-weight: 400;  
        text-decoration: none;
        text-shadow: 0px 1px 0px #154682;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 17px;
        padding-bottom: 9px;
    }

    .FRCSW_widget {
        max-height: 100%;
        border: 4px solid #e0e9f0;
        margin: 0px 8px 8px 0px;
        padding-right: 0px;
        padding-left: 0px;
          background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
        background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    }

  
    /* Set footer  */
 .foot3A {
    Font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
	font-weight:400;
	font-size:14px;
	list-style:none;
    height:185px;
    width:100%;
    background-color: #e1e5eb; /*#bfcad5;*/
    position:relative;
    text-align:left;
	margin-top: 0px;
	border-top: 4px solid #236;
/*	border:1px solid #f00;*/
}


    .foot3{
        Font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
        font-size:14px;
        list-style:none;
            height:125px;
    /*        width:991px;*/
    width:100%;
            background-color:#bfcad5;
            position:relative;
    /*	left:-22px;*/
    padding:10px;
    }

    .foot4{
        float:left;
        position:relative;
    /*	left:-10px;*/
    }

    #foot a:link {
    text-decoration:none;
    color:#FFFFFF;
    }

    #foot a:hover {
    color:#700800;
    }


    .clearfix:after { 
       content: "."; 
       visibility: hidden; 
       display: block; 
       height: 0; 
       clear: both;
    }


    /*for new footer*/
    .foot3B {
       Font-family: 'Oswald-Local','Oswald-700', 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 14px;
    /*	list-style: none;*/
        height: 65px;
        background-color: #2F2F2F; /*#012632;*/ /*#bfcad5;*/
    /*    position: relative;*/
    /*    text-align: center;
        margin-top: 0;*/
    }

    .foot4B {
        float: left;
    /*	position: relative;*/
        width: 100%;
    }

    .foot4B ul {
        width:100%;
        text-align: center;
    /*	border: 1px solid #f00;*/
        margin: 0;
    }

    .foot4B li {
        display: inline-block;
        *display: inline; /*IE7*/
        *zoom: 1; /*IE7*/
    /*	border: 1px solid #fff;*/
        padding: 0 30px 0 30px;
    }

    .foot4B a {
       display: inline;
    }

    .foot4B a:link {
        text-decoration: none;
        color: #cdcdcd;
    }

    .foot4B a:hover {
        text-decoration: none;
        color: #dedede;
    }

    .foot4B a:visited {
        text-decoration: none;
        color: #99bbff;
    }

/*footer modifications july 2020 */
/* Set footer Background */
.skin-footer-background {
    background: #e1e5eb url("/Portals/34/Images/White_bg.jpg") repeat left top;
}

 #footer-logos-row {
    height: 100%;
    width:100%;
    background-color: #e1e5eb; /*#bfcad5;*/
	margin-top: 20px;
	border-top: 4px solid #236; 
}

img.footer-logo-img {
    margin-top: 40px; 
    margin-bottom: 20px;
    border: 0;
    padding: 10px;
    max-height: 100px;
}