/* reset all */

html {
    box-sizing: border-box;
 }
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a,
img {
    outline: none;
    border: none;
}
img {
    max-width: 100%;
    display: inline-block;
}

/* body set-up */

body {
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-size:.865rem;
    line-height: 1.4;
    color: #2c2d2d;
    background: #fff;
    font-weight: normal;
}

/* main style */

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
u {
    text-decoration: underline;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}
p {
    margin: 0 0 .625rem;
}
h1 {
    display: block;
    font-size: 1.15 rem;
    font-weight: bold;
    line-height: 1;
    margin: 0.3rem 0 .625rem;
}
h1 span {
    font-size: 0.7em;
    font-weight: normal;
}
h2 {
    text-align: left;
    font-size: .927rem;
    line-height: 1;
    font-weight:600;
    color: #2c2d2d;
    margin: 0 0 .625rem;
}

h3 {
	margin: 0 0 0rem;
    font-size: 1.65rem;	
    line-height:1.2;
    color:#2c2d2d;
}

h3 span {font-weight:300;
display:block;
color:#2c2d2d;
font-size:2.5rem}

h4{
   color:#2c2d2d;
    font-size:1.165rem;
    font-weight:600;
    margin: 1.5rem 0 .625rem;
}

h5{
  color: #2c2d2d;
  font-size: 0.8rem;
  font-weight:400;
  margin: 0.5rem 0 .625rem;
}

ul {
    padding: .6rem;
    margin-bottom: .625rem;
    list-style: disc;;
}
ul li {
    padding-left: 5px;
}
ul li:before {
      float: left;
    margin-left: -15px;
    font-size: 11px;
    line-height: 16px;
    color: #2c2d2d;
}

/* layout  */

#wrapper {
    display: block;
    max-width: 900px;
    margin:2.625rem auto;
    padding: 5rem;
    box-shadow:0px 0px .937rem #a1a1a1;
    background:#FFFFFF url(../images/top.JPG)no-repeat top;
    
}

header a {
    display: block;
    margin: 0 auto;
}
header img {
    display: block;
    max-width: 100%;
}
header p {
    text-align: center;
    font-size: .937rem;
    font-weight: bold;
    color: #fff;
}

/*--use clearfix when float get's overflowed--*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/*----------------- footer --------------------*/

footer {
    margin-top: 1.25rem;
	margin: 1.25rem -0px -0px;
    text-align: center;
}

/*--use when you have phone number--*/

footer span {
	white-space: nowrap;
}
p a{
    font-weight:600;
    color:#2c2d2d;
}
article {margin-top:32.875rem}

p span{font-weight:600;}

footer > a:first-of-type{float:left;font-weight:600;font-size:1.0rem;padding-top:.700rem;}
footer > a:last-of-type{float:right;}
footer > a:hover{text-decoration: none}

article section{width:48%;float:left;margin: 1.25rem 0}
article section:last-of-type{float:right;}
article section p{text-align: justify;}


article p:last-of-type span{display:block;font-weight:400;margin:5px 0 5px;margin-bottom:-12px}
@media only screen and (max-width:999px) {
	article {margin-top:32.875rem}
}
@media only screen and (max-width:699px) {
	body {
    font-size:1rem !important;
	}
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
				background-size:100% auto;
    }
		article {margin-top:20.875rem}
    article section{width:100%;float:none;margin: .625rem 0}
article section:last-of-type{float:none;}
    article section p{text-align: left;}
    a {
	font-weight: bold;
    }
   
    footer {
        margin: 0 -.625rem -.625rem;
        padding: .625rem;
    }
    header {
        margin: -.625rem -.625rem .625rem;
        padding: .625rem;
    }
    h1 {
        font-size: 1.5rem;


    }
    h2 {
        font-size: .937rem;
    }
    h3{padding-top:3.125rem;}
    h3 span{
        font-size:1.75rem;;

    }
}
@media only screen and (max-width:479px) {
    body {
        font-size: .712rem;
    }
    h1 {
        font-size: 1.115rem;
    }
    ul li:before {
        font-size: 16px;
        line-height: 16px;
    }
		article {margin-top:15.875rem}
}

.d-none{display:none;}