@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#header img {
	margin-top: 25px;
	margin-bottom: 5px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}




/* Mobile Layout: 480px and below.*************************************************************************************************************************************************************** */



        .table tg {
        	width: 100%;
       	 	max-width: 750px;
       	 	border-right: hidden;
      	  	border-left: hidden;
        }


        .tg {
            border-collapse: collapse;
            border-spacing: 0;
			border-right: hidden;
            border-left: hidden;

        }

        .tg td {
			font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            overflow: hidden;
            word-break: normal;
            background: #E0E0E0;
			padding-left: 13px;
			padding-right: 23px;
			padding-top: 9px;
			padding-bottom: 9px;
			color: #454545;
			vertical-align: middle;
		}

        .tg th {
			font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            font-weight: 700;
            overflow: hidden;
            word-break: normal;
            text-align: left;
            color: #454545;
            max-width: 10%;
            background: #E0E0E0;
			padding-left: 23px;
			padding-right: 13px;
			padding-top: 9px;
			padding-bottom: 9px;
			vertical-align: middle;
		}

        .tg tr {
			
			border-bottom-style: solid;
			border-bottom-width: 0.5px;
			border-bottom-color: #e9e9e9;
        }

        .tg {
            text-align: left;
        }

        .th-ov {

            border: hidden;
            font-weight: bold;
            padding: 0!important;
        }
  
.breadcrumbs {
	font-size: 11.5px;
    font-family: 'Open Sans', sans-serif; 
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 25px;
	padding-bottom: 7px;
	color: #1967d2!important;
	font-weight: 600;
}

.breadcrumbs a:link {
	    color: #1967d2!important;
}

.breadcrumbs a:visited {
	color: #1967d2!important;
}

.breadcrumbs a:active {
	color: #1967d2!important;
}

.breadcrumbs a:hover {
	color: #47BAC6!important;
}



.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}


@media only screen and (min-width: 0px) {
	
input.addsearch.addsearch-written{
    font-size: 16px!important; 
    cursor: wait; 
    background-color: #fff; 
    background-image: s("//aptadmin.sharepoint.com///addsearch.com/logo/AAAAAA-20.png"); 
    background-repeat: no-repeat; 
    background-position: 98% 50%; 
	width: 10px; 
    outline: none; 
    font-family: 'Open Sans', sans-serif; 
    padding: 7px; 
    border: solid; 
    border-color: #BBE4E9; 
    border-radius: 4px; 
    border-width: 2px; 
	margin-left: 0px!important; 
	margin-right: 0px!important;
}}


@media only screen and (min-width: 481px) {

input.addsearch.addsearch-written{
	
    font-size:14px!important; 
	margin-left: 0px!important;
	margin-right: 0px!important; 
    float:left!important; 
	width: 100%!important; 

}}


@media only screen and (min-width: 769px) {

input.addsearch.addsearch-written{
	
    font-size:14px!important; 
	margin-left: 0px!important; 
	margin-right: 0px!important; 
	float:right!important; 
}}



table#example, table#exampleTwo {
    font-size:15px;
      color:#333333;
      width:100%;
      border-width: 1px;
      border-color: #333333;
      border-collapse: collapse;
      font-family:'Open Sans', sans-serif;
}
#example tr, #exampleTwo tr {
    background-color: #ecf8f9;
    border-top: 1px solid #fff;
}
#example td:hover, #exampleTwo td:hover{
    cursor: pointer;
}
#example tr:hover, #exampleTwo tr:hover {
    background-color: #2F4F4F !important;
    color: #fff;
}
#example th, #exampleTwo th {
    font-size:12px;background-color:#47BAC5;border-width: 1px;padding: 15px;border-style: solid;border-color: #729ea5;text-align:left;font-weight: 400; color: #fff;
}
#example td, #exampleTwo td {
    font-size:15px;
    border-width: 1px;
    padding: 15px;
    border-style: solid;
    border-color: #729ea5;
}

#aptLogo img {
	width: 120px;
}
#header {
}
#footer {
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 100% 600px;
	border-top: thick solid #47BAC6;
	margin-top: 20px;
}

html, body {
	margin: 0;
	padding: 0;
    overflow-x: hidden; 
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
div, h4, h5, h6, ol, dl, dt, address, blockquote {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#divwrapper {
	height: 450px;
	vertical-align: middle;
}

#sectionHeading h1, #sectionHeadingTwo h1 {
	color: #47BAC6;
	font-size: 35px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 10px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}


#sectionHeading1 h3, #sectionHeading2 h3, #sectionHeading3 h3, #sectionHeading4 h3, #sectionHeading5 h3, #sectionHeading6 h3 {
	font-size: 16pt;
	padding-left: 23px;
	padding-right: 23px;
}
#sectionHeading1, #sectionHeading2, #sectionHeading3, #sectionHeading4, #sectionHeading5, #sectionHeading6 {
	margin-top: 10pt;
	margin-bottom: 20pt;
}

