@charset "utf-8";
/* CSS Document */

/***************************************************
	GENERAL
***************************************************/
ol {
    padding-left: 30px;
    position: relative;
}
ol li {
    margin: 0 30px 20px;
    position: relative;
	list-style: inherit;
}

.disclaimer {
	display: block;
	padding: 15px 30px 1px;
	margin-top: 2rem;
	background: #ebebeb;
}
.disclaimer p {
	font-size: 17px;
	margin-bottom: 15px;
}
.quote {
	background: #ebebeb;
    padding: 23px 30px 1px;
	margin: 15px 0 0 50px;
    font-style: italic;
	border-radius: 4px;
    max-width: 850px;
}
.footer-search,
#footer,
#footer-main,
#extended-nav {
	z-index: 10;
}

/***************************************************
	BANNER
***************************************************/
.no-image .page-banner-inner {
	background-image: linear-gradient(-10deg, rgba(0,0,0, .15) 0%, rgba(0,0,0, .15) 49.95%, rgba(0,0,0, 0) 50%, rgba(0,0,0, 0) 100%);
	background-color: rgba(0,0,0,0.4);
}
.page-banner .slice-angle-gray:before {
	border-bottom-color: #ebebeb;
	bottom: calc(100% - 15px);
}
#dnn_ContentPaneFullBleed3 > .DnnModule.DnnModule-992 > div,
#dnn_ContentPaneFullBleed3 > .DnnModule.DnnModule-4769 > div {
	max-width: 100%;
	padding: 0 !important;
} 

/***************************************************
	CONTENT SECTION
***************************************************/

#dnn_ContentPaneFullBleed3 {
	margin-left: 300px;
}
#dnn_ContentPaneFullBleed3 > .DnnModule {
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 750px);
} 
#dnn_ContentPaneFullBleed3 > .DnnModule > div {
	max-width: 1460px;
	padding: 0 30px 0 60px;
}
#dnn_ContentPaneFullBleed3 > .DnnModule-887:before {
    border-width: 0 100vw 0 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: calc(100% - 1px);
    border-bottom-width: 5vw;
    border-bottom-color: #fff;
}
.page-banner-inner {
	padding-bottom:60px;
}

/***************************************************
	GLOBAL
***************************************************/
#dnn_ContentPanePage {
	display: block;
	position: relative;
}
#dnn_ContentPaneFullBleed2 {
	display: block;
	position: relative;
	background:#fff;
}

.section {
	display: block;
	margin: 0;
	padding: 4rem 0 3rem;
}
.section p,
.section article > p {
    max-width: 900px;
}
.section article ul li {
	margin-left: 45px;
}
.section li {
	margin-bottom: 10px;
}
/*h2.section-title {
    text-transform: uppercase;
    background: #333;
    line-height: .75em;
    padding-top: 30px;
    color: #fff;
    text-align: right;
    padding-right: 30px;
}*/
h2.section-title {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2.7rem;
    font-weight: 500;
    color: #355e93;
}
h2.section-title span {
	display: none;
}
.subsection {
	padding: 4rem 25px 3rem 45px;
	border-top: 1px solid #adadad;
}
.subsection > p {
    max-width: 900px;
}
.subsubsection {
	padding: 3rem 0 0;
	margin: 0 0 30px;
}
h3.section-subtitle {
    display: block;
	position: relative;
	left: -45px;
	color: #355e93;
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2.2rem;
    font-weight: 500;
}
h4.section-subtitle {
	font-size: 1.8rem;
	color: #333;
}
#cocom-seals .dgov-col-md-auto {
    min-width: 20%;
}

