/* ==========================================================================
   Author's custom styles mostafa
========================================================================== */
.site-header {
    font-size: 1.3em;
    line-height: 1.2em;
    /*margin-left: 15px;*/
    float: right;
    margin-top: 1.2em;
    /* letter-spacing: 0.05em; */
}


span.site-title {
    font-weight: 700;
    font-size: 1.15em;
	
}

span.site-subtitle {
	color:#185a90;
    font-size:0.9em;
    font-weight: bold;
	font-weight: 400;
	margin-top: 1.2em;
}
.section{
  margin-top:40px;
}

h2 {
    margin-bottom: 20px;
}

h3 {
    border-bottom: 2px solid #00aeef;
    padding-bottom: 10px;
    padding-top:1em;
    margin-top:0;
}

h4 {
    color: #00aeef;
	font-weight: bold;
	border-bottom: dotted;
	width: 15%;
	padding-top: 1%;
}

.embed-responsive{
  border:1px solid #f2f2f2;
}

#headquater{
  font-size:1.1em; 
  font-weight:bold; 
  color:#ffffff;
  border-bottom:1px solid #ffffff;
}

#regional-offices{
  font-size:1.1em; 
  font-weight:bold; 
  color:#ffffff;
  margin-top:10px;
  border-bottom:1px solid #ffffff;
}
.reference {
    background: #f5f5f5;
    padding: 20px;
    list-style: none;
    font-size: 1.1em;
    text-decoration: underline;
}

.offices ul li a{
  text-decoration: underline;
}

.contact-us {
    padding: 8px;
    text-align: center;
    background: #bb1313;
    font-weight: bold;
}
.contact-us a:hover {
    text-decoration: underline;
}
.contact-us a {
    color: white;
    text-decoration: none;
}
ul#slogan{
  padding-right:15px;
}
ul#slogan li {
    display: inline;
    margin-left:90px;
    font-size: 1.2em;
    font-weight: bold;
    
}
ul#slogan li::before{
  content: "✔";
  color:#ffca00;
  margin-left: 8px;
}

.main-title {
    padding-top: 20px;
    font-weight: bold;
}
.main-title a{
  text-decoration: underline;
}

.main-section-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border: 1.5px solid #f2f2f2;
}

.view-more {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.main-section{
  position:relative;
}

.main-section:hover .main-section-image {
  opacity: 0.3;
}

.main-section:hover .view-more {
  opacity: 1;
}

.view-more-title{
  background-color: #bb1313;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
}
.view-more-title:hover {
    text-decoration: underline;
    color: #ffffff;
}

.contact-tip, .mediation-def{
  background: #f5f5f5;
  padding: 5px;
  margin-top: 15px;
}

.contact-tip ul{
  list-style: none;
  padding-left: 25px;
}


.contact-tip ul li:before, .mediation ul li:before {
    content: '✓';
    padding-right: 10px;
    margin-left:-20px;

}

.issues-types ul, .principles ul{
  list-style: none;
  padding-left: 0;

}

.issues-types ul li, .principles ul li{
  font-size:1.15em;
  font-weight: bold;
  margin-bottom: 5px;
}
.mediation ul{
  
  list-style: none;
  padding-left:0;
  margin-left: -15px;
}

.mediation ul li{
  
  margin-left:35px;
  margin-bottom: 5px;
}

.mediation2 ul li{
  margin-bottom: 5px;
}

#featured-quote{
  width: 80%;
  margin:0 10%;
}

#featured-quote p {
    text-align: center;
    margin: 15px 0 50px 0;
    font-size: 1.25em;
}



ul#quote li {
    margin-bottom: 40px;
    border-left: 3px solid #00aeef;
    padding: 0 10px;
}

#quote{
 
  list-style: none;
}

/*begin Accordion*/
.panel {
    cursor: pointer;
    border:none;
}
.panel-heading {
  position: relative;
}
.panel-heading[data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072"; /* "play" icon */
  position: absolute;
  color: #00aeef;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}
.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}

.panel-default>.panel-heading {
  background-image:none;
  background-color: #f2f2f2;
}

/*end Accordion new*/

ul#slogan {
	padding-left: 15px;
	list-style: none;
}
ul#slogan li {
	/*display: inline;
	margin-right: 90px;*/
	margin-right: 0px;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}
ul#slogan li::before {
	    content: "✔";
	color: #FF8C1F /*orange from the News Center*/;
	margin-right: 8px;
}


blockquote {
    border-right: 3px solid #00aeef;
}

.tip{
  border-radius: 15px 50px;
  background: #f0faff;
  padding: 20px; 
  border: 1px solid #ddd;
  box-shadow: 3px 4px #ddd; 
}

table{
  margin:0;
  margin-bottom:20px;
}


.team-profile img {
    margin-right: 20px;
    width:175px;
}

.profile{
  float:right;
}

p.contact {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0;
}

p.contact span a{
  color: #bb1313; 
}

.office-image, .page-feature-image{
  float:right;
}

.office-image figcaption{
  font-size:0.8em;
}

.office-quote{
  padding:20px;
  background-color:#f5f5f5;
  font-size:1.1em;
  font-weight: bold;
  margin:10px 0; 
}

.office-quote-author{
  text-align:right;
}


.contact-us-item{
  border-top:1px solid #ccc;
  padding:15px 0;
}

.contact-us-item-title{
  font-size: 1.2em;
    font-weight: bold;
}
#focus {
	width: 50%;
    margin: 20px auto;
    font-size: 140%;
    padding: 10px;
    text-align: center;
}
#contact {
	float: left;
	text-align: left;
	}

@media (min-width: 768px){
.partner {
    width: 14.258%;
}
.team-profile img {
    float: right;
    margin-top: 10px;
}
	#focus {
	width: 50%;
    margin: 20px auto;
    font-size: 140%;
    padding: 10px;
    text-align: center;
}
	#contact {
	float: left;
	text-align: left;
	}
}

@media (max-width: 660px){
.site-header-sm {
width: 130% !important;
    font-size: 1em !important;
    margin-top: 0px !important;
}
	#focus {
	width: 50%;
    margin: 20px auto;
    font-size: 140%;
    padding: 10px;
    text-align: center;
}
	#contact {
	float: left;
	text-align: left;
	}
}


@media (min-width: 769px) {
.sub-nav {
  position: absolute;
}
.nav-menu {
  display: block;
}
button.menu-link {
  display: none;
}
	#focus {
	width: 50%;
    margin: 20px auto;
    font-size: 140%;
    padding: 10px;
    text-align: center;
}
	#contact {
	float: left;
	text-align: left;
	}
}
#quote{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  
}
	#focus {
	width: 50%;
    margin: 20px auto;
    font-size: 140%;
    padding: 10px;
    text-align: center;
}
#contact {
	float: left;
	text-align: left;
	}

}

@media (max-width: 768px) {
.sub-nav {
  position: inherit;
}
.nav-menu {
  display: none;
}
.menu-active {
  display: block;
}
#page-content img {
  float: left;
}
.un-social-media {
  z-index:1;
}
.sm-padding {
    margin: auto;
    width: 86%;
    padding-left: 0%;
}
}
 
#focus {
	width: 50%;
    margin: 20px auto;
    font-size: 140%;
    padding: 10px;
    text-align: center;
}

#contact {
	float: left;
	text-align: left;
	}
