﻿@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic,800);
@import url(//fonts.googleapis.com/css?family=Dancing+Script:700|Raleway:400,300,500,600);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #585858;
    /*font: 400 15px/24px "Raleway", sans-serif;*/
    /*font: 400 15px/24px "Open Sans", sans-serif;*/
    font: 400 15px/24px "Arial", sans-serif;		
    -webkit-text-size-adjust: none;
}

/* Page title in nav bar */

.sitenamecontainer {
	width:720px;
	margin-top:-100px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:700; 
	font-size:24px;
}
.sitename {
	text-align:center;
	position:relative;
	
}

header .nav {
    /*background: rgba(255, 255, 255, 0.9);*/ 
    padding:10px; 
    margin-top:-15px; 
    /*border-bottom:1px solid #DFDFDF;*/ 
    border-top:0px
}

.stuck_container {
	background: rgba(255, 255, 255, 0.9);
	padding-top: 40px;
	padding-bottom: 0px;
}

.isStuck .nav {
    background: none; 
    padding:10px; 
    margin-top:-5px; 
    border:0px solid #DFDFDF; 
    border-top:0px
}


.bodysmall {
    color: #585858;
    font: 400 12px/16px "Raleway", sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

#navContain {
    height:64px;
}


h3 a:hover, h4 a:hover, h6 a:hover {
    color: #97654C;
}

h2 a:hover, h5 a:hover {
    color: #585858;
}

/*h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 64px;
  line-height: 50px;
  font-weight: 700; }*/

h1 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

    h1 span {
        display: block;
    }

    h1:after {
        content: '';
        display: inline-block;
        width: 45px;
        height: 2px;
        background: #585858;
        vertical-align: top;
        margin-top: 15px;
    }

    h1.mod:after {
        display: none;
    }

/*h2 {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 74px;
  line-height: 74px;
  color: #97654C; }*/

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3.5px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

    h3 span {
        display: block;
    }

    h3:after {
        content: '';
        display: inline-block;
        width: 45px;
        height: 2px;
        background: #585858;
        vertical-align: top;
        margin-top: 15px;
    }

    h3.mod:after {
        display: none;
    }

h4 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

    h4.mod {
        font-weight: 400;
        vertical-align: baseline;
        padding-top: 50px;
    }

@media (max-width: 1199px) and (min-width: 768px) {
    h4.mod {
        text-align: right;
    }
}

h4.mod .lg {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    padding-top: 7px;
}

h4.mod .fa {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: baseline;
}

h4.mod2 span {
    display: block;
}

h4.mod2:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #97654C;
    margin-top: 15px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
    color: #97654C;
    font-weight: 600;
}

    h5 span {
        display: block;
    }

    h5:after {
        content: '';
        display: inline-block;
        width: 45px;
        height: 2px;
        background: #97654C;
        margin-top: 15px;
    }

    h5.mod:after {
        display: none;
    }

    h5.mod + * {
        margin-top: 10px;
    }

h6 {
    font-weight: 600;
}

p {
    margin-bottom: 15px;
}

    p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
        text-decoration: underline;
    }

    p .fa, .marked-list .fa, .list .fa, .addr .fa {
        text-decoration: none;
    }

time {
    display: block;
}

a {
    font: inherit;
    /*color: inherit;*/
    color: #0066ff;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    a:focus {
        outline: none;
    }

    a:active {
        background-color: transparent;
    }

    a[href^="tel:"],
    a[href^="callto:"] {
        color: inherit;
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

.container {
    position: relative;
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
    margin-top: 15px;
}

h3 + * {
    margin-top: 10px;
}

* + .btn {
    margin-top: 40px;
}

* + .btn2 {
    margin-top: 20px;
}

* + .btn3 {
    margin-top: 20px;
}

.row + .row {
    margin-top: 35px;
}

* + h4 {
    margin-top: 30px;
}

h4 + * {
    margin-top: 18px;
}

* + h5 {
    margin-top: 10px;
}

h5 + * {
    margin-top: 18px;
}

h3 + h5 {
    margin-top: 5px;
}

    h3 + h5 + * {
        margin-top: 30px;
    }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    width: 247px;
    height: 247px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /*background: #97654C;*/
    /*background: #ffffff;*/
}