/***************************************************
	BRANDING NAV
***************************************************/
main {
    position: relative;
}
#dnn_ContentPaneFullBleed1 {
	position: absolute;
    top: 0;
	left:0;
	z-index: 9;
    height: 100%;
    background: #eee;
	border-right: 1px solid #ccc;
    width: 300px;
	padding-top: 100px !important;
	box-shadow:0 3px 6px rgba(0,0,0,0.06) inset, 0 3px 6px rgba(0,0,0,0.13) inset;
}
.DnnModule-4768,
.DnnModule-4768 > .base-container,
#dnn_ctr4768_ContentPane,
#dnn_ctr4768_ModuleContent,
#dnn_ctr4768_HtmlModule_lblContent,
.DnnModule-892,
.DnnModule-892 > .base-container,
#dnn_ctr892_ContentPane,
#dnn_ctr892_ModuleContent,
#dnn_ctr892_HtmlModule_lblContent,
.DnnModule-4272,
.DnnModule-4272 > .base-container,
#dnn_ctr4272_ContentPane,
#dnn_ctr4272_ModuleContent,
#dnn_ctr4272_HtmlModule_lblContent,
.DnnModule-1424,
.DnnModule-1424 > .base-container,
#dnn_ctr1424_ContentPane,
#dnn_ctr1424_ModuleContent,
#dnn_ctr1424_HtmlModule_lblContent {
    display: block;
    position: relative;
    height: 100%;
}
#branding-nav-wrap {
	position: relative;
	height: 100%;
	overflow-y:scroll;
}
#branding-nav {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 15px 15px 5rem;
}
#branding-nav > .nav > li {
	display: block;
}
#branding-nav .nav li a {
	line-height: 1.2em;
}
#branding-nav > .nav > li.heading {
	display: block;
	padding: 10px 15px;
	background: #333;
	color: #fff;
	margin: 0 0 10px;
}
#branding-nav > .nav > li.sup-heading {
	display: block;
	padding: 10px 15px;
	background: #333;
	color: #fff;
	margin-top: 30px;
}
#branding-nav .nav > li > a {
    display: block;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
#branding-nav .nav .nav {
    display: none;
    padding-bottom: 10px;
}
#branding-nav .nav > .active > ul {
	display: block;
	margin-top: 5px;
}
#branding-nav .nav .nav > li > a {
	padding: 2px 15px;
	margin-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
}
#branding-nav .nav .nav > li.active > a {
    font-weight: bold;
}
#branding-nav .nav .nav .nav > li > a {
	padding: 2px 15px;
    font-size: 15px;
    font-weight: 400;
}
#branding-nav li.active > a,
#branding-nav li.active > a:hover {
	border-left: 4px solid #355e93;
	color: #355e93;
	padding-left: 11px !important;
    font-weight: bold;
}
#branding-nav li a:hover {
	border-left: 2px solid #355e93;
	color: #355e93;
	padding-left: 13px !important;
}
.back-to-top {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 270px;
	text-align: center;
}
.back-to-top .fav{
	margin-left: 10px;
}

/***************************************************
	OVERVIEW
***************************************************/
#overview {
}
h2#overview {
	margin-top: 0;
}
.symbol-seal {
	float: left;
	max-width: 150px;
	margin-right: 15px;
}
.symbol-logo {
	float: left;
	max-width: 330px;
	margin-right: 15px;
}

/***************************************************
	LOGO
***************************************************/
/** DOWNLOADS *************************************/
#dod-logo-downloads h5,
#armed-forces-seals h5,
#cocom-seals h5,
.subsection h5 {
	font-size: 1.2rem;
	margin: 0 0 5px;
}
.download-list {
	text-align: center;
	margin: 10px 0;
}
.section .download-list li {
	display:inline-block;
	margin-left: 0;
}
/*.section .download-list li:nth-child(3n) {
    display: none;
}*/
.download-list li a {
	margin:0 7px;
}
.download-list li a .fas {
	margin-right: 3px;
    font-size: .8em;
    position: relative;
    top: -1px;
}
/*.download-list li a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f019";
	font-size: .9em;
	margin-right: 5px;
}*/
.logo-title,
#downloads .subsection h4 {
	display: block;
    font-size: 17px;
    background: #333;
    color: #fff;
    padding: 7px 30px;
    text-align: center;
    margin: 0;
}
.logo-wrap {
	display: block;
	position: relative;
	padding: 0;
	border: 1px solid #adadad;
	border-radius: 4px;
	margin-bottom: 8px;
    overflow: hidden;
}
.logo-wrap img {
    width: 100%;
}
.logo-wrap-light {
	background: #ebebeb;
}
.logo-wrap-dark {
	background: #141414;
}
.logo-wrap .fas {
	display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: -7px;
    right: -7px;
    font-size: 22px;
    background: #355e93;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    text-align: center;
    padding-top: 10px;
}
#downloads-armed-forces-seals .logo-wrap img,
#downloads-cocom-seals .logo-wrap img {
	max-width: 170px;
}
#downloads .subsection .logo-wrap {
	border-radius: 0 0 4px 4px;
}
.wordmark {
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 40px;
	font-size: 17px;
}
.wordmark span {
	display: inline-block;
    margin: 0 10px 4px 0;
}
.wordmark span.color {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: inherit;
	content: "";
	font-size: .9em;
	margin: 0 5px 0 0;
	width: 30px;
	height: 30px;
	background: #141414;
	border: 1px solid #adadad;
	border-radius: 4px;
}
.wordmark-light span.color {
	background: #ffffff;
}
.wordmark-ocean span.color {
	background: #254267;
}
.wordmark-blue span.color {
	background: #355e93;
}
.wordmark-anchor span.color {
	background: #717171;
}