#footer h3 {
	color: #47BAC6;
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #47BAC6;
	margin-left: 23px;
}
body {
	background-color: #FFFFFF;
	overflow-x:hidden;
}
#header {
	margin-bottom: 1.2em;
	border-bottom-style: none;
	text-align: center;
}
#navBar a {
	text-decoration: none;
	font-weight: bold;
	color: #CC9;
	display: inline-block;
}
#navBar h2 a {
	text-decoration: none;
	font-style: normal;
	color: #939393;
	font-weight: normal;
}
#navBar h2 a:hover {
	color: #479FA1;
}
#navBar h2 {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #479FA1;
	text-align: left;
	border-bottom: thin solid #F2F2F2;
	border-top: thin solid #F2F2F2;
	padding-top: 12px;
	padding-bottom: 15px;
}
.alignLeft {
	float: left;
	padding-right: 1em;
}
.gallery img {
	display: block;
	margin: 0 auto;
}
#footer p {
	font-size: 13px;
}
#header p {
	text-align: right;
	margin-right: 0px;
	color: #A9A9A9;
	font-size: 0.9em;
}
linktext {
	font-size: 13px;
	margin-bottom: 35px;
	margin-left: 23px;
	margin-right: 23px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2655C7;
}
linktext:hover {
	text-decoration: underline;
}
#footer p a {
	display: inline;
	line-height: 25px;
}
.button {
	display: block;
    border: 2px;
    border-style: solid;
    border-color: #47BAC6; 
	height: 51px;
	width: 155px;
	background: #47BAC6;
	border-radius: 5px;
	margin-bottom: 23px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 14.5px;
	text-align: center;
	line-height: 51px;
	margin-top: 15px;
	transition: all 0.3s ease 0s;
}
a.button:hover {
	background-color: #3B95A2;
	color: #FFFFFF;
	text-decoration: none;
    border: 2px;
    border-style: solid;
    border-color: #3B95A2; 
}
a.button:visited {
	color: #FFFFFF;
}

.button-two {
	display: block;
    border: 2px;
    border-style: solid;
    border-color: #47BAC6; 
	height: 51px;
	width: 155px;
	border-radius: 5px;
	margin-bottom: 23px;
	color: #47BAC6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 51px;
	margin-top: 15px;
	transition: all 0.3s ease 0s;
}

.button-two:hover {
	display: block;
    border: 2px;
    border-style: solid;
    border-color: #3B95A2; 
	height: 51px;
	width: 155px;
	border-radius: 0px;
	margin-bottom: 23px;
	color: #3B95A2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 51px;
	margin-top: 15px;
	transition: all 0.3s ease 0s;
}


a.button-two:visited {
}

.link-container a:hover {
	background: #f8f8f8;
}






	/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */




/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menutwo {
	transition: all 0s ease; 
}

.menutwo > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	height: 0;
}

.menutwo > ul:before,
.menutwo > ul:after {
    content: "";
    display: table;
}

.menutwo > ul:after {
    clear: both;
}

.menutwo > ul > li {
	float: left;
	background: #fffff;
	padding: 0;
	margin: 0;
	display: block;
	width: 50%;
}

.menutwo > ul > li a {
	text-decoration: none;
	padding-top: 1.1em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1.1em;
	display: inline-block;
	font-size: 15px;
	width: 87%;
	height: 100%;
	color: #454545;
	font-weight: 700;
	outline: 0;
}

.test {
	font-size: 12.6px;
	font-weight: 400!important;
	line-height: 10px;
	padding: 0px;
	margin-bottom: 0px
}

.menutwo > ul > li:hover {
	background-color: #D3EAED;
	display: block;
}
.menutwo a:hover {
	color: #000000;
	text-decoration: underline;
}

.menutwo > ul > li > ul {
	display: none;
	width: 100%;
	background-color: #CEE8EB;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

.menutwo > ul > li > ul:before,
.menutwo > ul > li > ul:after {
    content: "";
    display: table;
}

.menutwo > ul > li > ul:after {
    clear: both;
}

.menutwo > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menutwo > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
}

.menutwo > ul > li > ul > li > ul {
	display: block;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
	padding-left: 0px;
}

.menutwo > ul > li > ul > li > ul:before,
.menutwo > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menutwo > ul > li > ul > li > ul:after {
    clear: both;
}

.menutwo > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	font-size: 13px;
	display: block;
}

.menutwo > ul > li > ul > li > ul > li a {
	border: 0;
	color: #454545;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

.menutwo > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menutwo > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menutwo > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 3em 0;
}
.menutwo ul li ul li ul h3 {
	color: #454545;
	font-weight: 700;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 13px;
	font-size: 15px;
	border-bottom: thin solid #454545;
	padding-bottom: 10px;
}



/* Navbar Menu Component */

