/**
 * Resets
 */

.white-back{
    z-index: -1 !important;
    background: rgba(255, 255, 255, 0.38);
    width:100%;
    top: 0px;;
    position: absolute;
    height: 100%;
	
}
#holder{
    position: relative;
    display: block;
    padding-top:170px;
     width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
	max-width:800px;
    margin:0px auto;
}
#header{
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size:14px;
    line-height: 14px;
    text-align: center;
	position: absolute;
    top:0px;
    left:0px;right:0px;
    margin:50px auto;
    max-width:1200px;
}
#nav-1{
    width:40%;
    margin-top:20px;
    display: inline-block;
    float: left;
    text-align: left;
	
}
#nav-1 a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-right: 20%;
}

#nav-1 a:nth-child(3){
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-right: 0%;
}

#nav-2{
    width:40%;
     margin-top:20px;
    text-align: right;
    display: inline-block;
    float: right;
	
}
#nav-2 a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-left: 13%;
}

#nav-2 a:nth-child(1){
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-left: 0%;
}
#logo{
    width:20%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:65px;
    float: none;
    margin:0px auto;
    display: inline-block;
	background-image: url("https://files.persona.co/44654/AWM-LOGO.svg");
}

#copyright{
	    color: rgba(0, 0, 0, 0.8);
font-size:14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    position: fixed;
    left:50px;bottom:50px;
}

#facebook{
	    color: rgba(0, 0, 0, 0.8);
font-size:14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    position: fixed;
    right:50px;bottom:50px;
}
#menu{
    display: none;
    z-index: 99999999999;
	position: fixed;
    right:30px;top:30px;
}

#hold {
    z-index: 9999;
    display:none;
}

#backstage_icon{
	display: none !important;
}

#navigation-2 #autopagination_wrapper {
    height: 100% !important;
    display: table;
    width: 100%;
}

#navigation-2 {
    
    text-transform: uppercase;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    text-align: center;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999999;
}

#navigation-2 ul {
    width: 100%;
    margin: 0;
    height: 100% !important;
    vertical-align: middle;
    display: table-cell;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

#navigation-2 li {
    list-style: none;
    margin: 10px auto;
    width: auto;
    clear: both;
    float: none;
    display: block;
}

#navigation-2 a {
    text-decoration: none;
    font-size: 16px;
    margin: 5px auto;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.8);
}



#navigation-2 a:hover {
    color:red;
}


#menu a {
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

#menu a:hover {
    color:red;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
    
    padding-bottom: 100px;

	background-color: transparent/*!content_center*/;
	text-align: center /*!text_center*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	right: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	left: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
width:100% !important; 
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.80);
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Social /*!System*/;
	font-style: normal;
	line-height: 29px;
}

[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0.05em;
    border-bottom: 1px solid red;;
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
    display: inline-block;
	padding: 0px 0px 5px 0px;
    text-transform: uppercase;
	margin: 0;
	font-size: 25px;
    border-bottom: 1px solid red;;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 0, 0);
}

[data-predefined-style="true"] h2 {
	font-family: Sabon, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 5rem;
	line-height: 0.9;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 153, 255, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	font-family: Nitti, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.8);
	border-bottom-width: 0em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

@media only screen and (max-width : 1180px) {
    #nav-1{
    width:40%;
    margin-top:20px;
    display: inline-block;
    float: left;
    text-align: left;
	
}
    
    #header{
	font-size:12px;
}

#nav-1 a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-right: 16%;
}

#nav-1 a:nth-child(3){
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-right: 0%;
}

#nav-2{
    width:40%;
     margin-top:20px;
    text-align: right;
    display: inline-block;
    float: right;
	
}
#nav-2 a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-left: 8%;
}

#nav-2 a:nth-child(1){
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	margin-left: 0%;
}
#logo{
    width:20%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:65px;
    float: none;
    margin:0px auto;
    display: inline-block;
	background-image: url("https://files.persona.co/44654/AWM-LOGO.svg");
}

}

@media only screen and (max-width : 900px) {
    
    #nav-1{
	display: none;
}
    
    #nav-2{
	display: none;
}
    
    #header{
        margin:0px;
	 width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
    
    #logo{
        top:30px;
    width:69px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:45px;
        position: absolute;
        left:30px;
    float: none;
    margin:0px auto;
    display: inline-block;
	background-image: url("https://files.persona.co/44654/AWM-LOGO.svg");
}
    
    #copyright{
        font-size:12px;
	 position: relative;
	left:initial;
           margin-top:60px;
        bottom:initial;
}
    
       #facebook{
           position: relative;
	right:initial;
           margin-top:30px;
        bottom:initial;
}
    
   
    #menu{
    display: block;
}
    [data-predefined-style="true"] main {
        
         max-width:100%;
        padding:0px 30px;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-top:100px;
        padding-bottom: 40px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.80);
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Social /*!System*/;
	font-style: normal;
	line-height: 27px;
}
    [data-predefined-style="true"] h1 {
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
    display: inline-block;
	padding: 0px 0px 5px 0px;
    text-transform: uppercase;
	margin: 0;
	font-size: 18px;
    border-bottom: 1px solid red;;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.80);
	text-rendering: optimizeLegibility;
}
    [data-css-presets="true"] .content_width {
width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px) ;    
}
    #facebook span{
	display: none;
}
    #holder{
	padding-top:0px;
     width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
}
    #backdrop{
	opacity: 0.6;
}
}