.brand_name {
    position: relative;
    margin-top: 2px;
}

    .brand_name:before {
        /*content: url(../images/logo.png);*/
        position: absolute;
        /*top: -22px;*/
        left: 50%;
        margin-left: -62px;
        line-height: 0;
    }

.brand_slogan {
    font-size: 16px;
    line-height: 32px;
}

.brand:after {
    /*content: url(../images/logo-line.png);*/
    display: block;
}

.brand:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8px;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
}

/******* Smaller logo Brand Version ******************/

.b2rand {
    display: inline-block;
    width: 150px;
    /*height: 146px;*/
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /*background: #97654C;*/
    /*background: #ffffff;*/
}

.b2rand_name {
    position: relative;
    margin-top: -60px;    
}

    .b2rand_name:before {
        /*content: url(../images/logo.png);*/
        position: absolute;
        top: -22px;
        left: 50%;
        margin-left: -62px;
        line-height: 0;
    }

.b2rand_slogan {
    font-size: 16px;
    line-height: 32px;
}

.b2rand:after {
    /*content: url(../images/logo-line.png);*/
    display: block;
}

.b2rand:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8px;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
}

/**************** End smaller logo version ***********/


/*==================     Bran2d Right Side Alt Logo     ======================*/
.bran2d {
    display: inline-block;
    width: 247px;
    height: 247px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /*background: #97654C;*/
    /*background: #ffffff;*/
}

.bran2d_name {
    position: relative;
    margin-top: 2px;
}

    .bran2d_name:before {
        /*content: url(../images/logo.png);*/
        position: absolute;
        /*top: -22px;*/
        left: 50%;
        margin-left: -62px;
        line-height: 0;
    }

.bran2d_slogan {
    font-size: 16px;
    line-height: 32px;
}

.bran2d:after {
    /*content: url(../images/logo-line.png);*/
    display: block;
}

.bran2d:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8px;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
}


/* smaller logo version */

.b2ran2d {
    display: inline-block;
    width: 150px;
    height: 146px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /*background: #97654C;*/
    /*background: #ffffff;*/
}

.b2ran2d_name {
    position: relative;
    margin-top: 50px;
}

.b2ran2d_name:before {
    /*content: url(../images/logo.png);*/
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -62px;
    line-height: 0;
}

.b2ran2d_slogan {
    font-size: 16px;
    line-height: 32px;
}

.b2ran2d:after {
    /*content: url(../images/logo-line.png);*/
    display: block;
}

.b2ran2d:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8px;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
}
/* end smaller logo version */



/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #97654C;
}

    .bg-primary .btn2:hover {
        color: #97654C;
    }

    .bg-primary .btn3:hover {
        color: #97654C;
    }

.bg-default {
    background: #585858;
}

    .bg-default .btn2:hover {
        color: #585858;
    }

    .bg-default .btn3:hover {
        color: #585858;
    }

.bg-primary, .bg-default {
    position: relative;
    color: #fff;
}

    .bg-primary h3:after, .bg-primary h5:after, .bg-default h3:after, .bg-default h5:after {
        background: #fff;
    }

.bg-h {
    position: relative;
}

    .bg-h:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        /*background: #88cfcd;*/
        background: #8C603D;
    }

@media (max-width: 767px) {
    .bg-h:before {
        display: none;
    }
}

.full {
    position: relative;
}

.full_left, .full_right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.full_right {
    right: 0;
}

.full_left {
    left: 0;
}

.full-inner {
    position: relative;
    padding: 35px 0 40px;
}

.full .bg-primary:before, .full .bg-default:before {
    content: '';
    position: absolute;
    display: block;
    width: 2000px;
    height: 100%;
    top: 0;
}

.full .bg-default:before {
    background: #585858;
    left: -15px;
}

.full .bg-default .full-inner {
    padding-left: 20px;
}

.full .bg-primary:before {
    background: #97654C;
    right: -15px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .full .bg-primary:before {
        right: -10px;
    }

    .full .bg-default:before {
        left: -10px;
    }
}

@media (max-width: 767px) {
    .full_left, .full_right {
        display: none;
    }

    .full .bg-primary {
        margin: 0;
    }

        .full .bg-primary:before {
            right: -500px;
        }

    .full .bg-default {
        margin: 0;
    }

        .full .bg-default:before {
            left: -500px;
        }
}