.menu {
	width: 300px;
	height: 100%;
	background: #333;
	position: fixed;
	top: 0;
	right: -300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: scroll;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
	transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
	z-index: 10;
	font-style: normal;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.menu.show-nav {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px) tranlateZ(0);
  -ms-transform: translateX(-300px) tranlateZ(0);
  transform: translateX(-300px) tranlateZ(0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu ul li {
  position: relative;
  list-style: none;
  width: 60%;
  margin: 0 auto;
  padding: 10px 10px;
  text-align: left;
  border-top: 1px solid #333;
  box-shadow: 0 -1px 1px -1px #746559;
}

.menu ul li:first-child {
	margin-top: 0px;
	border: 0;
	box-shadow: none;
}

.menu ul li a {
  position: relative;
  font-weight: 340;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  color: white;
  text-decoration: none;
}

.menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f38b00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.no-touch .menu ul li a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.menu p {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 86%;
  left: 20px;
  font-size: 0.875em;
  text-align: center;
}

.menu p a {
  color: rgba(243, 139, 0, 0.6);
  text-decoration: none;
}

.menu p a:hover {
  color: #f38b00;
  text-decoration: underline;
}

.nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.4s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  z-index: 11;
}

.nav-toggle span {
  color: #4c4c4c;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  font-size: 1.875em;
}

.no-touch .nav-toggle span:hover { color: black; }

.nav-toggle span.fa-times { color: #fff; }

.nav-toggle span.fa-times:hover { color: #fff; }

.nav-toggle.show-nav {
  top: 12px;
  right: 12px;
}


#navBar {
display: none;
}
.image_full{
   display:none;
}
.image_mobile{
display:block;
}
#fullHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#amhHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#pdHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#openHeader h1 {
	color: #000000;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	margin-top: 19px;
}
#mentalHealthCoursesHeader h1 {
	color: #000000;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	text-align: center;
	margin-top: 19px;
}
#mHeader h1 {
	color: #FFFFFF;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#esHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#idHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 19px;
}
#fHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#miHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#smHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#opHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#caaHeader h1 {
	color: #47BAC6;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#raidHeader h1 {
	color: #FFFFFF;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 19px;
}
#div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19 {
	margin-bottom: 25px;
	background-image: -webkit-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-repeat: no-repeat;
	background-size: 100% 200px;
	margin-left: 0;
	clear: both;
	width: 100%;
}
#div3 {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#div4 {
width: 100%;
margin-left: 0;
clear: both;
}
#div5 {
width: 100%;
margin-left: 0;
clear: both;
}
#div6 {
width: 100%;
margin-left: 0;
clear: both;
}
#div7 {
width: 100%;
margin-left: 0;
clear: both;
}
#div8 {
width: 100%;
margin-left: 0;
clear: both;
}
#div9 {
width: 100%;
margin-left: 0;
clear: both;
}
#div10 {
width: 100%;
margin-left: 0;
clear: both;
}
#div11 {
width: 100%;
margin-left: 0;
clear: both;
}
#div12 {
width: 100%;
margin-left: 0;
clear: both;
}
#div13 {
width: 100%;
margin-left: 0;
clear: both;
}
#div14 {
width: 100%;
margin-left: 0;
clear: both;
}
#div15 {
width: 100%;
margin-left: 0;
clear: both;
}
#div16 {
width: 100%;
margin-left: 0;
clear: both;
}
#div17 {
width: 100%;
margin-left: 0;
clear: both;
}
#div18 {
width: 100%;
margin-left: 0;
clear: both;
}
#div19 {
width: 100%;
margin-left: 0;
clear: both;
}
#onlineCourses {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
#onlineCourses img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#onlineCourses img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#onsiteCourses {
	width: 100%;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
#onsiteCourses img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#onsiteCourses img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#openCourses {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
#openCourses img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#openCourses img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#fullHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#amhHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#pdHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
		background-color: #F2F2F2;
}
#openHeader {
	background-image: url(../_images/mental-health-training-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#openHeader p {
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	margin-top: 0px;
    line-height: 21px;
}
#mentalHealthCoursesHeader {
	background-image: url(../_images/mental-health-training-header.jpg);
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	background-size: cover;
}
#mentalHealthCoursesHeader p {
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	margin-top: 0px;
}
#mHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#esHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#idHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#fHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#miHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#smHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}

#opHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#caaHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#raidHeader {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 23px;
	background-color: #F2F2F2;
}
#fullMenuBar {
	background-color: #FFFFFF;
	display: none;
	margin-bottom: 8px;
}
#aptLogo {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	padding-bottom: 15px;
	background-color: #BBE4E9;
	padding-top: 15px;
	padding-left: 12px;
} 

#googleSearchBar {
	width: 86%;
	clear: none;
	display: block;
	padding-right:35px;
	padding-left:35px;
padding-bottom: 15px;
text-align: center;
}


#fullHeaderImage {
display: block;
}
#fullHeader p .button {
	margin-left: 0px;
	margin-top: 19px;
}
#footerColumnOne {
	width: 100%;
}
#footerColumnTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 0.9em;
}
#footerColumnThree {
width: 100%;
margin-left: 0;
clear: both;
}
#footerColumnFour {
width: 100%;
margin-left: 0;
clear: both;
}
#div1 {
	background-color: #FFFFFF;
	display: none;
	margin-bottom: 8px;
}
#footerColumnFive {
	margin-top: 35px;
	border-top: medium solid #8E8E8E;
	padding-top: 25px;
	background-color: #FFFFFF;
}
#div2 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
#dbt {
width: 100%;
margin-left: 0;
clear: both;
}
#mindfulness {
width: 100%;
margin-left: 0;
clear: both;
}
#eightHeader {
	width: 100%;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#sidePanel1 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #E0E0E0;
}
#sidePanel2 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #E0E0E0;
	margin-bottom: 0px;
}
#sidePanel3 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #E0E0E0;
	margin-bottom: 0px;
}
#sidePanel4 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #E0E0E0;
	margin-bottom: 0px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #47BAC6;
	font-size: 100px;
	padding-left: 23px;
	padding-right: 23px;
}
#eightHeader p {
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.g-recaptcha {
	margin-left: 15px;	
}

