/*Custom Stylesheet*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

.MaxWidth {
	max-width: 1600px;
	margin:0 auto;
}
.NoLandRPadding {
	padding-left: 0em;
	padding-right: 0em;
}
header {
	background: #a89d8d;
}
#BrandedHeader {
    background:#252f4f;
    color: #FFF;
    margin: 0em 0em -5em;
    padding: 3em 2em;
    max-width: 60em;
}
.quote{
  background:#a32114;
  position:relative;
  top:50px;
  margin:0 auto;
  height:100%;
  width:100%;
}
.quote:after{
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: relative;
}
.quote:after{
  border-bottom: 50px solid #a32114;
  border-right: 12px solid transparent;
  left: 100px;
  top:-50px;
}
#BrandedHeader h1 {
    font-size: 3em;
    font-weight: bold;
    margin: 0em 0em 0em 0em;
}
#BrandedHeader h2 {
    font-size: 2em;
    margin: .25em 0em 0em 0em;
}
#ContactHeadSec {
    float: right;
}
#ContactHeadUl {
    float: right;
    margin-top: 3em;
    text-align: right;
}
#ContactHeadUl li {
	list-style-type: none;
	display: inline;
	font-size:1.5em;
}
#ContactHeadUl li:nth-child(n+3) a {
    margin-top: .5em;
    text-align: center;
    border: 1px solid #1a1d27;
    display: block;
    padding: .5em;
    background: #252f4f;
    color: #FFF !important;
}
#ContactHeadUl li:nth-child(n+3) a:hover {
    text-decoration: none;
    color:#FFF;
    background-color: #34af9f;
}


#ContactHeadUl li a, #ContactHeadUl li a:visited{
	color: #1a1d27;
}

/*Home Page*/
#HeroContainer {
	background-image: url('../hafets/images/Work-Place.jpg');
	background-size: cover;
	padding:17em 0em 0em;
	overflow: hidden;
}

#ContactRichSec {

}
#RichsName {
    color: #242525;
    font-size: 4em;
    font-weight: bolder;
    font-family: 'Lato', sans-serif;
}
#Principal {
    color: #05114f;
    font-family: 'Lato', sans-serif;
    margin: 0em 0em .5em 0em;
}
#HeroContactButton {
    background: #dfa249;
    padding: 1.25em 5em;
    color: #FFF;
    border-radius: .3em;
    margin-top: 2em;
    display: inline-block;
    font-size: 1.5em;
}
#HeroContactButton:hover {
    background: #34af9f;
    text-decoration: none;
}
#RichardsImgSec {

}
#RichardsImg {

}
#AboutContainer {

}
#AboutSec {

}
#AboutWritingSec {
    max-width: 800px;
    margin-right: 0em;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
#AboutUs {
    color: #242525;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
#AboutUsHeader {
    color: #242525;
    font-size: 3em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.AboutP {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.75em;
}
#AboutImgSec {
    margin: 1em 0em;
}
#AboutImg {
	width: 100%;
}
#AboutContainer {

}
#ConsultingImgSec {

}
#ConsultingImg {
    width: 100%;
}
#AboutInfoSec {
    background: #e8e8e7;
    overflow: hidden;
    padding: 0em 0em 0em 0em;
}
#AboutInfoContentSec {
	margin-left: 0em;
	margin-right: 0em;
}
#ExperienceSec {
    border-top: .5em #b3883d solid;
    background: #e8e8e7;
    padding: 16em 5em 0em 5em;
}
.PracticesH3 {
    font-weight: bold;
}
.ExperienceUls {
    padding-left: 0em;
    margin-left: 1.3em;
}
.ExperienceUls li {
    font-size: 1.4em;
    font-weight: bold;
    margin: .5em 0em;
}
.ExperienceUls li:last-child {
	margin-bottom: 3em;
}
#SelectedCasesSec {
    margin: 12em auto;
}
#SelectedCasesSec ul {
	margin-left: 0em;
	padding-left: 0em;
}
#CasesHeader {
    background: #252f4f;
    color: #FFF;
    padding: 1em;
    font-size: 2em;
    margin-bottom: 0em;
}
#CasesUl {
    margin-left: 0em;
    padding-left: 0em;
}
#CasesUl li {
    list-style-type: none;
    padding: 1.2em 1em;
    font-size: 1.75em;
}
#CasesUl li:nth-child(odd) {
	background-color: #e8e8e7;
}
#CasesUl li:nth-child(even) {
	background-color: #FFF;
}
#LoadCases {
    background: #dfa249;
    color: #FFF;
    padding: 1em 2em;
    display: block;
    margin: 2em auto;
    max-width: 18em;
    width: 80%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
