/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  font-family: "Lora", "Minion Pro", Palatino, Georgia, serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}

.wrapper:after {
  clear: both;
}

.wrapper {
  max-width: 800px;
  padding: 0 24px;
  margin: 0 auto;
  zoom: 1;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

::-moz-selection {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-shadow: none;
}

.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.container:before {
  display: table;
  content: "";
}
.container:after {
  display: table;
  clear: both;
  content: "";
}

.columns {
  margin-right: -10px;
  margin-left: -10px;
}
.columns:before {
  display: table;
  content: "";
}
.columns:after {
  display: table;
  clear: both;
  content: "";
}

.column {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.one-third {
  width: 33.333333%;
}

.two-thirds {
  width: 66.666667%;
}

.one-fourth {
  width: 25%;
}

.one-half {
  width: 50%;
}

.three-fourths {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.four-fifths {
  width: 80%;
}

.single-column {
  padding-right: 10px;
  padding-left: 10px;
}

.table-column {
  display: table-cell;
  width: 1%;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
}

.section-header {
  border-top: 4px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  padding: 0.2rem 0 0.4rem;
  margin-bottom: 1.5rem;
}
.section-header h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: -0.05rem;
  margin: 0;
}

.page-header {
  padding: 1.5rem 0;
}
.page-header .avatar {
  width: 95px;
  max-width: 100%;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}
.page-header .header-name {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.15rem;
  line-height: 1;
  margin: 1rem 0 0;
}
.page-header .header-contact-info {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.page-header .header-contact-info p a {
  color: inherit;
}
.page-header .title-bar {
  border-top: 4px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  padding: 0.2rem 0 0.4rem;
  margin-top: 2rem;
  padding: 0.4rem 0;
}
.page-header .title-bar:before {
  display: table;
  content: "";
}
.page-header .title-bar:after {
  display: table;
  clear: both;
  content: "";
}
.page-header .title-bar .header-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
  text-align: center;
  margin: 0 0 0.5rem;
}
@media (min-width: 600px) {
  .page-header .title-bar .header-title {
    float: left;
    margin: 0;
  }
}
@media (min-width: 600px) {
  .page-header .executive-summary {
    font-size: 1rem;
  }
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 4px;
  text-align: center;
  border-top: 2px solid #c7c7c7;
  padding-top: 0.4rem;
}
@media (min-width: 600px) {
  .social-links {
    float: right;
    border-top: none;
    padding-top: 0;
  }
}
.social-links .icon-link-item {
  display: inline-block;
  margin-left: 5px;
}
.social-links .icon-link {
  display: inline-block;
}
.social-links .icon-link:hover .icon path {
  fill: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-links .icon {
  height: 28px;
}

.contact-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #efefef;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 1.5rem auto;
  width: 220px;
  font-size: 1.375rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 55px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-button:hover {
  background-color: #333;
  color: #fff;
}
.contact-button.not-looking {
  width: 400px;
}

.content-section {
  margin: 0 0 3rem;
}
.content-section .resume-item {
  margin-bottom: 2rem;
}
.content-section .resume-item-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  line-height: 1;
}
.content-section .resume-item-details {
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
  line-height: 1;
}
.content-section .resume-item-details.award-title {
  font-size: 1rem;
}
.content-section .resume-item-title a,
.content-section .resume-item-details a,
.content-section .resume-item-copy a,
.content-section .resume-item-list a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid;
}
.content-section .resume-item-title a:hover,
.content-section .resume-item-details a:hover,
.content-section .resume-item-copy a:hover,
.content-section .resume-item-list a:hover {
  border-bottom: none;
  color: #9c9c9c;
}
.content-section .resume-item-copy {
  margin: 0.75rem 0 0;
}
.content-section .resume-item-copy-license-cert-id {
  font-weight: normal;
}
.content-section {
  /* Languages table (responsive, flexible spacing) */
}
.content-section .languages-table {
  width: 100%;
  /* use separate border spacing to create visible gaps between TDs */
  border-collapse: separate;
  border-spacing: 1rem 0.5rem; /* horizontal gap, vertical gap */
  table-layout: fixed; /* let columns share available width */
  margin: 0 0 0.5rem 0;
}
.content-section .languages-table tbody {
  width: 100%;
}
.content-section .languages-table .lang-cell {
  padding: 0.5rem 1rem;
  vertical-align: top;
  word-break: break-word;
}
.content-section .lang-entry {
  margin: 0;
  line-height: 1.25;
}
.content-section {
  /* move typography here so markup stays clean */
}
.content-section .languages-table .resume-item-details {
  font-weight: 700;
  font-size: 14px;
}
.content-section {
  /* Make the table stack into single-column blocks on narrow viewports */
}
@media (max-width: 600px) {
  .content-section .languages-table,
  .content-section .languages-table tbody,
  .content-section .languages-table tr,
  .content-section .languages-table td {
    display: block;
    width: 100%;
  }
  .content-section .languages-table tr {
    margin-bottom: 0.5rem;
  }
}
.content-section {
  /* Print-specific: keep two columns side-by-side (do not stack) */
}
@media print {
  .content-section .languages-table {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1rem 0.5rem;
    width: 100%;
    page-break-inside: avoid;
  }
  .content-section .languages-table tbody {
    display: table-row-group;
  }
  .content-section .languages-table tr {
    display: table-row;
  }
  .content-section .languages-table td {
    display: table-cell !important;
    width: 50%;
    vertical-align: top;
    padding: 0.4rem 0.8rem;
  }
}

.page-footer {
  border-top: 4px solid #c7c7c7;
  padding-top: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
.page-footer .footer-line {
  margin: 0;
  font-size: 0.875rem;
  color: #999;
}
.page-footer .footer-line > a {
  font-weight: 700;
  color: #333;
}

.print-only,
.print-only-inline {
  display: none !important;
}

@media print {
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .print-only-inline {
    display: inline !important;
  }
  body {
    font-size: 12px;
    line-height: 1rem;
  }
  .page-header {
    padding: 1rem 0 0.2rem;
  }
  .page-header .header-name {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 0.2rem;
  }
  .section-header {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 0.2rem 0 0.2rem;
    margin-bottom: 1rem;
  }
  .section-header h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .content-section {
    margin: 0 0 1rem;
  }
  .content-section .resume-item {
    margin-bottom: 1rem;
  }
  .content-section .resume-item-title {
    font-size: 16px;
    line-height: 0.7em;
  }
  .content-section .resume-item-details {
    font-size: 12px;
    margin: 0 0 0.75rem;
    line-height: 0.7em;
    font-style: italic;
  }
  .content-section .resume-item-details.award-title {
    font-size: 11px;
  }
}
/* SVG Icons */
.svg-icon,
svg {
  fill: #BBB;
  width: 30px;
}

.svg-icon:hover,
svg:hover {
  fill: #000;
}

/* Following only apply to the resume header contact info icons */
.header-contact-info > p > svg {
  width: 20px;
  fill: #000;
  vertical-align: middle;
}

/* Footer */
/* Old
footer {
    color: rgba(0, 0, 0, 1);
    width: 100%;
    margin: 50px auto;
    text-align: center;
    flex: none;
}
*/
footer,
.page-footer {
  padding-top: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
footer .footer-line,
footer .copyright,
.page-footer .footer-line,
.page-footer .copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #999;
}
footer .footer-line > a,
footer .copyright > a,
.page-footer .footer-line > a,
.page-footer .copyright > a {
  font-weight: 700;
  color: #333;
}

html[dir=rtl] body {
  direction: rtl;
  font-family: "Cairo", "Noto Naskh Arabic", Tahoma, Arial, sans-serif;
}
html[dir=rtl] .section-header h2,
html[dir=rtl] .page-header .header-name,
html[dir=rtl] .page-header .header-title,
html[dir=rtl] .content-section .resume-item-title,
html[dir=rtl] .content-section .resume-item-details,
html[dir=rtl] .content-section .resume-item-copy {
  font-family: "Cairo", "Noto Naskh Arabic", Tahoma, Arial, sans-serif;
}
html[dir=rtl] .content-section,
html[dir=rtl] .content-section .resume-item-title,
html[dir=rtl] .content-section .resume-item-details,
html[dir=rtl] .content-section .resume-item-copy {
  text-align: right;
}
@media (min-width: 600px) {
  html[dir=rtl] .page-header .title-bar .header-title {
    float: right;
  }
}
@media (min-width: 600px) {
  html[dir=rtl] .social-links {
    float: left;
  }
}
html[dir=rtl] .social-links .icon-link-item {
  margin-right: 5px;
  margin-left: 0;
}
html[dir=rtl] .resume-item-list {
  padding-right: 1.2rem;
  padding-left: 0;
}
html[dir=rtl] .languages-table {
  direction: rtl;
}
html[dir=rtl] .page-footer {
  text-align: center;
}

/*# sourceMappingURL=cv-ar.css.map */