#eightHeader h2 {
	border-bottom: thin solid #47BAC6;
	margin-left: 23px;
	margin-right: 23px;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #47BAC6;
	margin-bottom: 15px;
	font-size: 18px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #47BAC6;
	font-size: 26px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 10px;
}
#eightHeader h1 {
	font-size: 26px;
	padding-left: 23px;
	padding-right: 23px;
}
li {
	font-size: 15px;
	margin-bottom: 12px;
	margin-right: 14px;
	display: list-item;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #454545;
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 0px;
	line-height: 22px;
}
#videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.2%;
	height: 0;
	padding-top: 0px;
}
#videowrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#twoOne {
width: 100%;
background-image: -webkit-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-repeat: no-repeat;
	background-size: 100% 600px;
}
#twoTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-image: -webkit-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-repeat: no-repeat;
	background-size: 100% 600px;
}
#twoThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-image: -webkit-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-repeat: no-repeat;
	background-size: 100% 600px;
}
#threeOne {
	width: 100%;
	border-top: medium solid #47BAC6;
	margin-bottom: 30px;
}
#threeTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 30px;
}
#threeThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-size: 11px;
	border-top: medium solid #47BAC6;
	margin-bottom: 30px;
}
#fourOne {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#fourTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#fourThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#fiveOne {
	width: 100%;
	border-top: medium solid #47BAC6;
}
#fiveTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-bottom: 35px;
	border-top: medium solid #47BAC6;
}
#fiveThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#sixOne {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#sixTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#sixThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#sevenOne {
	width: 100%;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#nineOne {
	width: 100%;
	border-top: medium solid #47BAC6;
}
#tenOne {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#sevenTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#sevenThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#eightOne {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#eightTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#nineTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-bottom: 35px;
	border-top: medium solid #47BAC6;
}
#tenTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#tenThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#eightThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#nineThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 35px;
}
#elevenOne {
	width: 100%;
	border-top: medium solid #47BAC6;
	margin-bottom: 30px;
}
#elevenTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-top: medium solid #47BAC6;
	margin-bottom: 30px;
}
#elevenThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-size: 11px;
	border-top: medium solid #47BAC6;
	margin-bottom: 30px;
}
.coursePageHeader {
	margin-bottom: 30px;
	margin-top: 0px;
	width: 100%;
	display: block;
}
#courseFour {
	width: 100%;
	background-color: #F2F2F2;
	margin-left: 0;
	clear: both;
	margin-bottom: 0px;
}
#courseFour img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseFour img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#resourcesOne {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}
#resourcesOne img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#resourcesOne img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#resourcesTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
#resourcesTwo img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#resourcesTwo img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#resourcesThree {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-bottom: 10px;
	background-color: #F2F2F2;
}
#resourcesThree img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#resourcesThree img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseFive {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseFive img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseFive img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseSix {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseSix img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseSix img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseSeven {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseSeven img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseSeven img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseEight {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseEight img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseEight img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseNine {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseNine img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseNine img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseTen {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 0px;
	margin-left: 0;
	clear: both;
}
#courseTen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseTen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseEleven {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseEleven img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseEleven img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseTwelve {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseTwelve img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseTwelve img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseThirteen {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseThirteen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseThirteen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseFourteen {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseFourteen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseFourteen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseFifteen {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseFifteen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseFifteen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseSixteen {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 0px;
	margin-left: 0;
	clear: both;
}
#courseSixteen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseSixteen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseSeventeen {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseSeventeen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseSeventeen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseEighteen {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseEighteen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseEighteen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseNineteen {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 0px;
	margin-left: 0;
	clear: both;
}
#courseNineteen img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseNineteen img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#courseTwenty {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 0px;
}
#courseTwenty img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#courseTwenty img:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
p {
	font-size: 15px;
	margin-bottom: 12px;
	margin-left: 23px;
	margin-right: 23px;
	margin-top: 9px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
	line-height: 22px;
	font-weight: 400;
}
#onlineCourses h2, #openCourses h2, #onsiteCourses h2, #div1 h2, #div2 h2 {
	color: #47BAC6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 23px;
	margin-right: 23px;
	margin-top: 19px;
}
select#course{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
select#places{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
#freeformslogin, #freeformslogin2{
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
#onlinecourseslogin, #onlinecourseslogin2{
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
#iframe{
}
h3 {
	color: #47BAC6;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 7px;
	font-size: 20px;
	margin-top: 25px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.topHeader {
	background-color: #47BAC6;
	height: 60px;
	display: block;
}

.fluid.topHeader p a { color: #FFFFFF; }
.fluid.topHeader p a:link { color: #FFFFFF; }
.fluid.topHeader p a:visited { color: #FFFFFF; }
.fluid.topHeader p a:hover { color: #BBE4E9; }
.fluid.topHeader p a:active { color: #FFFFFF; }

.topHeader:before {
	content: "";
	background-color: #47BAC6;
	height: 60px;
	position: absolute;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}
#subMenuBar p {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#subMenuBar {
	width: 100%;
	clear: both;
	margin-left: 0px;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 16px;
	padding-bottom: 0px;
	margin-top: 0px;
}

cse input.gsc-input, input.gsc-input {

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #454545;
}

#socialMedia {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-top: 13px;
}

#socialMedia a {
	color: #A9A8A8;
	font-size: 19px;
}
#socialMedia a:hover{
	color: #47BAC6;
}

.zeroMargin_mobile {

margin-left: 0;

}

.hide_mobile {

display: none;

}
.h1-small {
	font-size: 15px;
}
.h2-title {
	font-size: 20px;
}


#toggle-view, #toggle-view-2, #toggle-view-3 {
	list-style:none;	
	margin:0;
		  padding: 0px;
}

	#toggle-view li, #toggle-view-2 li, #toggle-view-3 li  {
		padding: 0px;
		margin-right:23px;
		margin-left:23px;
		border-bottom:1px solid #ccc;
		position:relative;
		cursor:pointer;
		list-style-type: none;
	}
	
	#toggle-view h3, #toggle-view-2 h3, #toggle-view-3 h3 {
		padding-bottom:7px;
		padding-left: 0px;
		font-size:15px;
		margin-left: 0px;
		color:#696969;
	}

	#toggle-view span, #toggle-view-2 span, #toggle-view-3 span {
		padding: 0px;
		position:absolute;
		right:0; top:0;
		color:#696969;
		font-size:20px;
	}
		
		
	#toggle-view .panel, #toggle-view-2 .panel, #toggle-view-3 .panel {
		padding:0px;
		margin-right: -10px;
		margin-bottom: 0px;
		margin-left: -48px;
		display:none;
	  }
	  
	  	#toggle-view .panel li, #toggle-view-2 .panel li, #toggle-view-3 .panel li {
		list-style-type: none;
		border-bottom: none;
		margin-left: 32px;
	  }







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.***************************************************************************************************************************** */



