﻿/* headings */
h1 {
    font-family: 'Tajawal Regular';
    color: #0d614f;
    font-weight: bold;
    font-size: 2.5rem;
    margin-top:20px;
    margin-top:30px;
    
}
h2 {
    font-family: 'Tajawal Regular';
    color: #80818a;
    font-weight: bold;
    font-size: 2rem;
    margin-top:15px;
    margin-top:20px;

}
h3 {
    font-family: 'Tajawal Regular';
    color: #56558b;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top:10px;
    margin-top:15px;

}
h4 {
    font-family: 'Tajawal Regular';
    color: #41414b;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top:5px;
    margin-top:10px;

}
h5 {
    font-family: 'Tajawal Regular';
    color: #8d8c9d;
    font-weight: normal;
    font-size: 1.25rem;
    margin-top:5px;
    margin-top:10px;

}
h6 {
    font-family: 'Tajawal Regular';
    color: #0d614f;
    font-weight: normal;
    font-size: 1rem;
    margin-top:5px;
    margin-top:10px;

}

/* forms */
.page-form input, .page-form textarea, .page-form select {
	border-radius: 20px;
	padding: 10px;
}
.input-group-text {
	background: none;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-text i {
	font-size: 20px;
	color: #ccc;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
                border-right:0 none;
}
.input-icon {
	position: relative;
}
.input-icon-text {
	position: absolute;
	top: 0;
	right: 0;
}
.input-icon-text i {
	margin: 14px;
	color: #ccd3de;
}
.input-icon .form-control {
	padding-right: 35px;
}
.btn {
	border-radius: 20px;
}
.btn-primary {
	background: #fff !important;
	color: #403e68 !important;
}
/* page header */
.breadcrumb {
	background: #f7f2e8;
	padding: 10px 20px;
	margin: 0;
}
.breadcrumb a, .breadcrumb i {
	color: #bababa;
}
.breadcrumb span {
	color: #298974;
}
.page-title {
	background: #e1dccf;
	margin: 0;
	color: #0d614f;
	padding: 20px;
}
.ms-core-pageTitle {
	white-space:normal;
}

.page-subtitle {
	color: #706f70;
	padding: 20px;
}
/* body */
.page-content {
	padding:20px;
	position:relative;
	/*z-index:2000;*/
}
.internal-article {
	/*width:80%;
                display:inline-block;
                float:left;*/
                background: #fff;
	padding-bottom: 20px;
}
.internal-aside {
	/*width:20%;
                display:inline-block;
                float:right;*/
                display: none;
}
.side-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 4px solid #0d614f;
	border-bottom: 2px solid #fff;
}
.side-nav li li {
    border: 0 none;
}
.side-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 20px 20px 0 ;
}
.side-nav li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, .side-nav li > a.ms-core-listMenu-item:hover, .side-nav li > a.ms-core-listMenu-item:active {
    background-color: #f7f2e8;
}
#contentBox {
	margin-left: 20px;
	margin-right: 20px;
	min-width: 230px;
}
/* ambassador page */
.profile-nav, .profile-info {
	margin-top: 30px;
}
.profile-nav .user-heading {
	background: #0d614f;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 30px;
	text-align: center;
}
.profile-nav .user-heading.round a img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.3) !important;
	display: inline-block;
}
.profile-nav .user-heading a img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #f5f5f5;
	border-top: 1px solid #575e76;
	border-bottom: 1px solid #575e76;
	margin: 20px 0;
	padding: 20px 0;
}
.profile-nav .user-heading h2 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #ebebeb;
}
.profile-nav .user-heading h3 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #bebebe;
}
.profile-nav .user-heading a {
	color: #fefefe;
}
.profile-nav .user-heading a i {
	font-size: 24px;
	margin: 20px 5px 5px;
}
.profile-nav .user-heading p {
	font-size: 12px;
}
.profile-nav ul {
	margin-top: 1px;
	padding: 0;
	margin: 1px 0;
}
.profile-nav ul > li {
	border-bottom: 1px solid #ebeae6;
	margin-top: 0;
	line-height: 30px;
	display: block;
}
.profile-nav ul > li:last-child {
	border-bottom: none;
}
.profile-nav ul > li > a {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #0d614f;
	border-right: 5px solid #fff;
	padding: 5px;
	display: block;
}
.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
	background: #f3f2f1 !important;
	border-right: 5px solid #0d614f;
	color: #0d614f !important;
}
.profile-nav ul > li > a > i {
	font-size: 16px;
	padding-left: 10px;
	color: #0d614f;
}
.r-activity {
	margin: 6px 0 0;
	font-size: 12px;
}
.p-text-area, .p-text-area:focus {
	border: none;
	font-weight: 300;
	box-shadow: none;
	color: #c3c3c3;
	font-size: 16px;
}
.profile-info .panel-footer {
	background-color: #f8f7f5;
	border-top: 1px solid #e7ebee;
}
.profile-info .panel-footer ul li a {
	color: #7a7a7a;
}
.bio-graph-heading {
	background: #0d614f;
	color: #fff;
	padding: 30px;
	font-size: 16px;
}
.bio-graph-info {
	color: #89817e;
	padding: 10px 0;
}
.bio-graph-info h1 {
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 20px;
}
.bio-row {
	width: 50%;
	float: right;
	margin-bottom: 10px;
	padding: 0 15px;
}
.bio-row p span {
	width: 100px;
	display: inline-block;
	color: #0d614f;
}
.bio-chart, .bio-desk {
	float: right;
}
.amb-content {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(149,149,149,0.2);
}
/* news page */
.article .date-line {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 10px !important;
	text-align: right;
	margin-bottom: 20px;
	background: #f3f2f1;
}
.article .captioned-image {
	text-align: center;
}
.article .captioned-image img {
	border: 1px solid #ebebeb !important;
}
.article {
}
.article .article-content {
}
.link-load-more {
	display:block;
	margin:30px auto;
	max-width:150px;
	text-align:center;
	border:1px solid #48476e;
	border-radius:20px;
	line-height:30px;
	font-size:1.2rem;
	color:#48476e;
}
/* maps */
.map-container {
	width: 700px;
	margin: 20px auto;
}
/* faq */
.page-faq .accordion-button {
	background: none;
	border: 0 none !important;
	box-shadow: 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #696976;
}
.page-faq .accordion-item {
	border-width: 0 !important;
	border-bottom-width: 1px !important;
	border-color: #c4c4e4 !important;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
/* news-list */
.news-list .card {
	border-radius: 20px;
}
.news-list .card img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	max-width: 283px;
	max-height: 200px;
}
.news-list .card .card-title {
	    font-size: 1.2rem;
    color: #0d614f;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 15px;
}
.news-list .card .card-title a {
	font-size: 1.2rem;
	color: #0d614f;
}
.news-list .card p {
	font-size: 1rem;
	color: #5f5858;
}
.news-list .card p a{
	font-weight:bold;
}
.news-list .card .card-date {
	display: inline-block;
    color: #849395;
    font-size: 0.8rem;
    background: #eeeef3;
    border-radius: 20px;
    padding: 2px 10px;
}
.news-more {
	text-align:left;
}
/* internal service list */
.page-content .links-services li a {
	max-width: 150px;
	margin: 5px auto;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.page-content .links-services li {
	margin-bottom: 50px;
	flex: 0 0 16%;
}
/* page-forms-library */
.form-lib-item {
	border: 1px solid #999999;
	border-top: 10px solid #0d614f;
	padding: 20px;
}
.form-lib-item h4 {
	color: #5e5e81;
}
.form-lib-item p {
	color: #747474;
}
/* service-list */
.service-list .card {
	border-radius: 20px;
	text-align: center;
	padding: 30px 20px;
}
.service-list .card span {
	display: block;
}
/* search page */
.ms-srch-siteSearchResults {
	float: none !important;
	padding: 20px;
}
.ms-srch-sbLarge > input {
	float: none !important;
}
.ms-srch-sbLarge > input {
	width: 300px !important;
}
.ms-ref-refiner {
	display:none;
}
.ms-ref-refiner[refinername="LastModifiedTime"]{
	display:block;
}
/* icon list */
#hanging-icons .icon-square {
	background: #0d614f !important;
	color: #fff !important;
	border-radius: 20px;
}
#hanging-icons .icon-square i {
	margin: 0 10px;
	font-size: 2rem;
	line-height: 20px;
}