/** COLOR *****************************************/
.color-grad {
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #adadad;
	border-radius: 4px;
}
.color-grad .left,
.color-grad .right {
	display: block;
	background: #fff;
	padding: 10px;
	border: 1px solid #adadad;
	font-size:17px;
	line-height: 1.5em;
}
.color-grad > div > span {
	display: block;
}
.logo-color-main {
	background: rgb(53,94,147);
	background: -moz-linear-gradient(-45deg, rgba(53,94,147,1) 0%, rgba(114,143,180,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(53,94,147,1) 0%,rgba(114,143,180,1) 100%);
	background: linear-gradient(135deg, rgba(53,94,147,1) 0%,rgba(114,143,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355e93', endColorstr='#728fb4',GradientType=1 );
}
.logo-color-lod {
	background: rgb(173,173,173);
	background: -moz-linear-gradient(-45deg, rgba(173,173,173,1) 0%, rgba(113,113,113,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(173,173,173,1) 0%,rgba(113,113,113,1) 100%);
	background: linear-gradient(135deg, rgba(173,173,173,1) 0%,rgba(113,113,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#717171',GradientType=1 );
}
.logo-color-dol {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(173,173,173,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(173,173,173,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(173,173,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adadad',GradientType=1 );
}

/** DONTS *****************************************/
.dont-each {
	display: block;
	position: relative;
}
.dont-each-img {
	position: relative;
}
.dont-each-img .dont-line {
	display: block;
    background: linear-gradient(to top right, transparent calc(50% - 4px), #c44b40 calc(50% - 2px), #c44b40 calc(50% + 2px), transparent calc(50% + 4px) );
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.dont-each img {
    border: 1px solid #adadad;
	margin-bottom: 5px;
}
.dont-each .fas {
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 7px;
	right:7px;
	font-size: 45px;
	color: #c44b40;
}
.dont-each p {
	font-size: 17px;
	margin: 0;
}

/***************************************************
	COLORS
***************************************************/
.color-block {
	border-radius: 4px;
	border: 1px solid #adadad;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.14);
}
.color-info {
    display: block;
    padding: 10px 15px;
    margin: 0 15px;
    margin-top: -20px;
    background: #fff;
    font-size: 17px;
	border: 1px solid #adadad;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.13);
}
.color-info span {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}
.color-info strong {
	font-size: 20px;
}

#color-service-nav {
	margin: 0 -5px;
}
#color-service-nav a {
    display: block;
    position: relative;
    top: 1px;
    padding: 15px 0 10px;
	margin: 0 5px;
    background: #ccc;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -10px 20px -10px #999 inset;
}
#color-service-nav a.active {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
#color-service-nav img {
    max-width: 100px;
    margin-bottom: 15px;
}
#color-service-nav p {
	font-weight: bold;
	margin-bottom: 10px;
}
#color-service-list {
    margin: 0;
    padding: 0;
}
#color-service-list li {
    display: none;
    padding: 30px;
    border: 1px solid #adadad;
}
#color-service-list li.active {
    display: block;
}

/***************************************************
	TYPOGRAPHY
***************************************************/
.type-reference {
}
.type-reference > div {
	margin-bottom: 1rem;
}
.type-reference > div > div {
	border: 1px solid #adadad;
}
.reference-title {
	background: #333;
	padding: 10px 15px;
}
.reference-title h4 {
	font-size: 1.4rem;
	margin: 0;
	color: #fff;
	text-align: center;
}.type-reference p {
	margin: 0;
    padding: 5px 15px;
    background: #ebebeb;

	font-weight: bold;
}
.type-title {
    max-height: 95px;
    padding: 15px;
}

.type-table {
	border: 1px solid #adadad;
	text-align: center;
	margin-bottom: 2rem;
}
.type-table>thead>tr>th,
.type-table>tbody>tr>th,
.type-table>tfoot>tr>th,
.type-table>thead>tr>td,
.type-table>tbody>tr>td,
.type-table>tfoot>tr>td {
	border: 1px solid #adadad;
	vertical-align: middle;
}
.type-table thead th {
	text-align: center;
}
.type-table th {
	background: #ebebeb;
}
.type-table td {
	vertical-align: middle;
}
.type-table .type-title {
	margin: 10px 0 5px;
}

.typeface-each {
    display: block;
    border: 1px solid #adadad;
    margin-bottom: 30px;
    padding: 20px 30px;
}
.typeface-each .oswald,
.typeface-each .times-new-roman {
	font-weight: normal;
}
.type-sample {
	display: block;
	text-align: right;
}
.type-sample p {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2rem;
	text-align: right;
}
.type-sample p.weights {
	margin-top: 2rem;
}
.type-sample p > span {
	display: inline-block;
}
.type-sample .large {
	font-size: 6rem;
	line-height: 1em;
}
.type-sample .upper {
	text-transform: uppercase;
}
.type-sample .lower {
	
}

.oswald {
    font-family: "Oswald", sans-serif;
}
.lato {
    font-family: "Lato", sans-serif;
}
.crimson-text {
    font-family: "Crimson Text", serif;
}
.arial {
    font-family: "Arial", sans-serif;
}
.times-new-roman {
    font-family: "Times New Roman", "serif";
}
.franklin {
    font-family: "Franklin Gothic Bold", sans-serif;
}
	
.aframe .body h1,
.aframe .body h2,
.aframe .body h3,
.aframe .body h4,
.aframe .body h5,
.aframe .body h6 {
    margin: 0 0 1rem;
    padding: 0;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}
.aframe .body h1 {
	font-size:2rem;
}
.aframe .body h2 {
	font-size:1.8rem;
}
.aframe .body h3 {
	font-size:1.6rem;
}
.aframe .body h4 {
	font-size:1.4rem;
}
.aframe .body h5 {
	font-size:1.3rem;
}
.aframe .body h6 {
	font-size:1.2rem;
}
span.headline-desc {
    display: block;
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    margin-top: 5px;
    color: #717171;
    font-family: Lato, sans-serif;
}
.table > thead > tr > th {
	background: #a1a1a1;
	border-color:#717171;
}

/***************************************************
	ICONS
***************************************************/
.icon-grid {
	text-align:center;
	color: #717171;
	font-size: 17px;
	margin-bottom: 20px;
}
.icon-grid i {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #333;
}

/***************************************************
	BUTTONS
***************************************************/
.btn-contain {
	background: #ebebeb;
	padding: 30px;
}
.btn-contain .btn {
	margin-right:15px;
}

/***************************************************
	BOX SHADOWS
***************************************************/
.card-contain {
	background: #ebebeb;
	padding: 30px;
}
.card {
	display: inline-block;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	min-height: 200px;
	position: relative;
}
.card span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.card-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.14);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-1:hover {
	  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}
.card-2 {
	  box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}
.card-3 {
	  box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.13);
}
.card-4 {
	  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}
.card-5 {
	box-shadow: 0 19px 38px rgba(0,0,0,0.20), 0 15px 12px rgba(0,0,0,0.12);
}

/***************************************************
	HELPER CLASSES
***************************************************/
#helper-classes .helper-class-wrap {
	display: block;
	border: 1px solid #adadad;
	border-bottom: 0;
	padding: 20px 30px;
}
#helper-classes .helper-class-wrap h5 {
	font-size: 1.2rem;
}
#helper-classes .helper-class-wrap p {
}
#helper-classes figure {
	margin: 0 0 2rem;
}
#helper-classes pre {
	border-radius:0;
	font-size: 15px;
	border-color: #adadad;
	line-height: 1.5em;
	padding: 20px 30px;
	margin: 0;
	background: #ebebeb;
}
#helper-classes .nt {
    color: #355e93;
}
#helper-classes .na {
    color: #728fb4;
}
#helper-classes .s {
    color: #c44b40;
}


