a.para:hover {
font-weight:700;
}
a.paraline{color:#333; text-decoration: underline;}

.accent-yellow, h1.accent-yellow, h2.accent-yellow, h3.accent-yellow, h4.accent-yellow {
	color: #ed7d31 !important;
}

.accent-red, h1.accent-red, h2.accent-red, h3.accent-red, h4.accent-red, li.accent-red{
	color: #fd0000 !important;
}

.color-white, h1.color-white, h2.color-white, h3.color-white, h4.color-white, li.color-white {
  color: #fff !important;
}

h2.title-text{
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-size: 66px;
	line-height:72px;
	font-weight:700;
	}
h4.title-text{
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-size: 28px;
	line-height:30px;
	font-weight:700;
}
h6.title-text{
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-size: 16px;
	line-height:18px;
	font-weight:700;
	}
	
hr.red	{
	border-bottom: 1px solid red;
}

.mark {
    border-radius: 0;
    padding: 10px 14px;
    margin-bottom: 14px;
    border: 0;
	font-size:14px;
	color:#282828;
}

.mark-green {
    background-color: #a8d7b2;
}

.mark-red {
    background-color: #ffd37a;
}

.mark-blue {
    background-color: #a0dadb;
}

.label{
 border-radius: 0;
    padding: 4px 14px;
    margin-bottom: 14px;
    border: 0;
	font-size:14px;
	color:#282828;
	
}

.label-red{
 background-color: #ffd37a;
	
}
.caption{
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	
}

.blog{
	line-height:32px;
}

#footer a{
	color:#d1d3d4;
	font-size:12px;
}

#footer a:hover{
	color:#E73825;
	font-size:12px;
}

#footer h6{
	color:#d1d3d4;
	font-size:12px;
	padding-bottom:6px;
	line-height:26px;
}

#footer p.sub{
	color:#d1d3d4;
	font-size:11px;
	padding-bottom:18px;
}
#goTop { text-align: center; }


/* hover style */

.view{
	overflow:hidden;
	margin:20px;
	position: relative;
   text-align: center;
  
   cursor: default;
  
}
.view .mask,.view .content {
   width: 320px;
   height: 300px;
   position: absolute;
   overflow: hidden;
  
   top: 0;
   left: 0;
}