.bg1 {
    background: no-repeat url(http://www.aabrm.org/images/bg2a.jpg) top center;
    background-size: cover;
}

.bg2 {
    background: no-repeat url(http://www.aabrm.org/images/contract-back.jpg) top center;
    background-size: cover;
}

.bg3 {
    background: no-repeat url(http://www.aabrm.org/images/bg3.png) top center;
    background-size: cover;
}

.bg3med {
    background: no-repeat url(http://www.aabrm.org/images/bg-medical.jpg) top center;
    background-size: cover;
}



.bg3mountain {
    background: no-repeat url(http://www.aabrm.org/images/bg3mountain.jpg) top center;
    background-size: cover;
}

.bf3sao {
    background: no-repeat url(http://www.aabrm.org/images/bg3sao.jpg) top center;
    background-size: cover;
}

.bg3a {
    background: no-repeat url(http://www.aabrm.org/images/bg3a.png) top center;
    background-size: cover;
}

.bg4 {
    background: no-repeat url(http://www.aabrm.org/images/bg4.png) top center;
    background-size: cover;
}

.bg4course {
    background: no-repeat url(http://www.aabrm.org/images/smiling-doc-full.jpg) top center;
    background-size: cover;
}



.bg5 {
    background: no-repeat url(http://www.aabrm.org/images/bg5.jpg) top center;
    background-size: cover;
}

.bg6 {
    background: no-repeat url(http://www.aabrm.org/images/bg6.jpg) top center;
    background-size: cover;
}

.bg7 {
    background: no-repeat url(http://www.aabrm.org/images/bg7.jpg) top center;
    background-size: cover;
}

.mt2 {
    margin-top: 490px;
}

/*==================    Buttons    ======================*/
.btn, .btn2, .btn3 {
    display: inline-block;
    border: 2px solid #bfe0df;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

    .btn:after, .btn2:after {
        content: '\f101';
        font-family: 'FontAwesome';
        padding-left: 10px;
    }

.btn {
    color: #97654C;
}

    .btn:hover {
        background: #97654C;
        color: #fff;
    }

    .btn:active {
        background: #5eb1af;
    }

.btn2 {
    color: #fff;
    border-color: #fff;
}

    .btn2:hover {
        background: #fff;
        color: #585858;
    }

    .btn2:active {
        background: #f2f2f2;
    }

.btn3 {
    color: #fff;
    border-color: #fff;
}

    .btn3:hover {
        background: #fff;
        color: #585858;
    }

    .btn3:active {
        background: #f2f2f2;
    }

/*==================      Box      ======================*/
.box {
    position: relative;
    padding-bottom: 35px;
    /*background: no-repeat url(../images/bottom-line.png) bottom center;*/
    background-size: contain;
    text-align: center;
}

.box2 {
    padding: 30px;
    text-align: center;
}

.box2_cnt {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 30px 25px;
}

    .box2_cnt * + .btn {
        margin-top: 20px;
    }

.box2_cnt2 {
    background: rgba(255, 255, 255, 0.9);
    padding: 60px 60px 70px;
}

    .box2_cnt2 h3 {
        font-weight: 600;
    }

        .box2_cnt2 h3:after {
            background: #97654C;
            margin-top: 30px;
        }

        .box2_cnt2 h3 + * {
            margin-top: 20px;
        }

.box2_bg1 {
    background: no-repeat url(http://www.aabrm.org/images/pen-white-background.jpg) center center;
    background-size: cover;
}

.box2_bg2 {
    background: no-repeat url(http://www.aabrm.org/images/golf-backer.png) center center;
    background-size: cover;
}

.box2_bg3 {
    background: no-repeat url(http://www.aabrm.org/images/page-1_img10.jpg) center center;
    background-size: cover;
}

.box2_bg4 {
    background: no-repeat url(http://www.aabrm.org/images/glasses-back.jpg) center center;
    background-size: cover;
}

@media (max-width: 979px) and (min-width: 768px) {
    .box2 {
        padding: 15px;
    }

    .box2_cnt {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    .box2 {
        padding: 15px;
    }

    .box2_cnt {
        padding-left: 20px;
        padding-right: 20px;
    }

    .box2_cnt2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.box3:before, .box3:after {
    display: table;
    content: "";
    line-height: 0;
}

.box3:after {
    clear: both;
}

.box3_aside {
    float: left;
    margin-right: 25px;
}

@media (max-width: 979px) {
    .box3_aside {
        float: none;
        margin: 0 0 20px;
    }
}

.box3_aside img {
    margin-top: 5px;
}

.box3_cnt__no-flow {
    overflow: hidden;
}

.box3 + .box3 {
    margin-top: 45px;
}

.box3 * + .btn {
    margin-top: 25px;
}

.box4 {
    position: relative;
}

    .box4 img {
        width: 100%;
    }

.box4_cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 30px 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 5px 20px;
}

@media (max-width: 1199px) {
    .box4_cnt {
        padding: 10px 5px;
        margin: 0 10px 10px;
    }
}

.box4 h5:after {
    display: none;
}

.box4 * + h5 {
    margin-top: 0;
}

/*==================      Lists      ======================*/
.social-list li {
    display: inline-block;
}

    .social-list li a {
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 60px;
        background: #97654C;
        border-radius: 50%;
    }

        .social-list li a:hover {
            background: #585858;
        }

@media (max-width: 479px) {
    .social-list li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social-list li + li {
    margin-left: 7px;
}

* + .social-list {
    margin-top: 20px;
}

.marked-list li {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

    .marked-list li:before {
        content: '\f101';
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'FontAwesome';
        font-size: 14px;
        line-height: 24px;
    }

    .marked-list li + li {
        margin-top: 14px;
    }

@media (max-width: 979px) and (min-width: 768px) {
    .marked-list li {
        font-size: 12px;
        letter-spacing: -.5px;
    }
}

.marked-list2 li {
    position: relative;
    padding-left: 18px;
}

    .marked-list2 li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #97654C;
        border-radius: 50%;
    }

    .marked-list2 li + li {
        margin-top: 8px;
    }

.marked-listwhite2 li {
    position: relative;
    padding-left: 18px;
}

    .marked-listwhite2 li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 50%;
    }

    .marked-listwhite2 li + li {
        margin-top: 18px;
    }

.list1:before, .list1:after {
    display: table;
    content: "";
    line-height: 0;
}

.list1:after {
    clear: both;
}

.list1 li {
    float: left;
    padding: 42px 1% 53px;
    width: 23%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

    .list1 li span {
        display: block;
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 5px;
    }

    .list1 li:first-child {
        background: #7B5736;
    }

    .list1 li:nth-child(2) {
        background: #865E3A;
    }

    .list1 li:nth-child(3) {
        background: #8C603D;
    }

    .list1 li:nth-child(4) {
        background: #946A44;
    }

    .list1 li:hover {
        background: #585858;
    }

@media (max-width: 767px) {
    .list1 li {
        float: none;
        width: 98%;
    }
}


/* Home page squares smaller */

.list1small:before, .list1small:after {
    display: table;
    content: "";
    line-height: 0;
}

.list1small:after {
    clear: both;
}

.list1small li {
    float: left;
    padding: 42px 1% 53px;
    /*width: 23%;*/ /* original 4 squares */
	width: 18%; /* original 5 squares */
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

    .list1small li span {
        display: block;
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 5px;
    }

    .list1small li:first-child {
        background: #7B5736;
    }

    .list1small li:nth-child(2) {
        background: #865E3A;
    }

    .list1small li:nth-child(3) {
        background: #8C603D;
    }

    .list1small li:nth-child(4) {
        background: #865E3A;
    }
	
    .list1small li:nth-child(5) {
        background: #946A44;
    }	

    .list1small li:hover {
        background: #585858;
    }

@media (max-width: 767px) {
    .list1small li {
        float: none;
        width: 98%;
    }
}

/* end home page squares smaller */

/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}

    .sf-menu:before, .sf-menu:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .sf-menu:after {
        clear: both;
    }

    .sf-menu > li {
        position: relative;
        float: left;
    }

        .sf-menu > li + li {
            margin-left: 4px;
        }

@media (max-width: 979px) and (min-width: 768px) {
    .sf-menu > li + li {
        margin-left: 15px;
    }
}

.sf-menu a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

.sf-menu > li > a {
    color: #585858;
    padding: 0 10px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .sf-menu > li > a {
        padding: 0;
    }
}

.sf-menu > li > a:after {
    content: '';
    background: #97654C;
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    /*bottom: -1px;*/
    bottom: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    width: 100%;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 260px;
    /*margin-top: 43px;*/
    margin-top: 10px;	
    padding: 35px 25px 30px;
    background: #97654C;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .sf-menu ul > li + li {
        margin-top: 13px;
    }

    .sf-menu ul > li > a {
        color: #FFF;
    }

        .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
            color: #585858;
        }

    .sf-menu ul ul {
        position: static;
        top: 100%;
        width: auto;
        margin-top: 0;
        margin-left: 20px;
        padding: 10px 0 0;
        z-index: 4;
    }

        .sf-menu ul ul > li > a {
            color: #FFF;
        }

            .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
                color: #585858;
            }

.sf-menu > li > .sf-with-ul {
    position: relative;
}

    .sf-menu > li > .sf-with-ul:before {
        position: absolute;
        left: 50%;
        /*top: 62%;*/
        top: 72%;
        margin-left: -6px;
        content: "";
        font: 400 12px/12px "FontAwesome";
    }

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .rd-mobilemenu.active {
        right: 0;
    }

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

    .rd-mobilemenu_ul a.active {
        background: #f5f5f5;
        color: #2d2d2d;
    }

    .rd-mobilemenu_ul a:hover {
        background: #97654C;
        color: #FFF;
    }

    .rd-mobilemenu_ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px "FontAwesome";
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, 0.1);
    }

        .rd-mobilemenu_ul a .rd-submenu-toggle:after {
            content: '\f078';
        }

        .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
            background: #FFF;
            color: #666;
        }

    .rd-mobilemenu_ul a.rd-with-ul {
        position: relative;
    }

        .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .rd-mobilepanel_toggle span:after {
            top: 8px;
        }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
            width: 24px;
            height: 4px;
            background-color: #000;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    .rd-mobilepanel_toggle span {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
        }

    .rd-mobilepanel_toggle.active span {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

        .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
            top: 0;
            width: 15px;
        }

        .rd-mobilepanel_toggle.active span:before {
            -webkit-transform: rotate3d(0, 0, 1, -40deg);
            transform: rotate3d(0, 0, 1, -40deg);
        }

        .rd-mobilepanel_toggle.active span:after {
            -webkit-transform: rotate3d(0, 0, 1, 40deg);
            transform: rotate3d(0, 0, 1, 40deg);
        }

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 900px) {
    .sitenamecontainer {
        display:none;
    }
}


@media (max-width: 767px) {
    .stuck_container {
        background: none;
        padding: 0;
    }
}

.isStuck {
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 999;
    border-bottom: 1px solid #97654C;
}

    .isStuck .b2rand {
        display: none;
    }

    .isStuck .b2ran2d {
        display: none;
    }
	
    .isStuck .sitenamecontainer {
        display: none;
    }	


    .isStuck .sf-menu > li > ul {
        margin-top: 25px;
    }

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }

        .sitenamecontainer {
        display: none;
    }

}


@media only screen and (max-width: 1200px) {
        .sitenamecontainer {
            font-size:18px;
            width:600px;        
    }

}


/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #dfdfdf;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #fff;
        background: #97654C;
        text-decoration: none;
    }

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

    .thumb img {
        /*width: 100%;*/
        height: auto;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
}

    .thumb_overlay:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font: 400 30px "FontAwesome";
        line-height: 30px;
        margin-top: -15px;
        text-align: center;
    }

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}

    .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block;
    }

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}

    header .brand {
        position: absolute;
        left: 0;
        top: -110px;
    }

    header .nav {
    float: right;
    margin-right: 240px;
    margin-top: 1px;
    }
	

    header .bran2d {
        position: absolute;
        right: 0;
        top: -110px;
    }

    header .bran2d {
        position: absolute;
        right: 0;
        top: -110px;
    }

    header .b2ran2d {
        position: absolute;
        right: 0;
        top: -110px;
    }


@media (max-width: 767px) {
    header .brand {
        top: -40px;
    }

    #navContain {
    height:1px;
    background-color:transparent;  
}
}

@media (max-width: 1200px) {
    #noShowHome {display:none}

        header .nav {
        float: right;
        margin-right: 165px;
    }
}


@media (max-width: 1000px) {
    header .bran2d {
        /*top: -40px;*/
        display: none;
        margin-right: 0px;
    }    

    header .b2ran2d {
        /*top: -40px;*/
        display: none;
        margin-right: 0px;
    }

    header .nav {
        float: right;
        margin-right: 0;
    }
}


@media (max-width: 767px) {
    header {
        text-align: center;
    }

        /*header .nav {
            float: none;
        }*/

        header .nav {
            float: right;
            margin-right: 0px;
            display:none;
        }

        .stuck_container {
            background-color:none;                        
        }

        header .brand {
            position: relative;
            top: 0;
        }

        header .bran2d {
            position: relative;
            top: 0;
            display: none;
        }

        header .b2ran2d {
            position: relative;
            top: 0;
            display: none;
        }
		
        header .sitenamecontainer {
            position: relative;
            top: 0;
            display: none;
        }		
				
}

header.header-bg {
    background: no-repeat url(http://www.aabrm.org/images/header-bg-master.png) center right;
    background-size: cover;
}

header.header-bg2 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg2-masater.png) center right;
    background-size: cover;
}

header.header-bg3 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg3-master.png) center right;
    background-size: cover;
}

header.header-bg4 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg4-master.png) center right;
    background-size: cover;
}

