@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
       url('../fonts/Montserrat-Regular.woff') format('woff');
}

/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/

body {
	background-color: #9ebbe9;
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
	margin: 0px 0px 30px 0px;
}


/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}


/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	padding: 10px 20px;
	position: relative;
	z-index: 10;
	background-color: #9ebbe9;
	box-shadow: 0px 0px 30px #000;
	background-image: -webkit-linear-gradient(#dddddd, #fafafa);
	background-image: linear-gradient(#dddddd, #fafafa);

}
#banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

div.text-image {
  float: left;
  width: 70px;
  height: auto;
  margin: 20px 20px 20px 8px;
  padding: 16px;
  box-shadow: -8px 8px 1px rgb(224, 223, 223);
  background: linear-gradient(to right bottom, #FE7D20 0%, #FE7D20 50%, rgb(181, 98, 26) 100%);
}

div.text-image svg {
  fill: white;
}

div.text-image.purple {
  background: linear-gradient(to right bottom, #7C00ED 0%, #7C00ED 50%, #52039c 100%);
}

div.text-image.blue {
  background: linear-gradient(to right bottom, #1FA7C7 0%, #1FA7C7 50%, #157186 100%);
}

div.text-image.brown {
  background: linear-gradient(to right bottom, #C2B593 0%, #C2B593 50%, #827a65 100%);
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}


/*Layout Wrapper*/
#layout {
	max-width: 1360px;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 6-column row*/
.affinity-row .column-sixth {
	width: 16.6666666%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 23%;
	float: left;
	margin-right: 1%;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Headings*/
h1, h2, h3, h4 {
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer {
	color: #6c6c6c;
	font-size: 0.8em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #cfcfcf;
	background-color: #b7b7b7 !important;
	background-image: -webkit-linear-gradient(#b7b7b7, #cfcfcf) !important;
	background-image: linear-gradient(#b7b7b7, #cfcfcf) !important;
}
.footer h3, .footer h4 {
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #6c6c6c;
}
.footer a:hover, .footer a:focus {
	color: #000000;
}
.copyright {
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	padding: 5px 10px 15px 20px;
}

/*Assign this class to set large text and the stylish Montserrat font*/
.column-content.largesse, .largesse {
	font-size: 1.25em;
	line-height: 1.75em;
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}

.out_link{
	background-color: #575757;
	color: white;
	text-decoration: none;
	padding: 7px 12px;
	display: inline-block;
	border-radius:5px;
}
.out_link:hover{
	background-color: white;
	color: #575757;
	text-decoration: none;
}
#logo{
	display: flex;
}
#logo a{
	margin-top: auto;
 }
#logo .out_link{
	margin-left: auto;
}

@media only screen  and (max-width: 510px) {
	#logo{
		display: block;
		text-align: center;
	}
		#logo a.out_link{
		margin-top: 10px;
	}
}



/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
a, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* 
  -----------------------------------
  Image Rotator Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Dark Toolbar
  -----------------------------------
*/

.p7IRM01 .p7IRMlist {
	display:none;
}
.p7IRM01 {
	padding:0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
/*Full-Size Image Wrapper*/
.p7IRM01 .p7IRMdv {
	padding:0px;
	border: 0;
	position:relative;
	margin: 0;
	overflow: hidden;
}
.p7IRM01 .p7IRMowrapper {
	border: 0;
	padding: 0;
}
.p7IRM01 .p7IRMlink {
	padding:0px;
	border:0;
	display:block;
}
.p7IRM01 .p7IRMimage {
	border:0;
	display: block;
}
.p7IRM01 .p7IRMdesc_wrapper {
	position:absolute;
	width:100%;
	bottom:0px;
	visibility:hidden;
	overflow:hidden;
}
.p7IRM01 .p7IRMdesc {
	color:#CCC;
	/* background-image: url(img/p7IRMDark_transblack.png); */
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 12px 36px 12px 24px;
	margin: 0;
}
.p7IRM01 .p7IRMdesc a {
	color: #69C;
}
.p7IRM01 .p7IRMdesc a:hover {
	color: #FFF;
}
.p7IRM01 .p7IRMwrapper img {
	border: 0;
}
.p7IRM01 .p7IRMwrapper p {
	margin: 6px 0;
}
.p7IRM01 .p7IRMdesc_close {
	text-align:right;
	border:0;
	margin: 0;
	position: absolute;
	top: 6px;
	right: 6px;
}
.p7IRM01 .p7IRMdesc_close a {
	display: block;
	/* background-image: url(img/p7IRMDark_infohide.gif); */
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	outline: 0;
}
.p7IRM01 .p7IRMdesc_close a:hover, .p7IRM01 .p7IRMdesc_close a:focus {
	background-position: 0px -12px;
}
.p7IRM01 .p7IRMdesc_open_wrapper {
	overflow:hidden;
	position:absolute;
	z-index:20;
	padding:0;
	margin:0;
	bottom:0px;
	visibility:hidden;
	right: 0px;
	height: 30px;
	width: 30px;
}
.p7IRM01 .p7IRMdesc_open a {
	display: block;
	/* background-image: url(img/p7IRMDark_infoshow.png); */
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	outline: 0;
}
.p7IRM01 .p7IRMdesc_open a:hover, .p7IRM01 .p7IRMdesc_open a:focus {
	background-position: 0px -30px;
}
.p7IRM01 .p7IRMdesc_close a em, .p7IRM01 .p7IRMdesc_open a em {
	display: none;
}
.p7IRM01 .p7IRMTools {
	background-color: #1D1D1D;
	overflow: hidden;
	zoom: 1;
	padding: 6px 0px;
}
.p7IRM01 .p7IRMTools ul {
	margin: 0 auto;
	padding: 0;
	width: 140px;
}
.p7IRM01 .p7IRMTools li {
	list-style-type: none;
	float: left;
}
.p7IRM01 .p7IRMTools img {
	border: 0;
}
.p7IRM01 .p7IRMTools em {
	display: none;
}
.p7IRM01 .p7IRMTools a {
	display: block;
	height: 17px;
	outline: 0;
}
.p7IRM01 .p7IRMTools_first a {
	background-image: url(img/p7IRMDark_First.gif);
	background-repeat: no-repeat;
	width: 28px;
}
.p7IRM01 .p7IRMTools_prev a {
	background-image: url(img/p7IRMDark_Prev.gif);
	background-repeat: no-repeat;
	width: 26px;
}
.p7IRM01 .p7IRMTools_play a {
	background-image: url(img/p7IRMDark_Play.gif);
	background-repeat: no-repeat;
	width: 32px;
}
.p7IRM01 .p7IRMTools_play .pause {
	background-image: url(img/p7IRMDark_Play.gif);
	background-repeat: repeat;
	background-position: 0px -34px;
	width: 32px;
}
.p7IRM01 .p7IRMTools_next a {
	background-image: url(img/p7IRMDark_Next.gif);
	background-repeat: no-repeat;
	width: 26px;
}
.p7IRM01 .p7IRMTools_last a {
	background-image: url(img/p7IRMDark_Last.gif);
	background-repeat: no-repeat;
	width: 28px;
}
.p7IRM01 .p7IRMTools a:hover, .p7IRM01 .p7IRMTools a:focus {
	background-position: 0px -17px;
}
.p7IRM01 .p7IRMTools .pause:hover, .p7IRM01 .p7IRMTools .pause:focus {
	background-position: 0px -51px;
}
.p7IRM01 .p7IRMTools a.off {
	background-position: 0px -34px;
	cursor: default;
}
.p7IRM01 .p7IRMpaginator {
	overflow: hidden;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
	text-align: center;
	padding: 6px 0;
	background-color: #1D1D1D;
}

.p7IRM01 .overlay {
	position: absolute;
	left: 0px;
	z-index: 999999;
	padding: 6px;
	width: 100%;
	background-image: url(img/p7IRMDark_transtotal.gif);
	background-color: transparent;
	text-align: left;
}

.p7IRM01 .above {
	top: 0px ;
	bottom: auto;
}

.p7IRM01 .tools_top {
	top: 27px;
	bottom: auto;
}
.p7IRM01 .below {
	top: auto;
	bottom: 0px;
}
.p7IRM01 .tools_bottom {
	top: auto;
	bottom: 27px;
}
.p7IRM01 .p7IRMpaginator ul {
	margin: 0px;
	padding: 0px;
}
.p7IRM01 .p7IRMpaginator li {
	list-style-type: none;
	margin-right: 1px;
	display: inline-block;
}
.p7IRM01 .p7IRMpaginator a {
	color: #000;
	text-decoration: none;
	padding: 2px 1px;
	border: 1px solid #000;
	display: block;
	outline: 0;
	background-color: #000;
	width: 4px;
	overflow: hidden;
}
.p7IRM01 .overlay a {
	border-color: #FFF;
}
.p7IRM01 .p7IRMpaginator a:hover, .p7IRM01 .p7IRMpaginator a:focus {
	color: #999;
	background-color: #999;
	border-color: #CCC;
}
.p7IRM01 .p7IRMpaginator.overlay a:hover {
	border-color: #FFF;
}
.p7IRM01 .p7IRMpaginator a.down {
	color: #999;
	background-color: #999;
	border-color: #FFF;
	cursor: default;
}
.p7IRM01 .p7IRMpaginator .p7IRM_play a, .p7IRM01 .p7IRMpaginator .p7IRM_pause a {
	color: #999;
	text-align: center;
	padding: 2px 6px;
	width: auto;
}
.p7IRM01 .p7IRMpaginator .p7IRM_play a:hover,
.p7IRM01 .p7IRMpaginator .p7IRM_play a:focus,
.p7IRM01 .p7IRMpaginator .p7IRM_pause a:hover,
.p7IRM01 .p7IRMpaginator .p7IRM_pause a:focus{
	color: #000;
}
/*DO NOT EDIT*/
.p7IRM01 .p7IRMwrapper {
	position:relative;
	overflow: hidden;
	zoom: 1;
}

/* 
  ------------------------------------
  Pop Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 12 - Affinity Boardroom
  ------------------------------------
*/


.p7PM3-12 {
	-webkit-transform-style: preserve-3d;
	font-family: Montserrat, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1;
}
.p7PM3-12.open_up {
	border-top: 1px solid #000;
	border-bottom: none;
}

.p7PM3-12.horiz {
	padding: 0px 8px;
	border-bottom: 1px solid #000;
}
#layout #masthead .p7PM3-12.horiz {
	border: none;
}

.pmm3-toolbar {
	display: none;
}

.p7PM3-12 a img {
	border: none;
	vertical-align: bottom;
}

.p7PM3-12.menu-centered {
	text-align: center;
}
.p7PM3-12.menu-right {
	text-align: right;
}

.p7PM3-12:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}

.p7PM3-12 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-12 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	margin-right: 5px;
	padding: 0px 0px;
}
.p7PM3-12 ul li.pm3last {
	margin-right: 0px;
}

.p7PM3-12 ul li a {
	color: #82706C;
	padding: 10px 18px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.p7PM3-12.rounded ul li a {
	border-radius: 5px;
}
.p7PM3-12.rounded ul ul li a {
	border-radius: 0px;
}
.p7PM3-12 a.trig_closed {
	background-image: url(img/pmm3-right-medium.gif);
}
.p7PM3-12 ul ul a.trig_closed {
	background-image: url(img/pmm3-right-medium.gif);
}

.p7PM3-12 a.trig_open,
.p7PM3-12 ul li a.pm3-link:hover,
.p7PM3-12 ul li a:hover {
	background-image: url(img/pmm3-down-dark.gif);
	outline: none;
	color: #000000;
}
.p7PM3-12 ul ul a.trig_open,
.p7PM3-12 ul ul li a.pm3-link:hover,
.p7PM3-12 ul ul li a:hover {
	box-shadow: none;
}
.p7PM3-12 ul ul a.trig_open,
.p7PM3-12 ul ul a.trig_open:hover
.p7PM3-12 ul ul a.trig_closed,
.p7PM3-12 ul ul a.trig_closed:hover {
	background-image: url(img/pmm3-down-medium.gif);
}


.p7PM3-12 ul ul li a:hover, .p7PM3-12 ul ul li a.trig_open {
	background-color: #666;
	color: #CCC;
}

.p7PM3-12 ul li a.pm3-link, .p7PM3-12 ul li a.pm3-link:hover {
	background-image: none;
}

.p7PM3-12 ul ul {
	background: linear-gradient(180deg, rgba(60,60,60,1), rgba(0,0,0,1));
	background-color: #222;
	display: block;
	text-align: left;
	width: 200px;
}
.p7PM3-12.transparent ul ul {
	background: linear-gradient(180deg, rgba(40,40,40,.95), rgba(0,0,0,.95));
}

.p7PM3-12.shadows ul ul {
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
}
.p7PM3-12 ul ul div {
	z-index: 10;
}
.p7PM3-12.auto-subs ul ul {
	width: auto;
}
.p7PM3-12.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-12 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-12 ul ul li a {
	border: none !important;
	border-radius: 0px;
	box-shadow: none;
	background-color: transparent;
	color: #CCC;
	font-size: .85em;
}
.p7PM3-12 ul ul li a.pm3-link:hover {
	background-color: #555;
	color: #EEE;
	box-shadow: none !important;
}

.p7PM3-12 ul ul li:last-child a {}

/*ROUNDED CORNERS OPTION - Sub-Center Bias*/
.p7PM3-12.rounded ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-12.vert.rounded ul ul,
.p7PM3-12.rounded ul ul ul {
	border-radius: 5px;
}

.p7PM3-12.rounded ul a.root_trig,
.p7PM3-12.rounded ul a.root_link,
.p7PM3-12.vert.rounded ul a.root_trig,
.p7PM3-12.vert.rounded ul a.root_link {
	border-radius: 5px;
}

.p7PM3-12.rounded ul ul ul a.pm3first,
.p7PM3-12.vert.rounded ul ul a.pm3first,
.p7PM3-12.rounded ul ul ul .pm3first.pmm3-title-bar,
.p7PM3-12.vert.rounded ul ul .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-12.rounded ul ul a.pm3last,
.p7PM3-12.rounded ul ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-12.rounded ul ul a.pm3first.pm3last {
	border-radius: 5px;
}

.p7PM3-12.rounded ul a.root_trig.trig_up {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-12.rounded li.trig_up div {
	padding-bottom: 10px;
}
.p7PM3-12.rounded .trig_up a.pm3first {
	border-radius: 5px 5px 5px 5px !important;
}
.p7PM3-12.rounded ul li.trig_up ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-12.rounded .trig_up .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-12.rounded .trig_up .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px !important;
}

/*DISPLAY AS TITLE ONLY*/
.p7PM3-12 .pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
}
.p7PM3-12.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}

/*IMAGE LINKS*/
.p7PM3-12 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-12 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/*VERTICAL MODE */
.p7PM3-12.vert {
	padding: 0px;
	border: 0px solid;
	border-color: #222;
}
.p7PM3-12.vert.shadows {
	border-color: #FFF;
}
.p7PM3-12.vert.rounded {
	border-radius: 7px;
}
.p7PM3-12.vert ul {
	display: block;
}
.p7PM3-12.vert ul li {
	float: none;
	padding: 0px;
	position: relative;
	margin: 0px 0px 3px 0px;
}
.p7PM3-12.vert ul li.pm3last {
	margin: 0px 0px 0px 0px;
}
.p7PM3-12.vert ul li a {
	border: 1px solid;
	border-color: transparent;
	padding: 8px 18px;
}
.p7PM3-12.vert ul li a:hover,
.p7PM3-12.vert ul li a.trig_open {
	border-color: #222;
}
.p7PM3-12.vert ul ul li a,
.p7PM3-12.vert.shadows ul ul li a {
	border-color: rgba(0,0,0,.3);
	box-shadow: none;
}
.p7PM3-12.vert ul ul li {
	padding: 0px;
	margin: 0px;
}
/*CURRENT MARK */
.p7PM3-12 ul li a.current_mark {
	font-weight: bold;

}
.p7PM3-12 ul ul li a.current_mark {
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
}
.p7PM3-12.vert ul li a.current_mark {
	font-weight: bold;
	text-shadow: none;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-12.p7PM3noscript {
	position: relative;
}

.p7PM3-12.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-12.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-12.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-12.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-12.p7PM3noscript li:hover ul ul, .p7PM3-12.p7PM3noscript li:hover ul ul ul, .p7PM3-12.p7PM3noscript li:hover ul ul ul ul, .p7PM3-12.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-12.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-12.p7PM3noscript li li:hover ul, .p7PM3-12.p7PM3noscript li li li:hover ul, .p7PM3-12.p7PM3noscript li li li li:hover ul, .p7PM3-12.p7PM3noscript li li li li li:hover ul, .p7PM3-12.p7PM3noscript li li li li li li:hover ul {
	display: block;
}

/*BREADCRUMBS*/
.p7PM3-12_crumbs.centered {
	text-align: center;
}
.p7PM3-12_crumbs.right {
	text-align: right;
}
.p7PM3-12_crumbs ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
	display: inline-block;
}
.p7PM3-12_crumbs li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: .25em;
}
.p7PM3-12_crumbs a {
	text-decoration: none;
	color: #000;
}
.p7PM3-12_crumbs a:hover {
	text-decoration: underline;
}
.p7PM3-12_crumbs li:last-child {
	margin-right: 0px;
	font-weight: bold;
}
.p7PM3-12_crumbs.thick-arrow li:after {
    content: "\0020 \0020 \27A7";
}
.p7PM3-12_crumbs.thin-arrow li:after {
    content: "\0020 \0020 \279F";
}
.p7PM3-12_crumbs.open-arrow li:after {
    content: "\0020 \0020 \21E8";
}
.p7PM3-12_crumbs.triangle-dots li:after {
    content: "\0020 \0020 \2234";
}
.p7PM3-12_crumbs.double-colon li:after {
   content: "\0020 \0020 \2237";
}
.p7PM3-12_crumbs.pipe li:after {
   content: "\0020 \0020 |";
}
.p7PM3-12_crumbs.dash li:after {
   content: "\0020 \0020 -";
}
.p7PM3-12_crumbs li:last-child:after {
	content: "\0020";
}