@media only screen and (min-width: 481px) {

#site-wrapper {
}
#aptLogo img {
	width: 190px;
	padding-left: 0px;
}
	
.breadcrumbs {
	font-size: 12.5px;
	padding-left: 50px;
	padding-right: 50px;
}
	
p {
	margin-left: 23px;
	margin-right: 23px;
}
#onlineCourses h2, #openCourses h2, #onsiteCourses h2, #div1 h2, #div2 h2 {
	margin-left: 23px;
	margin-right: 23px;
}
h2 {
	margin-left: 23px;
	margin-right: 23px;
}
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#fHeader {
	margin-bottom: 10px;
}
#miHeader {
	margin-bottom: 10px;
}
#header {
}
#footer {
	padding-top: 1px;
}
#navBar {
display: block;
}
.image_full{
   display:block;
  }
 .image_mobile{
  display:none;
 }
#fullHeader h1 {
	font-size: 30px;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#amhHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#pdHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#pdHeader {
		background-color: #F2F2F2;
}
	

#openHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
	text-align: center;
	color: #000000;
	margin-top: 70px;
}
#mentalHealthCoursesHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
	text-align: center;
	color: #000000;
	margin-top: 70px;
}
    #mentalHealthCoursesHeader {
    	margin-bottom: 15px;
}
    

#mHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#esHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#esHeader {
	margin-bottom: 10px;
}
#idHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#fHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#miHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#smHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}

#opHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#caaHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
#raidHeader h1 {
	font-size: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
.websiteButton {
	margin-left: 30px;
	margin-bottom: 30px;
}
#sectionHeading1, #sectionHeading2, #sectionHeading3, #sectionHeading4, #sectionHeading5, #sectionHeading6 {
	margin-top: 10pt;
	margin-bottom: 20pt;
}
#sectionHeading1 h3, #sectionHeading2 h3, #sectionHeading3 h3, #sectionHeading4 h3, #sectionHeading5 h3, #sectionHeading6 h3 {
	font-size: 17pt;
}
#sectionHeading, sectionHeadingTwo {
	margin-bottom: 15px;
}
#div3 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div4 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div5 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div6 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div7 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div8 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div9 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div10 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div11 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div12 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div13 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div14 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div15 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div16 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div17 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#div18 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div19 {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#onlineCourses {
	width: 49.1712%;
	margin-bottom: 10px;
}
#onsiteCourses {
	width: 49.1712%;
	margin-bottom: 10px;
}
#openCourses {
	width: 49.1712%;
	margin-left: 1.6574%;
	clear: none;
	margin-bottom: 10px;
}
#fullMenuBar {
display:none
}
#aptLogo {
	width: 100%;
	background-color: #BBE4E9;
}
#subMenuBar {
	background-color: #FFFFFF;
}
#googleSearchBar {
width: 98%;
clear: none;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
margin-right: 0px;
display: block;
}
#fullHeaderImage {
display: block;
}
#footerColumnOne {
width: 49.1712%;
}
#footerColumnTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#footerColumnThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#footerColumnFour {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#div1 {
display: none;
}
#footerColumnFive {
}
#div2 {
	width: 49.1712%;
	clear: none;
	margin-left: 1.6574%;
}
#dbt {
width: 100%;
clear: both;
margin-left: 0;
}
#mindfulness {
width: 100%;
clear: both;
margin-left: 0;
}
#eightHeader {
	width: 100%;
	margin-bottom: 20px;
	background-color: #F2F2F2;
}
#sidePanel1 {
	width: 49.1712%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}
#sidePanel2 {
	width: 49.1712%;
	clear: none;
	margin-left: 1.6574%;
	margin-bottom: 10px;
}
#sidePanel3 {
	width: 49.1712%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}
#sidePanel4 {
	width: 49.1712%;
	clear: none;
	margin-left: 1.6574%;
	margin-bottom: 10px;
}
h1 {
	font-size: 100px;
	padding-left: 23px;
	padding-right: 23px;
}
#eightHeader p {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 12px;
}
	
.g-recaptcha {
	margin-left: 50px;	
}
	