/*news-search */
.news-search {
	padding:10px 0;
	border-bottom:1px solid #c3cad9;
	text-align:left;
	height:60px;
	margin-bottom:20px;
}
.news-search .form-search {
	float:left;
}

/* contact-map-details */
.contact-map-container {
	position:relative;
}
.contact-map-details {
	border: 1px solid #d3d3d3;
	border-radius: 20px;
	min-height: 430px;
	margin-bottom: 20px;
	padding:20px;
}
.ministry-info-social {
	height: 38px;
	margin: 5px 0 20px;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0;
}
ul.ministry-info-list {
	margin-bottom:0 !important;
}
.ministry-info-list .list-group-item {
	color: #6c7a99;
	border: 0 none;
	padding: 0;
}
.ministry-info-list .list-group-item .badge {
	background: #f7f7fb !important;
	border: 0 none;
	border-radius:20px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#cdd2df;
}
.ministry-info-list .fw-bold {
	display:none;
}
.ministry-info-list .contact-value {
	text-align:center;
	border-radius:20px;
	background:#fafafc;
	display:block;
	margin:5px 55px 5px 20px;
	padding:10px;
}

.ministry-info-list .list-group-item .badge i {
	color: #c9cfdd;
}
.ministry-info-map {
	min-height: 430px;
}
.ministry-info-map object {
	border: 1px solid #d3d3d3 !important;
	min-height: 430px;
	margin-bottom: 20px;
}
.ministry-info-form {
	margin: 20px 0;
	padding:20px;
	border-radius:20px;
	box-shadow: 0px 0px 20px rgba(149,149,149,0.3);
}