#helper-classes .page-banner .content-wrap {
	width: auto;
}


/***************************************************
    CONTACT
***************************************************/
#dnn_ContentPaneFullBleed3 > .DnnModule-1659 {
	background: #254267;
	background: -moz-linear-gradient(top, #254267 0%, #355e93 100%);
	background: -webkit-linear-gradient(top, #254267 0%,#355e93 100%);
	background: linear-gradient(to bottom, #254267 0%,#355e93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254267', endColorstr='#355e93',GradientType=0 );
}
#contact .DGOV2 .contactFormNonDefault .contactFormTitle {
	position: relative;
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2.7rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    font-stretch: normal;
    margin: 0 0 1rem;
}
#contact .DGOV2 .contactFormNonDefault .contactFormSubtitle,
#contact .DGOV2 .contactFormNonDefault .lblContactForm {
	color: #fff;
}
#contact .DGOV2 .contactFormNonDefault .contactFormSubtitle {
    max-width: 900px;
    margin: 0 0 30px;
    line-height: 1.5;
    text-align: left;
    padding: 0  25px 0 45px;
}
#contact .DGOV2 .contactFormNonDefault .contactFormInnerContainer {
    padding: 0  25px 0 45px;
}
#contact .DGOV2 .contactFormNonDefault input[type=text].contactFormInput,
#contact .DGOV2 .contactFormNonDefault textarea.contactFormInput {
	border-color: #728fb4;
	color: #fff;
}
#contact .DGOV2 .contactFormNonDefault input[type=text].contactFormInput:focus,
#contact .DGOV2 .contactFormNonDefault textarea.contactFormInput:focus {
	color: #333;
}
#contact .DGOV2 .contactFormNonDefault input[type=text].contactFormInput,
#contact .DGOV2 .contactFormNonDefault textarea.contactFormInput {
}
#contact .DGOV2 .contactFormNonDefault .dnnFormMessage {
	color: #fff;
}
.btn.btnContactFormNonDefaultSubmit,
.btn.btnContactFormNonDefaultSubmit:visited {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid #fff;
}
.btn.btnContactFormNonDefaultSubmit:hover,
.btn.btnContactFormNonDefaultSubmit:focus,
.btn.btnContactFormNonDefaultSubmit:active {
    background-color: rgba(255,255,255,0.1) !important;
}

