@font-face {
    font-family: 'Oswald', sans-serif;
}

body {
    font-size: 16px;
}

.h2, h2 {
    font-size: 26px;
}

.font-oswald {
    font-family: Oswald, sans-serif
}
.main-nav.navbar {
    font-family: Arial, sans-serif;
}
/*a:hover {*/
    /*color: #4266B0;*/
/*}*/
/*a {*/
    /*color: #233D88;*/
    /*text-decoration: underline;*/
/*}*/
a.btn, .nav a, .feature-hilite-boxes a, a .text-large  {
    text-decoration: none;
}
a .news-item-link-text {
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    text-underline: none;
    padding: 7px 8px;
    line-height: 24px;
    font-size: 18px;
}
a .news-item-link-text:hover {
    color: #FBB036;
}

dd a {
    font-weight: normal;
}
hr.dark {
    border-color: #888;
}
.padding-20 {
    padding: 20px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.margin-0 {
    margin: 0;
}
.navbar-brand {
	height: 50px;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main {
	color: #2B2C3B;
}

.main p {
	line-height: 1.42857; /* Reset back to bootstrap basic*/
}

.main .page {
	border: none;
	padding-bottom: 0;
}
.page.page-black {
	background-color: #000;
}
.page.page-white {
	background-color: #FFF;
}
.page.page-grey {
	background-color: #EBEBEB;
}
.page .content-white {
    background-color: #FFF;
}
@media (min-width: 768px) {
	.main .page:first-child {
		padding-top: 100px;
	}
	.margin-top-sm-75 {
		margin-top: 75px;
	}
}

#wrapper{
	margin-top: 43px;
	margin-right: auto;
	margin-left: auto;
}
.row-centered {
	text-align:center;
}
.col-centered {
	vertical-align: text-top; /* ADDED by RM */
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

.col-fixed-225 {
	/* custom width */
	width:225px;
}


.col-fixed-230 {
	/* custom width */
	width:230px;
}


.col-fixed-186 {
	/* custom width */
	width:186px;
}

.col-fixed-290 {
	/* custom width */
	width:290px;
	padding: 10px;
}

.col-fixed-310 {
	/* custom width */
	width:310px;
	padding: 10px 0;
}
.col-fixed-320 {
	/* custom width */
	width:320px;
	padding: 10px 0;
}
.col-fixed-340 {
	/* custom width */
	width:340px;
	padding: 10px 0;
}
.col-min {
	/* custom min width */
	min-width:320px;
}
.col-max {
	/* custom max width */
	max-width:320px;
}

.container.container-exhibitors {
    max-width: 100%;
    width: 100%
}
.col-large-square {
	/* custom width */
	width:150px;
	padding: 5px;
}

.col-large-square-tier-two {
    /* custom width */
    width:200px;
    padding: 5px;
}


.col-large-square-header {
	/* custom width */
	width:316px;
	padding: 2px;
}
.btn.btn-big-black {
	display: block;
	background: #111;
	max-width: 140px;
	height: 140px;
	min-height: 140px;
	line-height: 128px;
    font-size: 16px;
    color: #E9A017;
}
.btn.btn-big-black:hover {
    color: #ffbe18;
}

.sidebar p {
	font-size: 14px;
}
.content .btn, .sidebar .btn {
    font-weight: normal;
    font-style: normal;
}
.text-font-light {
    font-weight:300;
}
.text-font-alt {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn {
    font-weight: 400;
    font-family: "Helvetica Neue", sans-serif;
}
.btn-md {
    font-size: 14px;
    padding: 6px 12px;
}
.btn-default {
    border: none;
    color: #666;
    background-color: #F0F0F0;
}
.btn-inverse {
    color: #FFF;
    background-color: #333;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {
    color: #DDD;
}
.btn-danger {
	border: none;
	color: #FFF;
	background-color: #C30E2E;
	border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	color: #DDD;
	background-color: #be0e2e;
}
.btn.btn-title {
    font-family: Oswald, sans-serif;
}
.btn-md.btn-title {
	font-size: 18px;
}

@media (min-width:716px) {

    .container.container-exhibitors {
        width: 630px;
    }
}

@media (min-width:768px) {
    .container.container-exhibitors {
        width: 775px;
    }
    .btn-md {
        font-size: 15px;
        padding: 8px 14px;
    }
	.btn-md.btn-title {
		font-size: 20px;
	}
}

@media (min-width:992px) {
    .container.container-exhibitors {
        width: 975px;
    }

    .col-large-square {
        /* custom width */
        width:160px;
    }
    .col-large-square-tier-two {
        /* custom width */
        width:200px;
        padding: 5px;
    }


	.col-large-square-header {
		/* custom width */
		width:316px;
		padding: 2px;
	}

    .btn-md {
        font-size: 16px;
        padding: 10px 16px;
    }
	.btn-md.btn-title {
		font-size: 22px;
	}
    .btn.btn-big-black {
        max-width: 150px;
        height: 150px;
        min-height: 150px;
        line-height: 136px;
        font-size: 18px;
    }
}
@media (min-width:1200px) {
    .container.container-exhibitors {
        width: 1200px;
    }
    .btn-md {
        font-size: 18px;
        padding: 12px 18px;
    }
	.btn-md.btn-title {
		font-size: 24px;
	}

}
@media (min-width:321px) and (max-width:991px) {
    .feature-hilite-boxes {
        margin-left:auto;
        margin-right:auto;
        max-width:500px;
    }
}

/*****************************************************************************************
* BEGIN Modal
*****************************************************************************************/
.modal-body {
    padding: 35px 15px 15px;
}
.modal-body .sidebar-title-icon {
    top: -31px;
}
/*****************************************************************************************
* END Modal
*****************************************************************************************/
/*****************************************************************************************
* BEGIN Dropdown menus
*****************************************************************************************/
.dropdown {
	text-transform: inherit;
	font-size: 14px;
}

.dropdown-header {
	color: #ccc;
}

.dropdown-menu {
	/* background-color: #ccc; ff0000 0D435D 10638B*/
	background-color: #111;
	color: #8B9FA6;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	border-top: 2px solid rgba(40, 40, 40, 0.75);
}

.dropdown-menu > li > a {
	color: #8AA0A6;
	font-weight: normal;
	padding: 10px 20px;
	font-size: 15px;
	/*text-align: right; NO Looked Odd*/
}

.dropdown-menu > li > a .menu-arrow {
	/*right: -12px;
	top: -17px;*/
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #000;
	color: #8AA0A6;
}

.dropdown-menu > li:focus > a .menu-arrow, .dropdown-menu > li:hover > a .menu-arrow {
	color:#E69A13;
}

.dropdown.active {
	background-color: #111;
}
/*****************************************************************************************
* END Dropdown menus
*****************************************************************************************/
/*****************************************************************************************
* BEGIN nav-bar
*****************************************************************************************/
.navbar-container-1 .container {
    width: 100%;
}
.navbar-container-2 {
	background-color: #E6E6E6;
	color: #333;
	box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
.navbar-collapse-2 .navbar-collapse-1 .navbar-nav > li > a {
    font-size: 12px;
}
.navbar-inverse {
	background-color: #000;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #111;
}
.navbar-right {
	margin-right: 0;
	-moz-margin-end: auto;
}
.navbar-header {

}
.linecon-twitter {

}
.navbar-inverse .navbar-nav > li > a:hover .linecon-twitter, .navbar-inverse .navbar-nav > li > a:focus .linecon-twitter {
    color: #00c0ef;
}

/*****************************************************************************************
* END nav-bar
*****************************************************************************************/
/*****************************************************************************************
* BEGIN main-menu
*****************************************************************************************/
.main-menu {
	margin-top: 0;
}

.main-menu, .dropdown-menu {
	font-weight: bold;
}
.main-menu>li {
	border: none;
}
.main-menu.navbar-nav>li>a {
	color: #333;
	padding-bottom: 7px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}

.main-menu.navbar-nav > li > a:hover {
	background-color: #111;
}
.caret {
    vertical-align: super;
}
/*****************************************************************************************
* END main-menu
*****************************************************************************************/
/*****************************************************************************************
* BEGIN register Button
*****************************************************************************************/
.navbar-nav > li.menu-register a {
	background-color: #8AA0A6;
	padding-right:25px;
}
.navbar-nav > li.menu-register a:hover {
	background-color: #7c9097;
}
.navbar-nav > li.menu-register a {
	color: #FFF;
}
.navbar-nav > li > a.underline-clear{
	border-bottom-color: transparent;
}
/*****************************************************************************************
* END register Button
*****************************************************************************************/
/*****************************************************************************************
* BEGIN CANSEC 2016 colours
*****************************************************************************************/

.btn-primary{
	color: white;
	background-color: #000;
	border-radius: 4px;
    border-color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.btn-primary:hover{
	color: #EBEBEB;
    background-color: #111;
}

.contact-block-cansec{
	padding-top: 30px;
}
.table-header-inverse {
    color: #fff;
    background-color: #111;
}
/*****************************************************************************************
* END CANSEC 2016 colours
*****************************************************************************************/
/*****************************************************************************************
* BEGIN Homepage Eyeline
*****************************************************************************************/
.container.container-expanded {
	width: 100%;
	padding: 0;
	margin: 0;
}
.eyeline-section {
	background: url(/CAF/images/org/CAF_HeaderBanner_HOME.jpg) top center no-repeat ;
	background-size: cover;
    font-size: 14px;
}
.eyeline-position-text {
	top: 2%;
    width: 100%;
}
.eyeline-font {
	font-family: Oswald, sans-serif;
}
.eyeline-image {
	width: 100%;
}
.eyeline-img-flags {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 5%
}
.eyeline-img-sponsor {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 12%
}
.eyeline-overlay {
	background-color: #444;
	height: 100%;
	padding: 10px;
}
.eyeline-text {
	line-height: 1em;
	font-size: 1.5em;
}
.eyeline-overlay-text {
	color: #FFF;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.5em;
}
.eyeline-overlay-secondary-text {
	line-height: 1em;
    font-size: 1em;
    font-weight: 300;
	color: #FFF; /* FBAF36 */
	text-transform: uppercase;
}
.eyeline-overlay-subtext {
    color: #FFF; /* FBAF36 */
	/*text-transform: uppercase;*/
    font-size: 1.25em;
    font-weight: 300;
}
.eyeline-text-accent {
	color:#FBAF36;
}
.eyeline-numbers-title {
	top:8%;
}
.eyeline-numbers-content {
	top: 25%;
	width:18%;
}
.eyeline-numbers-content.first {
	left: 5%;
}
.eyeline-numbers-content.second {
	left: 20%;
}
.eyeline-numbers-content.third {
	left: 40%;
}
.eyeline-numbers-content.fourth {
	left: 60%;
}
.eyeline-numbers-content.fifth {
	left: 80%;
}
.eyeline-numbers-content .text-sized {
	margin-top: 5px;
}
.text-eyeline { /* TODO */
	font-family: Helvetica Neue, Arial, sans serif;
	text-transform:uppercase;
	line-height: 1.4em;
	font-size: 8.5px;
}

.padding-bottom-xs {
    padding-bottom: 80px;
}
@media (min-width: 450px) {
	.eyeline-numbers-content .text-sized {
		margin-top: 10px;
	}
	.text-xs {
		font-size: inherit;
	}
    .text-eyeline {
        font-size: 12px;
    }
}

@media (min-width: 551px) {
    .eyeline-numbers-title {
        font-size: 43px;
        line-height: 43px;
    }
    .padding-bottom-xs {
        padding-bottom: 40px;
    }

}

@media (min-width: 768px) {
    .eyeline-section {
        position: relative;
        width: 100%;
        min-width: 100%;
		height: 225px;
    }
    .eyeline-position {
        position:absolute;
    }

    .main-menu.navbar-nav>li>a {
        font-size: 14px;
    }
	.eyeline-overlay {
		background-color: #000;
		opacity: 0.8;
		width: 30%;
		padding: 30px 15px 0 15px;
	}
	.eyeline-text {
		line-height: 1em;
		font-size: 2em;
	}
    .eyeline-img-flags {
        width: 5%
    }

    .eyeline-numbers-title {
		top:12%;
	}
	.eyeline-numbers-content {
		top: 30%;
		width:12%;
	}
	.eyeline-numbers-content.first {
		left: 7%;
	}
	.eyeline-numbers-content.second {
		left: 25%;
	}
	.eyeline-numbers-content.third {
		left: 44%;
	}
	.eyeline-numbers-content.fourth {
		left: 62%;
	}
	.eyeline-numbers-content.fifth {
		left: 80%;
	}
	.eyeline-numbers-content .text-sized {
		margin-top: 20px;
	}
	.eyeline-overlay-text {
		font-size: 2.75em;  /* 42px */
	}
    .eyeline-overlay-secondary-text {
        font-size: 1.5em; /* 38.5px */
    }
    .eyeline-overlay-subtext {
        font-size: 1.75em;
    }

	.text-sized {
		line-height: 40px;
		font-size: 45px;
	}
	.text-eyeline {
		line-height: 20px;
		font-size: 15px;
	}
    .padding-bottom-xs {
        padding-bottom: 0;
    }

}

@media (min-width: 992px) {
    .navbar-container-1 .navbar-header {
        padding-left: 22px;
    }
	.eyeline-section {
		height: 275px;
	}
    .eyeline-overlay {
        padding: 50px 20px 0 20px;
    }
	.eyeline-text {
		font-size: 2em;
	}
    .eyeline-position-text {
        top: 2%;
    }
    .eyeline-img-flags {
        width: 5%
    }
    .eyeline-numbers-title {
		top:20%;
	}
	.eyeline-numbers-content {
		top: 40%;
		width:12%;
	}
	.eyeline-overlay-text {
		font-size: 3.25em;  /* 56px */
        line-height: 1.2em;  /* 47.6px */
	}
    .eyeline-overlay-secondary-text {
        font-size: 1.75em; /* 52.5px */
    }
    .eyeline-overlay-subtext {
        font-size: 2em;
    }
	.text-sized {
		line-height: 50px;
		font-size: 65px;
	}
}
@media (min-width: 1280px) {
	.container.container-expanded {
		width: 1280px;
		margin-left: auto;
		margin-right:auto;
	}
    .navbar-container-1 .container {
        width: 1280px;
    }
    .eyeline-section {
        height: 350px;
    }
    .eyeline-overlay-text {
        font-size: 4em; /* 66.5px */
    }
    .eyeline-img-flags {
        width: 5%
    }
    .eyeline-overlay-secondary-text {
        font-size: 2em; /* 63px */
    }
}

/*****************************************************************************************
* END Homepage Eyeline
*****************************************************************************************/
/*****************************************************************************************
* BEGIN Main Content
*****************************************************************************************/
.container .content {
	/*background-color: #FFF;*/
}
.section-spacing {
	/*padding: 25px 20px 0;
	margin-bottom: 20px;*/
}
.section-grey {
	background-color: #EBEBEB;
}
h1, .content h1, .section-title {
	font-size: 25px;
	font-family: Oswald, sans serif;
	text-transform: uppercase;
	color: #000;
}
section .panel-schedule {
	border: #8AA0A6 1px solid;
	border-radius: 4px;
	background-color: #EBEBEB;
}
section .panel-schedule:hover {
	border: #444 1px solid;
	/*box-shadow: 3px 3px 1px #888888;*/
}
section .panel-schedule .panel-schedule-item {
	color: #040404;
	border-top: #8AA0A6 1px solid;
	padding: 10px;
}
section .panel-schedule .panel-schedule-item div {
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section .panel-schedule .panel-schedule-item:hover {
	background-color: #FAFAFA;
}
section .panel-schedule .panel-schedule-item:first-child {
	border-top: none;
}
.main .section-text {
	padding: 10px;
}

.feature-box {
    width: 315px;
    height: 465px;
    /*height: 360px;*/
    background-color: white;
    box-shadow: 2px 5px 5px 1px #888888;
    padding: 15px 10px 10px;
    position: relative;
    /* box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.75); */
}
.col-fixed-310 .feature-box {
    width: 305px;
}
.feature-title {
    font-size: 1.75em;
    font-weight: 300;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.img-center.img-listitem.img-responsive {
    max-width: 80px;
}
.media:first-child {
    border-top: 1px solid #D7D7D7;
}

@media (min-width: 768px) {
	h1, .content h1, .section-title {
		font-size: 43px;
	}
	.section-spacing {
	/*	padding: 25px 60px 0;*/
	}
	section .panel-schedule .panel-schedule-item {
		padding: 20px;
	}
}
@media (min-width: 768px) {
	.main .section-text {
		padding: 10px 0;
		font-size: 25px;
		line-height: 40px;
		font-stretch: expanded;
	}
}

/*****************************************************************************************
* END Main Content
*****************************************************************************************/
/*****************************************************************************************
* BEGIN footer
*****************************************************************************************/
footer {
	font-size: 14px;
	background-color: #000000;
	color: #fff;
	padding: 0;
	text-align: left;
}
footer .contact-logo {
	display: inline-block;
	vertical-align: top;
}

footer .contact {
	text-align: left;
	display: inline-block;
	margin: 1px 0 0 0;
}
footer .contact a {
	color: #FBAF36;
}
footer .sponsor-block, footer.sponsor-block {
	background-color: #8AA0A6;
	color: #000;
}
footer .contact span {
	color: #8AA0A6;
}

footer .contact p, footer .contact a {
	margin: 0;
	line-height: 18px; /* slightly smaller*/
}
footer .contact p.org {
	color: #FFF;
}

footer .contact-block-cadsi{
	text-align: right;
	margin: 15px 0 0 0;/**/
}
footer .contact-block-cadsi img{
	vertical-align: top;
	margin-top: -4px;
}

footer .contact-links ul{
	padding: 0;
}

footer .contact-links li{
	display: inline;
}

footer .contact-links-pipe {
	margin: 0  3px;
}

footer .disclaimer {
	font-size: 11px;
	text-align: center;
	color: #8AA0A6;
}
/*****************************************************************************************
* END footer
*****************************************************************************************/
/*****************************************************************************************
* BEGIN spacing utilities
*****************************************************************************************/
.margin-top-75 {
    margin-top: 75px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}
.padding-10 {
    padding: 10px;
}
dl.dl-nomargin {
    margin: 0;
}
.dl-horizontal.dl-nomargin dt, .dl-horizontal.dl-nomargin dd {
    margin-bottom: 0;
}
.dl-horizontal.dl-nomargin dt{
    width: 80px;
}
.dl-horizontal.dl-nomargin dd {
    margin-left: 85px;
}
dl.dl-modest {
    font-size: 12px;
}
dl.dl-modest dt {
    font-weight: normal;
    color: #777;
}
.content-box-light {
    background-color: #8AA0A6;
    /*color: #fff;*/
    color: #4E5968 !important;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 0;
}
.content-box-light .content-box-toggle {
    color: #fff;
}

.content-box-bright {
   /* background-color: #F5F5F5;*/
    /*color: #4F5B67;*/
    color: #4E5968 !important;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 0;
}

.content-box-toggle {
    /*  2019-02-12 RFC Claude  */
    color: #4E5968 !important;
/*    display: block;*/
/*    font-weight: bold;*/
/*    padding: 20px 0 20px;*/
}



.inline-block {
    display: inline-block;
}
/*****************************************************************************************
* END spacing utilities
*****************************************************************************************/
.main-menu>li>a{
	height: 40px;
}
.content-headline {
    font-weight:300;
    font-size:3em;
    line-height:1em;
}
.content-headline.army{
    color:#D12137;
    font-weight:normal;
}
.content-headline.navy{
    color:#42728A;
    font-weight:normal;
}
.content-headline.airforce{
    color:#5eb3d8;
    font-weight:normal;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
@media (min-width: 768px) {
	.content {
		margin-top: 20px;
	}
	.main-menu>li {
		/*border-left: 1px solid #202020;*/
		height: 100px;
	}
	.main-menu>li>a{
		height: 100px;
	}

	.main-menu.navbar-nav>li>a {
		line-height: 85px;
	}
background	footer .contact-block-cadsi{
		text-align: center;
		margin: 0;/**/
	}

}
#schedule  .table>tbody>tr>td {
    padding: 4px;
}
.sidebar-title {
    font-size: 1.6rem;
}
.agenda-width {
    width: 10px;
    max-width: 10px;
}
@media (min-width: 567px) {
    .agenda-width {
        width: 120px;
        max-width: 120px;
    }
    .sidebar-title {
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
	.main-menu.navbar-nav>li>a {
		font-size: 14px;
	}
    article.content {
        padding-right: 25px;
    }
    .sidebar-title {
        font-size: 2rem;
    }
    .d-md-flex {
        display: flex;
    }
    .justify-content-between {
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
	.main-menu.navbar-nav > li > a {
		font-size: 16px;
	}

    .btn-xxl {
        font-size: 3em;
        padding: 14px 25px;
    }
    .sidebar-title {
        font-size: 2.2rem;
    }
}

@media (max-width:767px) {
	.navbar {
		min-height: 20px;
	}
	.padding-xs-0 {
		padding: 0;
	}

}
.text-normal {
    font-family: Helvetica Neue, Arial, sans serif;
    font-weight: normal !important;
    font-style: normal !important;
}
.text-normal.font-oswald {
    font-family: Oswald, sans serif;
}
.text-large {
    font-size: 1.75em;
    color: #333;
}
.text-xs {
    font-size: 12px;
}
.text-army {
    color: #c90021;
}
.text-navy {
    color: #357fa4;
}
.text-airforce {
    color: #6fdbff;
}
.text-sky {
    color: #8ecdf1;
}
.btn-text-container{
    height: 70px;
    padding-top: 45px;
    margin: 20px 0;
}


.link-image {
    position: relative;
    padding-top: 30px;
}

.link-image-position {
    position: absolute;
    bottom: 0;
    left: -60px;
}

.sidebar-title {
    position: relative;
    padding-left: 78px;
    margin: 10px 0;
}
.sidebar-title-icon {
    position: absolute;
    top: -52px;
    left: 10px;
}