/* minister-details */
.minister-details .col-label {
	background:#f9f9fb;
	text-align:center;	
}
.minister-details .col-value {
	background:#f9f9fb;
}

/* list-icons */
.list-icons {
	margin:0;
	padding:0;
}
.list-icons li {
	list-style:none;
	margin:5px 0;
	padding-right:25px;
	position:relative;
}
.list-icons li:after{
	position:absolute;
	top:2px;
	right:2px;
	content:"\f068";
	font-family: 'Line Awesome Free';
    font-weight: 900;
}
.minister-img {
	text-align:center;
	background:#f9f9fb;
	border:1px solid #d2d2d2;
	padding:20px;
}
.minister-img img{
	max-width:100%;
}
.minister-img h3{
	margin:20px 0 10px;
}


/* home-services */
.page-services .nav-pills button{
	background:#ececee;
	border:1px solid #ececee;
	text-align:right;
	min-width:150px;
	border-radius:30px;
	margin-left:20px;
	padding:10px 20px;
	color:#a4a4ac;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.page-services .nav-pills button:hover, .page-services .nav-pills button.active{
	background:#fff;
	border:1px solid #403e68;
	color:#403e68;
	box-shadow: 0px 5px 5px rgba(149,149,149,0.5);
}


.page-services h2 {
	margin:20px 0 30px;
}
.page-services h3 {
	color:#9898a6;
	font-size:1.5rem;
	margin:40px 0 30px;
}
.page-services li {
	list-style:none;
}
.home-services-row {
	padding:0;
}
.home-services-row li {
	margin: 0 0 20px;
}
.home-service-item {
	display:block;
	background:#f7f8f9;
	padding:10px 20px;
	text-align:right;
	margin:0 0px;
	height:100%;
	border:1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.home-service-item:hover {
	border:1px dotted #403e68;
	color:#403e68;
	box-shadow: 0px 5px 5px rgba(149,149,149,0.5);

}
.home-service-item .icon {
	padding:10px 0 10px 10px;
	float:right;
}

.home-service-item .title {
	display:block;
	font-weight:bold;
	font-size:1.2rem;
	padding:10px 83px 10px 10px;
}

.home-service-item .description{
	display:block;
	padding-right:83px;
}
.home-service-item .btn {
	display:none;
	border:1px solid #403e68;
	border-radius:20px;
	min-width:50%;
	margin:20px 0;
	color:#403e68;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.home-service-item:hover .btn {
	background:#403e68;
	color:#fff;
}

.icon-ser  {
	width:70px;
	height:70px;
	display:inline-block;
	background:url('/_catalogs/masterpage/mofa_pub/assets/ar-SA/images/icons_lrg.png') 0px 0px no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-ser-1 {
	background-position:-70px 0px;
}
.icon-ser-2 {
	background-position:-70px -70px;
}
.icon-ser-3 {
	background-position:-70px -140px;
}
.icon-ser-4 {
	background-position:-70px -210px;
}
.icon-ser-5 {
	background-position:-70px -280px;
}
.icon-ser-6 {
	background-position:-70px -350px;
}
a:hover .icon-ser-1 {
	background-position:0px 0px;
}
a:hover .icon-ser-2 {
	background-position:0px -70px;
}
a:hover .icon-ser-3 {
	background-position:0px -140px;
}
a:hover .icon-ser-4 {
	background-position:0px -210px;
}
a:hover .icon-ser-5 {
	background-position:0px -280px;
}
a:hover .icon-ser-6 {
	background-position:0px -350px;
}
.page-services-more {
	text-align:left;
	font-weight:bold;
	padding:20px 40px;
}


/* webparts */
.page-accordion .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
	background: none;
    border: 0 none !important;
    box-shadow: 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #696976;
    line-height: 2.0rem;
}
.page-accordion .ms-webpart-chrome {
	border-bottom: 1px solid #c4c4e4 !important;
	display:block;
}
.page-accordion .ms-webpart-titleText{
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    cursor:pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
    
.page-accordion .ms-webpart-titleText:after {
	flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url(data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27><path fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/></svg>);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	transform: scale(.7) !important;
}
.page-accordion .ms-webpart-titleText:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
    
.page-accordion .ms-WPBody {
	background:#fafafc;
	margin-bottom:10px;
	padding:20px;
}

/* welcome-image */
.welcome-image img {
	max-width:100%;
}

/* sidenav */
.internal-content {
	padding-top:30px;
}
.page-sidenav .internal-article {
	width:75%;
	display:inline-block;
	float:right;
	background:#fff;
	padding-bottom:20px;
}
.page-sidenav .internal-aside  {
	width:25%;
	display:inline-block;
	float:left;
	display:block;
}
.page-sidenav .side-nav ul {
    margin: 0;
}
.page-sidenav #sideNavBox {
    float: none;
    margin-left: 0px;
    padding-right: 20px;
    width: auto;
}
.page-sidenav #sideNavBox .ms-core-sideNavBox-removeLeftMargin {
	margin-left: 0px;
}
.page-system .page-content{
	overflow:auto;
}


/* leadership page */
.leadership-card {
	width:100%;
	max-width:380px;
	text-align:center;
	margin:40px auto 60px;
	border-radius:30px;
	overflow:hidden;
	box-shadow: 0px 0px 40px rgba(72,71,110,0.3);
}
.leadership-card img{
	width:100%;
	max-width:380px;
}
.leadership-year {
	background:#e9e9f2;
	display:block;
	padding:10px;
	color:#0d614f;
	font-size:1.2rem;
}
.leadership-details {
	color:#0d614f;
	font-size:1.2rem;
	font-weight:normal;
	padding:20px 10px;
	min-height:179px;
}
.leadership-details strong {
	display:block;
	font-size:1.3rem;
	margin:10px 0;
}


/* roll-up */
.roll-up img {
	max-width:100%;
}

/* content fixes */
.ms-rtestate-field table {
	max-width:100% !important;
}

.card-img.card-img-icon {
	max-width:100px !important;
	margin: 10px auto;
}