header.header-bg5 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg5.jpg) center center;
    background-size: cover;
}

header.header-bg6 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg6.jpg) center center;
    background-size: cover;
}

header.header-bg7 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg7.jpg) center center;
    background-size: cover;
}

header.header-bg8 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg8.jpg) center center;
    background-size: cover;
}

header.header-bg9 {
    background: no-repeat url(http://www.aabrm.org/images/header-bg9.jpg) center center;
    background-size: cover;
}

header.header-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media (max-width: 767px) {
    header.header-abs {
        padding: 80px 0 30px;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
}

.tc {
    text-align: center;
}

.mt1, .row.mt1 {
    margin-top: 45px;
}

.text1 {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.quote:before, .quote:after {
    display: table;
    content: "";
    line-height: 0;
}

.quote:after {
    clear: both;
}

.quote_aside {
    float: left;
    margin-right: 30px;
}

    .quote_aside img {
        width: inherit !important;
        border-radius: 50%;
    }

@media (max-width: 767px) {
    .quote_aside {
        float: none;
        margin: 0 0 20px;
    }

        .quote_aside img {
            margin: 0 auto;
        }
}

.quote_cnt__no-flow {
    overflow: hidden;
    padding-top: 10px;
}

.quote h4:before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #97654C;
    margin-bottom: 25px;
}

.addr {
    padding: 40px 0 45px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: baseline;
}

    .addr .fa {
        font-size: 30px;
        line-height: 40px;
        margin-right: 5px;
        vertical-align: baseline;
    }

    .addr a {
        white-space: nowrap;
        vertical-align: baseline;
    }

@media (max-width: 767px) {
    .addr {
        text-align: center;
    }
}

.border {
    border: 2px solid #dfdfdf;
    padding: 45px;
}

@media (max-width: 479px) {
    .border {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.circle {
    width: 85px;
    height: 85px;
    background: #97654C;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    color: #fff;
    font-size: 24px;
}

.circleWhite {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    color: #97654C;
    font-size: 24px;
}

.policy-link {
    text-transform: uppercase;
    font-size: 18px;
}

* + .policy-link {
    margin-top: 35px;
}

.terms h4 + * {
    margin-top: 12px;
}

.terms p + h4 {
    margin-top: px;
}

.terms h3 + h4 {
    margin-top: 10px;
}

/*==================      Well     ======================*/
.well1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.well2 {
    padding-bottom: 70px;
}

.well3 {
    padding-top: 80px;
    padding-bottom: 85px;
}

.well4 {
    padding-bottom: 85px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .copy {
    margin-top: 10px;
}

.footer-bottom {
    padding-top: 65px;
    padding-bottom: 60px;
}