/*END BREADCRUMB RULES*/

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.p7PM3-12.responsive {
	text-align: left !important;
	padding: 0px !important;
	border: none !important;
	margin: 0px !important;
}
.menutop-wrapper {
	padding: 0px !important;
}
.p7PM3-12.responsive:after {
	display: none;
}
.p7PM3-12.responsive:after {
	display: none;
}
.p7PM3-12.responsive .pmm3-toolbar {
	display: block;
	background-color: #222;
	padding: 10px;
	text-align: right;
}
.p7PM3-12.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.p7PM3-12.responsive .pmm3-toolbar a:hover {
	color: #FFF;
}
.p7PM3-12.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-12.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-12.responsive .pmm3-toolbar {
	display: block;
	background-color: #222;
	padding: 10px;
	cursor: pointer;
}
.p7PM3-12.responsive {
	text-align: left !important;
	padding: 0px !important;
	border: none !important;
}
.p7PM3-12.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-12.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-12.responsive ul li {
	float: none;
	margin: 0px !important;
	padding: 0px;
}

.p7PM3-12.responsive ul li a {
	border: none !important;
}

.p7PM3-12.responsive a:hover {
	background-color: #222;
	color: #DDD;
}
.p7PM3-12.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
}
.p7PM3-12.responsive ul ul li {
	padding: 0px;
}
.p7PM3-12.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-12.responsive ul ul a,
.p7PM3-12.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-12.responsive ul ul ul a,
.p7PM3-12.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3-12.responsive ul.closed {
	display: none;
}
.p7PM3-12.responsive ul.opened {
	display: block;
}
.p7PM3-12.responsive.rounded,
.p7PM3-12.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3-12.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-12_crumbs {
	display: none;
}
.p7PM3-12_crumbs.show-mobile {
	display: block;
}

.p7PM3.responsive.select .pmm3-select-wrapper {
	display: block;
	padding: 10px;
}
.p7PM3.responsive.select select {
	width: 100%;
	font-size: 1em;
	padding: 4px;
}
.p7PM3.responsive.select .pmm3-toolbar {
	display: none;
}
.p7PM3.responsive.select ul {
	display: none;
}

/*Workaround for very old Android devices*/
.p7PM3-12 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}