#eightHeader h2 {
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 15px;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}
#eightHeader h1 {
	font-size: 39px;
	padding-left: 50px;
	padding-right: 50px;
}
li {
	margin-right: 50px;
	margin-left: 27px;
	margin-bottom: 12px;
}
#videowrapper {
}
#twoOne {
width: 100%;
}
#twoTwo {
width: 100%;
clear: both;
margin-left: 0;
}
#twoThree {
width: 100%;
clear: both;
margin-left: 0;
}
#threeOne {
width: 49.1712%;
}
#threeTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#threeThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#fourOne {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#fourTwo {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#fourThree {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#fiveOne {
width: 49.1712%;
}
#fiveTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#fiveThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#sixOne {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#sixTwo {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#sixThree {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#sevenOne {
width: 49.1712%;
}
#nineOne {
width: 49.1712%;
}
#tenOne {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#sevenTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#sevenThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#eightOne {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#eightTwo {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#eightThree {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#nineThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#nineTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#tenTwo {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#tenThree {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#elevenOne {
width: 49.1712%;
}
#elevenTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#elevenThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
.coursePageHeader {
width: 100%;
display: block;
}
#courseFour {
	width: 49.1712%;
	clear: none;
	margin-left: 1.6574%;
	margin-bottom: 10px;
}
#resourcesOne {
	width: 49.1712%;
}
#resourcesTwo {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#resourcesThree {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#courseFive {
	width: 49.1712%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}
#courseSix {
	width: 49.1712%;
	clear: none;
	margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseSeven {
	width: 49.1712%;
	margin-bottom: 10px;
}
#courseEight {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseNine {
width: 49.1712%;
clear: both;
margin-left: 0;
	margin-bottom: 10px;
}
#courseTen {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseEleven {
width: 49.1712%;
clear: both;
margin-left: 0;
	margin-bottom: 10px;
}
#courseTwelve {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseThirteen {
	width: 49.1712%;
	margin-bottom: 10px;
}

#courseFourteen {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseFifteen {
width: 49.1712%;
clear: both;
margin-left: 0;
	margin-bottom: 10px;
}
#courseSixteen {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseSeventeen {
width: 49.1712%;
clear: both;
margin-left: 0;
	margin-bottom: 10px;
}
#courseEighteen {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#courseNineteen {
width: 49.1712%;
	margin-bottom: 10px;
}
#courseTwenty {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
	margin-bottom: 10px;
}
#freeformslogin, #freeformslogin2 {
width: 49.1712%;
}
#onlinecourseslogin, #onlinecourseslogin2 {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#iframe {
}
h3 {
	margin-left: 23px;
	margin-right: 23px;
	color: undefined;
}
.menutwo ul li ul li ul h3 {
	color: #454545;
	font-weight: 700;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 13px;
	font-size: 15px;
	border-bottom: thin solid #454545;
	padding-bottom: 10px;
}
.topHeader {
display: block;
}
#socialMedia {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.h1-small {
	font-size: 20px;
}
.h2-title {
	font-size: 30px;
}
	
	#toggle-view, #toggle-view-2, #toggle-view-3 {
	list-style:none;	
	margin:0;
		  padding: 0px;
}

	#toggle-view li, #toggle-view-2 li, #toggle-view-3 li {
		padding: 0px;
		margin-right:50px;
		margin-left:50px;
		border-bottom:1px solid #ccc;
		position:relative;
		cursor:pointer;
		list-style-type: none;
	}
	
	#toggle-view h3, #toggle-view-2 h3, #toggle-view-3 h3 {
		padding-bottom:7px;
		padding-left: 0px;
		font-size:15px;
		margin-left: 0px;
		color:#696969;
	}

	#toggle-view span, #toggle-view-2 span, #toggle-view-3 span {
		padding: 0px;
		position:absolute;
		right:0; top:0;
		color:#696969;
		font-size:20px;
	}
		
		
	#toggle-view .panel, #toggle-view-2 .panel, #toggle-view-3 .panel {
		padding:0px;
		margin-right: -20px;
		margin-bottom: 0px;
		margin-left: -48px;
		display:none;
	  }
	  
	  	#toggle-view .panel li, #toggle-view-2 .panel li, #toggle-view-3 .panel li {
		list-style-type: none;
		border-bottom: none;
		margin-left: 32px;
	  }


}




/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.************************************************************************************************ */



@media only screen and (min-width: 769px) {
	
#site-wrapper {
display: none;
}
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
table#example, table#exampleTwo {
    font-size:17px;
      color:#333333;
      width:100%;
      border-width: 1px;
      border-color: #333333;
      border-collapse: collapse;
      font-family:'Open Sans', sans-serif;
}
#example tr, #exampleTwo tr {
    background-color: #ecf8f9;
    border-top: 1px solid #fff;
}
#example td:hover, #exampleTwo td:hover{
    cursor: pointer;
}
#example tr:hover, #exampleTwo tr:hover {
    background-color: #2F4F4F !important;
    color: #fff;
}
#example th, #exampleTwo th {
    font-size:15px;background-color:#47BAC5;border-width: 1px;padding: 20px;border-style: solid;border-color: #729ea5;text-align:left;font-weight: 400; color: #fff;
}
#example td, #exampleTwo td {
    font-size:17px;
    border-width: 1px;
    padding: 20px;
    border-style: solid;
    border-color: #729ea5;
}