.view h2 {font-family: 'Raleway' sans-serif;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 100px 0 0 0;
}
.view p {
   font-family: 'Raleway' sans-serif;
   font-style:normal;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {font-family: 'Raleway' sans-serif;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}



/* transitions */

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.section a {
  text-decoration: underline;
}
.section a.btn, .section a.btn-red, ul.nav-tabs li a, .nav a, .footer-section a {
  text-decoration: none;
}
				
.g-recaptcha {
        display: inline-block;
    }

.mt5 {
  margin-top: 5px;
}

.pt5 {
  padding-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pr5 {
  padding-right: 5px;
}

.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px;
}

.p5 {
  padding: 5px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.m10 {
  margin: 10px;
}

.p10 {
  padding: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.m15 {
  margin: 15px;
}

.p15 {
  padding: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.m20 {
  margin: 20px;
}

.p20 {
  padding: 20px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.m25 {
  margin: 25px;
}

.p25 {
  padding: 25px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.m30 {
  margin: 30px;
}

.p30 {
  padding: 30px;
}
.noradius {
  border-radius: 0px;
}  

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bold-title { font-size: 15px; font-weight: bold !important; }

hr.dashed {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #666;
  border-top: none;
}

hr.line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666;
  border-top: none;
}

.nav-submenu {
  background-color: #f3f3f3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF;
  z-index: -50;
}
.nav-submenu a.btn {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-submenu a.btn.pull-right, .nav-submenu a.btn.pull-left {
  margin-top: 10px; margin-bottom:10px;
}


.btn-ghost {
  background-color: transparent;
}
a.btn-red, button.btn-red {
  color:#fff;
  background-color: #ec1b2f;
  border-color: transparent;
}
a.btn-red:hover, button.btn-red:hover {
  background-color: #000;
  color:#fff;
  transition: background-color 0.5s ease;
}

.font-weight-bold { font-weight: bold !important; }

.table.vert > tbody > tr > td {
     vertical-align: middle;
}


.course_box {
  background-color:#ffffff;
  padding:10px 10px 10px 10px;
  margin-bottom:10px;
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.28);
}

.course_title {
    font-weight:bold;
    padding:5px 0 5px 0;
    font-size: 125%;
}

.course_price {
  border-top:1px solid #ccc;
  padding-top:10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.course_timing {

}
.pricetext {
  font-weight:bold;
  font-size:1.4em;
}



.modal-red .modal-header {
  background-color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.modal-red .modal-header h4 {
  color:#fff;
  font-weight: bold;
}



.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;

}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
}

@media (min-width: 768px) { 

}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}




.dropdown-menu {
    padding: 0px;
    margin: 0px;
    background-color: #111;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #333;
}

.drop.dropdown-submenu.active.open a {
  background-color: #111!important;
}
.drop.dropdown-submenu.active.open a:hover {
  background-color: #ec1b2f!important;
}
.header-1 .nav-menu .drop .dropdown li a, .header-2 .nav-menu .drop .dropdown li a {
  text-decoration: none;

}

ul.nav li:hover > ul.dropdown-menu {
  display: block;
}

li.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.header-2 .nav-menu .drop .dropdown li:hover a.dropdown-toggle {
    background-color: #333;
}

.header-2 .nav-menu .drop ul.dropdown-menu li a {
    background-color: #333 !important;
}
.header-2 .nav-menu .drop ul.dropdown-menu li a:hover {
    background-color: #ec1b2f !important;
}

.text-yellow { color: #FFDC73; }


.hero-training {
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 20px;
}
.hero-training h1 { color: #fff; font-size: 32px;
    line-height: 40px; }
.hero-training div.blackbox {
  background-color:rgba(0, 0, 0, 0.5);
  padding:10px;
  color:#fff;
  max-width: 600px;
  font-weight: bold;
  font-size:16px;
}

.hero-training-overview {
  background-image: url('https://s3.us-east-2.amazonaws.com/acronotics/acronotics.com/images/training/hero-bg.jpg');
}


.hero-triple-a {
  background-image: url('https://s3.us-east-2.amazonaws.com/acronotics/acronotics.com/images/training/triple-a-hero-bg.jpg');
}

.hero-training-careers {
  background-image: url('/images/training/careers-hero-bg.jpg');
}


table.sectional {
  width: 100%;
  max-width: 100%;
  border:none;
  table-layout:fixed;
}
table.sectional td {
  padding: 12px;
  vertical-align: top;
  background-color: #EFEFEF;
  font-size: 14px;
}
table.sectional td.spaced {
    border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #FFF;
}





.wrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px 
    rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 
    rgba(0, 0, 0, 0.1);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: 300px;
    min-height:110px;
    background: #222;
    border: 1px solid #111;
    margin: 20px auto;
    position: relative;
    padding: 20px 10px 10px;
    color:#fff;
}

.noise {
    position: relative;
    z-index: 1;
}
        
.noise:before, .body-noise:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    bottom:0;
    left:1px;
    right:0;
    background-image: url(data:image/png;base64,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);
    
    
    }

.vert-flag {
    -webkit-box-shadow: 1px 0 1px 
    rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 0 1px 
    rgba(0, 0, 0, 0.35);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E72929), color-stop(100%, #6B0C0C));
    background-image: -webkit-linear-gradient(#E72929, #6B0C0C);
    background-image: -moz-linear-gradient(#E72929, #6B0C0C);
    background-image: -o-linear-gradient(    #E72929, #6B0C0C);
    background-image: -ms-linear-gradient(#E72929, #6B0C0C);
    background-image: linear-gradient(#E72929, #6B0C0C);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    position: absolute;
    padding-bottom: 35px;
    top: -2px;
    padding-top: 10px;
    right: 10px;
    color: white;
}




.vert-flag::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 25px;
    border-color: transparent;
    left: 0;
    border-bottom-color: #222;
    position: absolute;
    bottom: -2px;
}

.wrap img {
    width: 100%;
    margin-top: 20px;
}



#ribbon {
  width: 280px;
  height: 330px;
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
}

#ribbon .inset {
  width: 300px;
  height: 55px;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: 5;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  background: rgba(0,0,0,0.3);
  
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

#ribbon .ribbon-container {
  position: relative;
  width: 200px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
  border-left: 1px solid #631a15;
  border-right: 1px solid #631a15;
}

#ribbon .base {
  height: 200px;
  width: 200px;
  
  background: rgb(18,153,135);
  background: -moz-linear-gradient(top,  rgba(18,153,135,1) 0%, rgba(4,124,108,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,153,135,1)), color-stop(100%,rgba(4,124,108,1)));
  background: -webkit-linear-gradient(top,  rgba(18,153,135,1) 0%,rgba(4,124,108,1) 100%);
  background: -o-linear-gradient(top,  rgba(18,153,135,1) 0%,rgba(4,124,108,1) 100%);
  background: -ms-linear-gradient(top,  rgba(18,153,135,1) 0%,rgba(4,124,108,1) 100%);
  background: linear-gradient(top,  rgba(18,153,135,1) 0%,rgba(4,124,108,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129987', endColorstr='#047C6C',GradientType=0 );

  position: relative;
  z-index: 2;
}

#ribbon .base:after {
  content: '';
  position: absolute;
  top: 0;
  width: 186px;
  left: 6px;
  height: 242px;
  border-left: 1px dashed #004F45;
  border-right: 1px dashed #004F45;
}

#ribbon .base:before {
  content: '';
  position: absolute;
  top: 0;
  width: 186px;
  left: 7px;
  height: 242px;
  border-left: 1px dashed #53BAAC;
  border-right: 1px dashed #53BAAC;
}

#ribbon .left_corner {
  width: 200px;
  height: 200px;
  background: #047C6C;
  position: absolute;
  bottom: 15px;
  left: -90px;
  z-index: 1;
  
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(65deg);
}

#ribbon .right_corner {
  width: 200px;
  height: 200px;
  background: #047C6C;
  position: absolute;
  bottom: 15px;
  right: -90px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(25deg);
}
.ribbon-content {
  color:#fff;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
}


.section .container {
  padding-left: 30px;
  padding-right: 30px;
}


#footer p.sub {
    font-size: 12px;
    padding-bottom: 18px;
    line-height: 14px;
}