/***************************************************
    RESPONSIVE
***************************************************/
/* XLG */
@media only screen and (max-width: 1400px) {
	
}
/* LG */
@media only screen and (max-width: 1200px) {
	#dnn_ContentPaneFullBleed1 {
		display: none;
	}
	#dnn_ContentPaneFullBleed3 {
		margin-left: 0;
	}
	#dnn_ContentPaneFullBleed3 > .DnnModule > div {
		padding:0 30px;
	}
    #dnn_ContentPaneFullBleed3 > .DnnModule.DnnModule-4769 > div .content-wrap {
		padding:3rem 30px 0;
        width: 100%;
	}
	.section {
		padding: 2rem 0;
	}
    #contact .DGOV2 .contactFormNonDefault .contactFormSubtitle,
    #contact .DGOV2 .contactFormNonDefault .contactFormInnerContainer {
        padding: 0;
    }
	.subsection {
		padding: 2rem 0;
	}
	.subsubsection {
		padding-top: 30px;
	}
	h3.section-subtitle {
		left: 0;
	}
	.page-banner .slice-angle-gray:before {
		bottom: calc(100% - 1px);
	}
	
}

/* IPAD */
@media only screen and (max-width: 1100px) {
	
}
/* MD */
@media only screen and (max-width: 992px) {
    .quote {
        max-width: 900px;
        margin-left: 0;
    }
    
}
/* SM */
@media only screen and (max-width: 768px) {
	#dnn_ContentPaneFullBleed3 > .DnnModule > div {
		padding: 0 15px;
	}
	ol {
		padding-left: 0;
	}
	ul {
		margin-left: 0;
	}
	.symbol-seal,
	.symbol-logo {
		float: none;
		margin:0 auto;
	}
	
}
/* XS */
@media only screen and (max-width: 576px) {
	.color-grad .left,
	.color-grad .right {
		font-size: 15px;
	}
	.color-grad .left {
		margin-bottom: 15px;
	}

}
/* XXS */
@media only screen and (max-width: 400px) {
	
}

@media print {
	#dnn_ContentPaneFullBleed1 {
		display: none;
	}
	#dnn_ContentPaneFullBleed3 {
		margin-left: 0;
	}
	.page-banner .slice-angle-gray:before {
		display: none;
	}
	.section {
		padding-top:30px;
		padding-bottom:30px;
	}
	.logo-wrap-dark  {
		background: #242424 !important;
	}
	
}

/***************************************************
	end.
***************************************************/