#aptLogo img {
	width: 235px;
	padding-left: 0px;
}
#header {
}
#footer {
}
#navBar {
display: block;
}
#sectionHeading1, #sectionHeading2, #sectionHeading3, #sectionHeading4, #sectionHeading5, #sectionHeading6 {
}
#div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19 {
	background-size: 100% 190px;
	clear: none;
	margin-left: 1.0989%;
	width: 15.7509%;
}
#div3 {
	width: 24.1758%;
	margin-left: 0;
	clear: both;
	float: left;
}
#div4 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div5 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
	height: 100%;
}
#div6 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
	float: left;
	height: 100%;
}
#div7 {
	width: 24.1758%;
	clear: both;
	margin-left: 0;
	float: left;
}
#div8 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div9 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div10 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div11 {
	width: 24.1758%;
	clear: both;
	margin-left: 0;
	float: left;
}
#div12 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div13 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div14 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div15 {
	width: 24.1758%;
	clear: both;
	margin-left: 0;
	float: left;}
#div16 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div17 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div18 {
	width: 24.1758%;
	clear: none;
	margin-left: 1.0989%;
}
#div19 {
	width: 24.1758%;
	clear: both;
	margin-left: 0;
	float: left;
}
#onlineCourses {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#onsiteCourses {
width: 32.6007%;
}
#openCourses {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#fullHeader {
	background-image: url(../_images/apt-mental-health-training.jpg);
	background-size: cover;
	background-position: 35% 65%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#amhHeader {
	background-image: url(../_images/adult-mental-health-training-courses.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#pdHeader {
	background-image: url(../_images/personality-disorder-training-courses.jpg);
	background-position: 35% 20%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#openHeader {
	background-image: url(../_images/open-course-heading.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#mentalHealthCoursesHeader {
	background-image: url(../_images/mental-health-training-header.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#mHeader {
	background-image: url(../_images/mindfulness-training-courses.jpg);
	background-size: cover;
	background-position: 35% 50%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#esHeader {
	background-image: url(../_images/the-essentials-series.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#idHeader {
	background-image: url(../_images/intellectual-disability-training-courses.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#fHeader {
	background-image: url(../_images/forensic-training-courses.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#miHeader {
	background-image: url(../_images/motivational-interviewing-training-courses.jpg);
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-size: cover;
	margin-bottom: 13px;
}	
#smHeader {
	background-image: url(../_images/substance-misuse-training-courses.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#opHeader {
	background-image: url(../_images/older-people-training-courses.jpg);
	background-size: cover;
	background-position: 35% 20%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#caaHeader {
	background-image: url(../_images/children-and-adolescent-training-courses.jpg);
	background-position: 35% 20%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#raidHeader {
	background-image: url(../_images/raid-training-courses.jpg);
	background-size: cover;
	background-position: 0% 65%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 13px;
}
#fullHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 5%;
}
#amhHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#pdHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#openHeader p {
	padding-left: 19%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	padding-right: 19%;
	font-size: 17px;
	text-align: center;
	color: #000000;
	line-height: 25px;
}
#mentalHealthCoursesHeader p {
	padding-left: 15%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding-right: 15%;
	font-size: 17px;
	text-align: center;
	color: #000000;
	line-height: 24px;
}
#mHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 16px;
	color:#FFFFFF
}
#esHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#idHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#fHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#miHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#smHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#opHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#caaHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	font-size: 15px;
}
#raidHeader p {
	padding-left: 42%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	padding-right: 5%;
	color: #FFFFFF;
	font-size: 15px;
}
#fullHeader p .button {
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 45px;
}
#fullMenuBar {
	display: block;
	background-color: #BBE4E9;
}
#aptLogo {
	width: 24.1758%;
	text-align: left;
	margin-bottom: 5px;
	border-bottom-width: 0px;
	background-color: #FFFFFF;
	padding-left: 0px;
}
#subMenuBar {
	width: 74.7252%;
	clear: none;
	margin-left: 1.0989%;
	float: right;
	display: block;
	background-color: #FFFFFF;
}
#googleSearchBar {
width: 66.3003%;
clear: none;
margin-left: 9.5238%;
display: block;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 15px;
text-align: right;
}
#fullHeaderImage {
display: none;
}
#footerColumnOne {
width: 24.1758%;
}
#footerColumnTwo {
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#footerColumnThree {
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#footerColumnFour {
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#div1 {
display: block;
background-color: #BBE4E9;
}
#footerColumnFive {
}
#fullHeader h1 {
	font-size: 30px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 2%;
}
#amhHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#pdHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#openHeader h1 {
	font-size: 35px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	color: #000000;
	margin-top: 90px;
}
#mentalHealthCoursesHeader h1 {
	font-size: 33px;
	margin-bottom: 20px;
	padding-right: 130px;
	padding-left: 130px;
	padding-top: 20px;
	color: #000000;
	margin-top: 80px;
}
#mHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#esHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#idHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#fHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#miHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
	color: undefined;
}
#smHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#opHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#caaHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#raidHeader h1 {
	font-size: 33px;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 42%;
	padding-top: 4%;
}
#div2 {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#dbt {
	width: 32.6007%;
	clear: left;
	margin-left: 0;
	float: left;
}
#mindfulness {
	width: 32.6007%;
	clear: both;
	margin-left: 0;
}
#eightHeader {
	width: 66.3003%;
}
#sidePanel1 {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#sidePanel2 {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#sidePanel3 {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#sidePanel4 {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
h1 {
	padding-left: 23px;
	padding-right: 23px;
}
#eightHeader h1 {
}
#eightHeader h2 {
	font-size: 22px;
}
#eightHeader p {
}
#videowrapper {
}
#twoOne {
	width: 32.6007%;
	background-color: #F2F2F2;
}
#twoTwo {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#twoThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#threeOne {
width: 32.6007%;
}
#threeTwo {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
}
#threeThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#fourOne {
width: 32.6007%;
clear: both;
margin-left: 0;
}
#fourTwo {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#fourThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#fiveOne {
	width: 32.6007%;
	margin-bottom: 35px;
}
#fiveTwo {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
	border-top: medium solid #47BAC6;
}
#fiveThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#sixOne {
	width: 32.6007%;
	clear: both;
	margin-left: 0;
}
#sixTwo {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
}
#sixThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#sevenOne {
width: 32.6007%;
}
#nineOne {
	width: 32.6007%;
	margin-bottom: 35px;
}
#tenOne {
	width: 32.6007%;
	clear: both;
	margin-left: 0;
}
#sevenTwo {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#sevenThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#eightOne {
width: 32.6007%;
clear: both;
margin-left: 0;
}
#eightTwo {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#eightThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#nineThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#nineTwo {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
	border-top: medium solid #47BAC6;
}
#tenTwo {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
}
#tenThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#elevenOne {
width: 32.6007%;
}
#elevenTwo {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
}
#elevenThree {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}    
    