#LoadCases:hover {
	background: #34af9f;
}
.HiddenCases {
	display: none;
}
#HonorsSec {
    background-image: url(../hafets/images/Court-Room-Steps.jpg);
    background-size: cover;
    padding: 10em 0em;
}
#HonorsHeader {
    font-weight: bold;
    margin-bottom: 1em;
}
#HonorsSecContent {
    background-color: rgba(255,255,255,.75);
    padding: 2em 3em;
    border-radius: .3em;
    color: #100f0f;
    max-width: 1200px;
}
#HonorsUl {
    margin-left: 0em;
    padding-left: 0em;
}
#HonorsUl li {
    list-style-type: none;
    font-size: 1.8em;
    margin-bottom: .5em;
    font-weight: bold;
}
#HonorsUl li:before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: .5em;
    color: #252f4f;
}
#HonorsLogosSec {
    background-color: #302c26;
    overflow: hidden;
}
#HonorsLogosContentSec {
	background-color: #302c26;
	max-width: 1310px;	
	max-width: 1400px;
}
#HonorsLogosContentSec, #HonorsLogoUl {
	padding-left: 0em;
	padding-right: 0em;
	margin-left: auto;
	margin-right: auto;
}
#HonorsLogoUl li {
	list-style-type: none;
	text-align: center;
	padding:0em;
}
#HonorsLogoUl li img {
    padding: 2em 0em;
}
#PublishedWorksSec {
    margin: 9em 0em;
}
#PubHeader {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    color: #252f4f;
}
#PubUl {
    margin-left: 0em;
    padding-left: 0em;
}
#PubUl li {
    text-align: center;
    list-style-type: none;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    border-bottom: 1px solid #bfbbbb;
    padding-bottom: 1em;
}
#PubUl li:last-child {
    border-bottom:none;
}
#HomeFormContainer {
	max-width: 800px;
}
#ContactHafetsHeader {
	text-align: center;
	color: #FFF;
	margin:1em auto;
	font-weight: bold;
}
#HomeFormContainer #wpcf7-f8-o1 input[type="text"], #HomeFormContainer #wpcf7-f8-o1 input[type="email"], #HomeFormContainer #wpcf7-f8-o1 input[type="textarea"], #CommentHome {
    background-color: #3b4461;
    background: #3b4461;
    padding: 1em 1.5em;
    border-radius: .3em;
    width: 100%;
    color: #FFF !important;
}
div.wpcf7-mail-sent-ok {
    border: 5px solid #40a956 !important;
    background: #449ec1 !important;
    font-size: 2em !important;
    color: #FFF !important;
    padding: 1em !important;
    clear: both;
}
span.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #731010;
    color: #FFF !important;
    padding: .5em;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 1em;
    background: #731010;
    clear: both;
    margin-top: 11em;
    border: 1px solid #FFF !important;
    color: #FFF !important;
    padding: 1em !important;
}
::-webkit-input-placeholder { /* Chrome */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #FFF;
  opacity: 1;
}
textarea:focus, input:focus {
    background-color: #f6f5f3;
    background: #f6f5f3;
    color: #ff0000;
}
#SubmitP {
	text-align: center;
}
#SubmitP input[type="submit"] {
    background: #dfa249;
    padding: 1em 2em;
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
}
#SubmitP input[type="submit"]:hover {
    background: #34af9f;
}
#ContactFormSec {
    background: #252f4f;
    padding: 4em 0em;
    overflow: hidden;
}
#FooterAddressSec {
	text-align: center;
}
#FooterAddressSec ul {
	padding-left: 0em;
	margin-left: 0em;
}
#FooterAddressSec ul li {
    list-style-type: none;
    color: #626262;
    font-size: 1.5em;
    margin-bottom: .5em;
}
#HafetsFootHead {
    font-weight: bold;
    margin-top: 2em;
    color: #252f4f;
}
#PracticalH3 {
    color: #626262;
    margin: 0em 0em 2em;
    border-bottom: 1px solid #bfbbbb;
    padding-bottom: 1em;
}
#FootAddressHead {
    font-size: 3em;
    font-weight: bolder;
    color: #252f4f;
}
#FooterUl {

}
#FooterUl li {
	
}
#FooterUl li a {
	
}
.AddressLocation {
    font-weight: bold;
    margin-top: 2em;
}
#FooterPhone {
    color: #252f4f;
    font-size: 2em;
    margin-top: 1em;
    display: inline-block;
}
#FooterLinksUl {
	margin-top: 4em;

}
#FooterLinksUl li {
	display: inline;
}
#FooterLinksUl li a {
    color: #000;
    display: inline-block;
    margin: 0em 1em;
}
@media screen and (max-width: 1200px) {
    #BrandedHeader h1 {
        font-size: 2em;
    }
    #BrandedHeader h2 {
        font-size: 1.5em;
    }
}    
@media screen and (max-width: 992px) {
	#BrandedHeader {
    background: #252f4f;
    color: #FFF;
    margin: 0em 0em 0em;
    padding: 3em 2em;
    max-width: 100%;
    }
    #ContactHeadUl {
    text-align: center;
    float: none;
    padding-left: 0em;
    margin-left: 0em;
    }
    #BrandedHeader h1 {
	    font-size: 3.5em;
	}
	#BrandedHeader h2 {
	    font-size: 2em;
	}
	#AboutWritingSec {
    	max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#BrandedHeader {
	    margin: 0em 0em 0em;
	}
    #BrandedHeader h1 {
    font-size: 2.5em;
    }
    #BrandedHeader h2 {
    font-size: 1.7em;
    }
    #PhoneHeadLink {
        background: #dfa249;
        color: #FFF !important;
        padding: 1em 2em;
        display: inline-block;
        margin-bottom: 1em;
        border-radius: .3em;
    }
    #ContactHeadSec {
        clear: both;
        margin-top: 0em;
    }
	#ContactHeadUl {
	    margin-top: 2em;
	}
    #ContactHeadUl span {
        display: none;
    }
    #ContactHeadUl {
        text-align: center;
        float: none;
        padding-left: 0em;
        margin-left: 0em;
    }
     #ContactHeadUl li {
        text-align: center;
        display: block;
        margin:.5em 0em;
    }
    #HeroContainer {
        background-image: url(../hafets/images/Work-Place.jpg);
        background-size: cover;
        padding: 2em 0em 0em;
        overflow: hidden;
    }
    #CasesHeader {
        margin-top: 0em;
    }
    #SelectedCasesSec {
        margin: 0em auto;
    }
    #ExperienceSec {
        border-top: .5em #b3883d solid;
        background: #e8e8e7;
        padding: 4em 5em 0em 5em;
    }
    #AboutUsHeader {
        font-size: 2em;
    }
    #HafetsFootHead {
        font-size: 2em;
    }
    #PracticalH3 {
        font-size: 1.5em;
    }
	#FooterPhone {
	    background: #dfa249;
	    padding: .5em 1em;
	    border-radius: .3em;
	    color: #FFF;
	}
	#FooterAddressSec ul li {
	    margin-bottom: 1em;
	    display: block;
	    text-align: center;
	}
	#FooterAddressSec ul li span {
		display: none;
	}
}
@media screen and (max-width: 515px) {
    #BrandedHeader h1 {
        font-size: 1.8em;
    }
    #BrandedHeader h2 {
    font-size: 1.3em;
    }
    #RichsName {
        color: #242525;
        font-size: 3em;
        font-weight: bolder;
        font-family: 'Lato', sans-serif;
    }
    #Principal {
        color: #05114f;
        font-family: 'Lato', sans-serif;
        margin: 0em 0em .5em 0em;
        font-size: 1.5em;
    }
}
@media screen and (max-width: 375px) {
    #BrandedHeader h1 {
        font-size: 1.5em;
    }
    #BrandedHeader h2 {
        font-size: 1.1em;
    }

}













/*End Home Page*/