.coursePageHeader {
width: 100%;
}
#courseFour {
	width: 32.6007%;
	clear: both;
	margin-left: 0;
}
#resourcesOne {
width: 32.6007%;
}
#resourcesTwo {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#resourcesThree {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
	background-color: #F2F2F2;
}
#courseFive {
	width: 32.6007%;
	clear: none;
	margin-left: 1.0989%;
	background-color: #F2F2F2;
}
#courseSix {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseSeven {
width: 32.6007%;
}
#courseEight {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseNine {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseTen {
width: 32.6007%;
clear: both;
margin-left: 0;
}
#courseEleven {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseTwelve {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseThirteen {
width: 32.6007%;
}
#courseFourteen {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseFifteen {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseSixteen {
width: 32.6007%;
clear: both;
margin-left: 0;
}
#courseSeventeen {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseEighteen {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#courseNineteen {
width: 32.6007%;
}
#courseTwenty {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#freeformslogin, #freeformslogin2 {
width: 49.4505%;
}
#onlinecourseslogin, #onlinecourseslogin2 {
width: 49.4505%;
clear: none;
margin-left: 1.0989%;
}
#iframe {
}
.topHeader {
display: block;
}
#subMenuBar p {
	text-align: right;
}
#socialMedia {
	width: 74.7252%;
	clear: none;
	margin-left: 1.0989%;
	text-align: right;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
	#toggle-view, #toggle-view-2, #toggle-view-3 {
	list-style:none;	
	margin:0;
		  padding: 0px;
}

	#toggle-view li, #toggle-view-2 li, #toggle-view-3 li {
		padding: 0px;
		margin-right:50px;
		margin-left:50px;
		border-bottom:1px solid #ccc;
		position:relative;
		cursor:pointer;
		list-style-type: none;
	}
	
	#toggle-view h3, #toggle-view-2 h3, #toggle-view-3 h3 {
		padding-bottom:7px;
		padding-left: 0px;
		font-size:15px;
		margin-left: 0px;
		color:#696969;
	}

	#toggle-view span, #toggle-view-2 span, #toggle-view-3 span {
		padding: 0px;
		position:absolute;
		right:0; top:0;
		color:#696969;
		font-size:20px;
	}
		
		
	#toggle-view .panel, #toggle-view-2 .panel, #toggle-view-3 .panel {
		padding:0px;
		margin-right: -20px;
		margin-bottom: 0px;
		margin-left: -48px;
		display:none;
	  }
	  
	  	#toggle-view .panel li, #toggle-view-2 .panel li, #toggle-view-3 .panel li {
		list-style-type: none;
		border-bottom: none;
		margin-left: 32px;
	  }

}
/* Sticky CTA Styling - AW*/
        #stickycta {
            display: none;
            background-color: #546bcb;
            height: 80px;
            font-size: 0.9em;

        }

        .stuck {
            left: 0;
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #47BAC6;
            z-index: 1;

        }

        .flexgroup {
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            justify-content: space-between;

        }

        .ctaflex {
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            justify-content: flex-start;
            align-items: center;
        }

        .ctaflex-right {
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            justify-content: space-between;
            align-items: center;
        }

        .ctaflex-item {
            padding: 10px;
            min-width: 150px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            color: white;
            font-weight: bold;
            text-align: center;
        }

        .ctaflex-right-item {
            padding: 10px;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
            color: #fff;
            font-weight: bold;
            text-align: center;
        }

        .ctaflex-item a {
            border-radius: 5px;
            color: white;
            display: block;
            border: 2px solid white;
            font-size: medium;
        }

        .ctaflex-item a:hover {
            color: #47BAC6;
            background-color: white;
        }

        .ctaflex-header {
            vertical-align: middle;
            padding: 10px;
            min-width: 150px;
            margin-left: 5px;
            margin-right: 5px;
            color: white;
            font-weight: bold;
            text-align: right;
        }



        @media only screen and (max-width: 400px) {

            .flexgroup {
                padding: 0;
            }

            .ctaflex-item {
                width: 90%;
                padding: 3px;
                margin-left: 5%;
            }

            .ctaflex-header {
                width: 90%;
                text-align: center;
            }

            .ctaflex-right {
                justify-content: space-between;
                margin-left: 5%;
            }

            .ctaflex-right-item {
                text-align: center;
                font-size: smaller;
                padding: 3px;
            }
        }
/* Sticky CTA Styling - AW*/